syubraj commited on
Commit
e79c2a1
·
verified ·
1 Parent(s): c4f9455

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ The following table represents the labels used by the model along with their cor
58
  from transformers import pipeline
59
 
60
  # Load the model
61
- ner_pipeline = pipeline("ner", model="syubraj/espanyol_bert_based_ner")
62
 
63
  # Example text
64
  text = "Elon Musk vive en Estados Unidos y es dueño de Space X, Tesla y Starlink"
 
58
  from transformers import pipeline
59
 
60
  # Load the model
61
+ ner_pipeline = pipeline("ner", model="syubraj/spanish_bert_based_ner")
62
 
63
  # Example text
64
  text = "Elon Musk vive en Estados Unidos y es dueño de Space X, Tesla y Starlink"