cmbtest commited on
Commit
94ea218
·
verified ·
1 Parent(s): 0bcb2f9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from io import StringIO
9
  # =====================================================
10
  # CONFIGURAÇÃO
11
  # =====================================================
12
- MODEL_ID = "rebeccakoganlee/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext-finetuned-ner"
13
  API_URL = f"https://api-inference.huggingface.co/models/{MODEL_ID}"
14
 
15
  HF_API_TOKEN = os.getenv("HF_API_TOKEN")
 
9
  # =====================================================
10
  # CONFIGURAÇÃO
11
  # =====================================================
12
+ MODEL_ID = "dslim/bert-base-NER
13
  API_URL = f"https://api-inference.huggingface.co/models/{MODEL_ID}"
14
 
15
  HF_API_TOKEN = os.getenv("HF_API_TOKEN")