goldfish-models commited on
Commit
dbeb85c
1 Parent(s): c97a9dd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -14,7 +14,7 @@ library_name: transformers
14
  pipeline_tag: text-generation
15
  tags:
16
  - goldfish
17
-
18
  ---
19
 
20
  # aze_arab_full
@@ -27,7 +27,7 @@ Note: This language is available in Goldfish with other scripts (writing systems
27
 
28
  Note: aze_arab is a [macrolanguage](https://iso639-3.sil.org/code_tables/639/data) code. Individual language code azb_arab (South Azerbaijani) is included in Goldfish, although with less data.
29
 
30
- 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).
31
 
32
  Training code and sample usage: https://github.com/tylerachang/goldfish
33
 
@@ -37,6 +37,7 @@ Sample usage also in this Google Colab: [link](https://colab.research.google.com
37
 
38
  To access all Goldfish model details programmatically, see https://github.com/tylerachang/goldfish/blob/main/model_details.json.
39
  All models are trained with a [CLS] (same as [BOS]) token prepended, and a [SEP] (same as [EOS]) token separating sequences.
 
40
  Details for this model specifically:
41
 
42
  * Architecture: gpt2
@@ -65,5 +66,6 @@ If you use this model, please cite:
65
  author={Chang, Tyler A. and Arnett, Catherine and Tu, Zhuowen and Bergen, Benjamin K.},
66
  journal={Preprint},
67
  year={2024},
 
68
  }
69
  ```
 
14
  pipeline_tag: text-generation
15
  tags:
16
  - goldfish
17
+ - arxiv:2408.10441
18
  ---
19
 
20
  # aze_arab_full
 
27
 
28
  Note: aze_arab is a [macrolanguage](https://iso639-3.sil.org/code_tables/639/data) code. Individual language code azb_arab (South Azerbaijani) is included in Goldfish, although with less data.
29
 
30
+ 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).
31
 
32
  Training code and sample usage: https://github.com/tylerachang/goldfish
33
 
 
37
 
38
  To access all Goldfish model details programmatically, see https://github.com/tylerachang/goldfish/blob/main/model_details.json.
39
  All models are trained with a [CLS] (same as [BOS]) token prepended, and a [SEP] (same as [EOS]) token separating sequences.
40
+ For best results, make sure that [CLS] is prepended to your input sequence (see sample usage linked above)!
41
  Details for this model specifically:
42
 
43
  * Architecture: gpt2
 
66
  author={Chang, Tyler A. and Arnett, Catherine and Tu, Zhuowen and Bergen, Benjamin K.},
67
  journal={Preprint},
68
  year={2024},
69
+ url={https://www.arxiv.org/abs/2408.10441},
70
  }
71
  ```