KhangHatto commited on
Commit
eb2352e
·
1 Parent(s): 6f29284

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -34,6 +34,14 @@ tokenizer = AutoTokenizer.from_pretrained("Hatto/HattoFlanT5-Large")
34
  model = AutoModelForSeq2SeqLM.from_pretrained("Hatto/HattoFlanT5-Large")
35
  model.cuda()
36
  ```
 
 
 
 
 
 
 
 
37
  ## Citation
38
  - Hatto
39
  - IpTech
 
34
  model = AutoModelForSeq2SeqLM.from_pretrained("Hatto/HattoFlanT5-Large")
35
  model.cuda()
36
  ```
37
+
38
+ ## Finetune and Benchmark
39
+
40
+ - Wikilingua
41
+ - Vietnews
42
+ - Pho_NER
43
+ - .....
44
+
45
  ## Citation
46
  - Hatto
47
  - IpTech