sbmaruf commited on
Commit
2911198
2 Parent(s): 6d3bf36 130ba69

Merge branch 'main' of https://huggingface.co/flax-community/bengali-t5-base into main

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -9,7 +9,7 @@ The model is trained on around ~11B tokens (64 size batch, 512 tokens, 350k step
9
  ## load tokenizer
10
 
11
  ```
12
- >>> tokenizer = transformers.AutoTokenizer.from_pretrained("flax-community/bengali-t5-large")
13
  >>> tokenizer.encode("আমি বাংলার গান গাই")
14
  >>> tokenizer.decode([93, 1912, 814, 5995, 3, 1])
15
  ```
@@ -35,6 +35,9 @@ Please note that we haven't finetuned the model in any downstream task. If you a
35
  ## Participants
36
  - [Ibraheem Muhammad Moosa](https://huggingface.co/ibraheemmoosa)
37
  - [Tasnim Mohiuddin](https://huggingface.co/tasnim)
 
 
 
38
  - [M Saiful Bari](https://huggingface.co/sbmaruf)
39
 
40
  ## Useful links
 
9
  ## load tokenizer
10
 
11
  ```
12
+ >>> tokenizer = transformers.AutoTokenizer.from_pretrained("flax-community/bengali-t5-base")
13
  >>> tokenizer.encode("আমি বাংলার গান গাই")
14
  >>> tokenizer.decode([93, 1912, 814, 5995, 3, 1])
15
  ```
 
35
  ## Participants
36
  - [Ibraheem Muhammad Moosa](https://huggingface.co/ibraheemmoosa)
37
  - [Tasnim Mohiuddin](https://huggingface.co/tasnim)
38
+ - [Khalid Saifullah](https://huggingface.co/khalidsaifullaah)
39
+ - [Ritobrata Ghosh](https://huggingface.co/ghosh-r)
40
+ - [Tahsin Mayeesha](https://tahsin-mayeesha.github.io/)
41
  - [M Saiful Bari](https://huggingface.co/sbmaruf)
42
 
43
  ## Useful links