goldfish-models commited on
Commit
50c477f
1 Parent(s): 662bf04

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -16,7 +16,7 @@ library_name: transformers
16
  pipeline_tag: text-generation
17
  tags:
18
  - goldfish
19
-
20
  ---
21
 
22
  # que_latn_full
@@ -27,7 +27,7 @@ The Goldfish models are trained primarily for comparability across languages and
27
 
28
  Note: que_latn is a [macrolanguage](https://iso639-3.sil.org/code_tables/639/data) code. Individual language codes quz_latn (Cusco Quechua) and quy_latn (Ayacucho Quechua) are 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
@@ -68,5 +69,6 @@ If you use this model, please cite:
68
  author={Chang, Tyler A. and Arnett, Catherine and Tu, Zhuowen and Bergen, Benjamin K.},
69
  journal={Preprint},
70
  year={2024},
 
71
  }
72
  ```
 
16
  pipeline_tag: text-generation
17
  tags:
18
  - goldfish
19
+ - arxiv:2408.10441
20
  ---
21
 
22
  # que_latn_full
 
27
 
28
  Note: que_latn is a [macrolanguage](https://iso639-3.sil.org/code_tables/639/data) code. Individual language codes quz_latn (Cusco Quechua) and quy_latn (Ayacucho Quechua) are 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
 
69
  author={Chang, Tyler A. and Arnett, Catherine and Tu, Zhuowen and Bergen, Benjamin K.},
70
  journal={Preprint},
71
  year={2024},
72
+ url={https://www.arxiv.org/abs/2408.10441},
73
  }
74
  ```