disham993 commited on
Commit
f0b57c5
·
verified ·
1 Parent(s): 17e6b8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-modernbert-large"
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-30
 
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