Jyotiyadav commited on
Commit
aeba39c
·
verified ·
1 Parent(s): cc16b71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="DataIntelligenceTeam/mistral_7B_NER",
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)