Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ Here’s how you can use the model:
|
|
51 |
```python
|
52 |
from transformers import AutoTokenizer, AutoModelForTokenClassification, pipeline
|
53 |
|
54 |
-
model_name = "
|
55 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
56 |
model = AutoModelForTokenClassification.from_pretrained(model_name)
|
57 |
|
|
|
51 |
```python
|
52 |
from transformers import AutoTokenizer, AutoModelForTokenClassification, pipeline
|
53 |
|
54 |
+
model_name = "Behpouyan/Behpouyan-NER"
|
55 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
56 |
model = AutoModelForTokenClassification.from_pretrained(model_name)
|
57 |
|