Shaltiel commited on
Commit
6e1b410
1 Parent(s): b0e1a9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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-ft')
20
- model = AutoModelForSeq2SeqLM.from_pretrained('dicta-il/mt5-xl-heq-ft')
21
 
22
  model.eval()
23
 
@@ -47,7 +47,7 @@ Output:
47
 
48
  ## Citation
49
 
50
- If you use `mt5-xl-heq-ft` in your research, please cite ```DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew```
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