Spaces:
Runtime error
Runtime error
Jyotiyadav
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ auth_token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
|
|
8 |
# Initialize the pipeline
|
9 |
pipe = pipeline(
|
10 |
"text-generation",
|
11 |
-
model="
|
12 |
torch_dtype=torch.bfloat16,
|
13 |
device_map="auto",
|
14 |
use_auth_token=auth_token)
|
|
|
8 |
# Initialize the pipeline
|
9 |
pipe = pipeline(
|
10 |
"text-generation",
|
11 |
+
model="Jyotiyadav/mistral_7B_NER",
|
12 |
torch_dtype=torch.bfloat16,
|
13 |
device_map="auto",
|
14 |
use_auth_token=auth_token)
|