Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ def generate_output(input_text,model):
|
|
| 57 |
output = ""
|
| 58 |
# Initialize the FastLanguageModel
|
| 59 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
| 60 |
-
model_name = "DataIntelligenceTeam/NER-
|
| 61 |
max_seq_length = 2500,
|
| 62 |
dtype = None,
|
| 63 |
load_in_4bit = True,
|
|
|
|
| 57 |
output = ""
|
| 58 |
# Initialize the FastLanguageModel
|
| 59 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
| 60 |
+
model_name = "DataIntelligenceTeam/NER-Phi-3-mini-4k-instruct",
|
| 61 |
max_seq_length = 2500,
|
| 62 |
dtype = None,
|
| 63 |
load_in_4bit = True,
|