Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ The model has the following features:
|
|
34 |
```python
|
35 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
36 |
|
37 |
-
model_name = 'globis-university/deberta-v3-japanese-
|
38 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
39 |
model = AutoModelForTokenClassification.from_pretrained(model_name)
|
40 |
```
|
|
|
34 |
```python
|
35 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
36 |
|
37 |
+
model_name = 'globis-university/deberta-v3-japanese-large'
|
38 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
39 |
model = AutoModelForTokenClassification.from_pretrained(model_name)
|
40 |
```
|