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