Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ You can use this model for Named Entity Recognition tasks as follows:
|
|
66 |
```python
|
67 |
from transformers import AutoTokenizer, AutoModelForTokenClassification, pipeline
|
68 |
|
69 |
-
model_name = "disham993/electrical-ner-
|
70 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
71 |
model = AutoModelForTokenClassification.from_pretrained(model_name)
|
72 |
|
@@ -161,4 +161,4 @@ For a complete guide covering the entire process - from data tokenization to pus
|
|
161 |
|
162 |
## Last Update
|
163 |
|
164 |
-
2024-12-
|
|
|
66 |
```python
|
67 |
from transformers import AutoTokenizer, AutoModelForTokenClassification, pipeline
|
68 |
|
69 |
+
model_name = "disham993/electrical-ner-ModernBERT-large"
|
70 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
71 |
model = AutoModelForTokenClassification.from_pretrained(model_name)
|
72 |
|
|
|
161 |
|
162 |
## Last Update
|
163 |
|
164 |
+
2024-12-31
|