goldfish-models commited on
Commit
7a383f0
1 Parent(s): fa1ae91

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -13,7 +13,7 @@ library_name: transformers
13
  pipeline_tag: text-generation
14
  tags:
15
  - goldfish
16
-
17
  ---
18
 
19
  # aze_latn_1000mb
@@ -22,11 +22,11 @@ Goldfish is a suite of monolingual language models trained for 350 languages.
22
  This model is the <b>Azerbaijani</b> (Latin script) model trained on 1000MB of data, after accounting for an estimated byte premium of 1.30; content-matched text in Azerbaijani takes on average 1.30x as many UTF-8 bytes to encode as English.
23
  The Goldfish models are trained primarily for comparability across languages and for low-resource languages; Goldfish performance for high-resource languages is not designed to be comparable with modern large language models (LLMs).
24
 
25
- Note: This language is available in Goldfish with other scripts (writing systems). See: aze_arab, aze_cyrl.
26
 
27
  Note: aze_latn is a [macrolanguage](https://iso639-3.sil.org/code_tables/639/data) code. Individual language code azj_latn (North Azerbaijani) is included in Goldfish, although with less data.
28
 
29
- All training and hyperparameter details are in our paper, [Goldfish: Monolingual Language Models for 350 Languages (Chang et al., 2024)](https://github.com/tylerachang/goldfish/blob/main/goldfish_paper_20240815.pdf).
30
 
31
  Training code and sample usage: https://github.com/tylerachang/goldfish
32
 
@@ -36,6 +36,7 @@ Sample usage also in this Google Colab: [link](https://colab.research.google.com
36
 
37
  To access all Goldfish model details programmatically, see https://github.com/tylerachang/goldfish/blob/main/model_details.json.
38
  All models are trained with a [CLS] (same as [BOS]) token prepended, and a [SEP] (same as [EOS]) token separating sequences.
 
39
  Details for this model specifically:
40
 
41
  * Architecture: gpt2
@@ -62,5 +63,6 @@ If you use this model, please cite:
62
  author={Chang, Tyler A. and Arnett, Catherine and Tu, Zhuowen and Bergen, Benjamin K.},
63
  journal={Preprint},
64
  year={2024},
 
65
  }
66
  ```
 
13
  pipeline_tag: text-generation
14
  tags:
15
  - goldfish
16
+ - arxiv:2408.10441
17
  ---
18
 
19
  # aze_latn_1000mb
 
22
  This model is the <b>Azerbaijani</b> (Latin script) model trained on 1000MB of data, after accounting for an estimated byte premium of 1.30; content-matched text in Azerbaijani takes on average 1.30x as many UTF-8 bytes to encode as English.
23
  The Goldfish models are trained primarily for comparability across languages and for low-resource languages; Goldfish performance for high-resource languages is not designed to be comparable with modern large language models (LLMs).
24
 
25
+ Note: This language is available in Goldfish with other scripts (writing systems). See: aze_cyrl, aze_arab.
26
 
27
  Note: aze_latn is a [macrolanguage](https://iso639-3.sil.org/code_tables/639/data) code. Individual language code azj_latn (North Azerbaijani) is included in Goldfish, although with less data.
28
 
29
+ All training and hyperparameter details are in our paper, [Goldfish: Monolingual Language Models for 350 Languages (Chang et al., 2024)](https://www.arxiv.org/abs/2408.10441).
30
 
31
  Training code and sample usage: https://github.com/tylerachang/goldfish
32
 
 
36
 
37
  To access all Goldfish model details programmatically, see https://github.com/tylerachang/goldfish/blob/main/model_details.json.
38
  All models are trained with a [CLS] (same as [BOS]) token prepended, and a [SEP] (same as [EOS]) token separating sequences.
39
+ For best results, make sure that [CLS] is prepended to your input sequence (see sample usage linked above)!
40
  Details for this model specifically:
41
 
42
  * Architecture: gpt2
 
63
  author={Chang, Tyler A. and Arnett, Catherine and Tu, Zhuowen and Bergen, Benjamin K.},
64
  journal={Preprint},
65
  year={2024},
66
+ url={https://www.arxiv.org/abs/2408.10441},
67
  }
68
  ```