Update README.md
Browse files
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/
|
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"
|