uvegesistvan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -57,8 +57,8 @@ Fine-tuned version of the original huBERT model (`SZTAKI-HLT/hubert-base-cc`), t
|
|
57 |
```py
|
58 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
59 |
|
60 |
-
tokenizer = AutoTokenizer.from_pretrained("uvegesistvan/
|
61 |
-
model = AutoModelForSequenceClassification.from_pretrained("uvegesistvan/
|
62 |
```
|
63 |
|
64 |
### BibTeX entry and citation info
|
|
|
57 |
```py
|
58 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
59 |
|
60 |
+
tokenizer = AutoTokenizer.from_pretrained("uvegesistvan/huBERTPlain_v2")
|
61 |
+
model = AutoModelForSequenceClassification.from_pretrained("uvegesistvan/huBERTPlain_v2")
|
62 |
```
|
63 |
|
64 |
### BibTeX entry and citation info
|