Jean-Baptiste
commited on
Commit
•
4c2bd0c
1
Parent(s):
94ebad4
Update README.md
Browse files
README.md
CHANGED
@@ -44,8 +44,8 @@ Train | Validation
|
|
44 |
```python
|
45 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
46 |
|
47 |
-
tokenizer = AutoTokenizer.from_pretrained("Jean-Baptiste/roberta-large-ner")
|
48 |
-
model = AutoModelForTokenClassification.from_pretrained("Jean-Baptiste/roberta-large-ner")
|
49 |
|
50 |
|
51 |
##### Process text sample (from wikipedia)
|
|
|
44 |
```python
|
45 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
46 |
|
47 |
+
tokenizer = AutoTokenizer.from_pretrained("Jean-Baptiste/roberta-large-ner-english")
|
48 |
+
model = AutoModelForTokenClassification.from_pretrained("Jean-Baptiste/roberta-large-ner-english")
|
49 |
|
50 |
|
51 |
##### Process text sample (from wikipedia)
|