jbochi commited on
Commit
7d3e656
1 Parent(s): 7504c16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -11,8 +11,13 @@ tags:
11
  - text-generation-inference
12
  ---
13
 
14
- T5ForConditionalGeneration files for the [Madlad-400](https://github.com/google-research/google-research/tree/master/madlad_400) 3B parameter MT model.
15
 
 
 
 
 
 
16
 
17
  ```python
18
  from transformers import T5ForConditionalGeneration, T5Tokenizer, GenerationConfig
@@ -32,5 +37,4 @@ tokenizer.decode(outputs[0], skip_special_tokens=True)
32
  # como se dice antorcha en portugués?
33
  ```
34
 
35
-
36
- Colab to generate these files is [here](https://colab.research.google.com/drive/1rZ2NRyl2zwmg0sQ2Wi-uZZF48iVYulTC#scrollTo=pVODoE6gA9sw).
 
11
  - text-generation-inference
12
  ---
13
 
14
+ T5ForConditionalGeneration files for Google's [Madlad-400](https://github.com/google-research/google-research/tree/master/madlad_400) 3B parameter MT model.
15
 
16
+ Article: [MADLAD-400: A Multilingual And Document-Level Large Audited Dataset](https://arxiv.org/abs/2309.04662)
17
+
18
+ Abstract:
19
+
20
+ > We introduce MADLAD-400, a manually audited, general domain 3T token monolingual dataset based on CommonCrawl, spanning 419 languages. We discuss the limitations revealed by self-auditing MADLAD-400, and the role data auditing had in the dataset creation process. We then train and release a 10.7B-parameter multilingual machine translation model on 250 billion tokens covering over 450 languages using publicly available data, and find that it is competitive with models that are significantly larger, and report the results on different domains. In addition, we train a 8B-parameter language model, and assess the results on few-shot translation. We make the baseline models available to the research community.
21
 
22
  ```python
23
  from transformers import T5ForConditionalGeneration, T5Tokenizer, GenerationConfig
 
37
  # como se dice antorcha en portugués?
38
  ```
39
 
40
+ Colab to generate these files is [here](https://colab.research.google.com/drive/1rZ2NRyl2zwmg0sQ2Wi-uZZF48iVYulTC#scrollTo=pVODoE6gA9sw).