Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ Sample usage:
|
|
16 |
import torch
|
17 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
18 |
|
19 |
-
tokenizer = AutoTokenizer.from_pretrained('dicta-il/mt5-xl-heq
|
20 |
-
model = AutoModelForSeq2SeqLM.from_pretrained('dicta-il/mt5-xl-heq
|
21 |
|
22 |
model.eval()
|
23 |
|
@@ -47,7 +47,7 @@ Output:
|
|
47 |
|
48 |
## Citation
|
49 |
|
50 |
-
If you use `mt5-xl-heq
|
51 |
|
52 |
**BibTeX:**
|
53 |
|
|
|
16 |
import torch
|
17 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
18 |
|
19 |
+
tokenizer = AutoTokenizer.from_pretrained('dicta-il/mt5-xl-heq')
|
20 |
+
model = AutoModelForSeq2SeqLM.from_pretrained('dicta-il/mt5-xl-heq')
|
21 |
|
22 |
model.eval()
|
23 |
|
|
|
47 |
|
48 |
## Citation
|
49 |
|
50 |
+
If you use `mt5-xl-heq` in your research, please cite ```DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew```
|
51 |
|
52 |
**BibTeX:**
|
53 |
|