goldfish-models commited on
Commit
91d4b54
1 Parent(s): 8593133

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -8,7 +8,7 @@ library_name: transformers
8
  pipeline_tag: text-generation
9
  tags:
10
  - goldfish
11
-
12
  ---
13
 
14
  # mkw_cyrl_full
@@ -19,7 +19,7 @@ The Goldfish models are trained primarily for comparability across languages and
19
 
20
  Note: mkw_cyrl is an [individual language](https://iso639-3.sil.org/code_tables/639/data) code. It is not contained in any macrolanguage codes contained in Goldfish (for script cyrl).
21
 
22
- 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).
23
 
24
  Training code and sample usage: https://github.com/tylerachang/goldfish
25
 
@@ -29,6 +29,7 @@ Sample usage also in this Google Colab: [link](https://colab.research.google.com
29
 
30
  To access all Goldfish model details programmatically, see https://github.com/tylerachang/goldfish/blob/main/model_details.json.
31
  All models are trained with a [CLS] (same as [BOS]) token prepended, and a [SEP] (same as [EOS]) token separating sequences.
 
32
  Details for this model specifically:
33
 
34
  * Architecture: gpt2
@@ -54,5 +55,6 @@ If you use this model, please cite:
54
  author={Chang, Tyler A. and Arnett, Catherine and Tu, Zhuowen and Bergen, Benjamin K.},
55
  journal={Preprint},
56
  year={2024},
 
57
  }
58
  ```
 
8
  pipeline_tag: text-generation
9
  tags:
10
  - goldfish
11
+ - arxiv:2408.10441
12
  ---
13
 
14
  # mkw_cyrl_full
 
19
 
20
  Note: mkw_cyrl is an [individual language](https://iso639-3.sil.org/code_tables/639/data) code. It is not contained in any macrolanguage codes contained in Goldfish (for script cyrl).
21
 
22
+ 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).
23
 
24
  Training code and sample usage: https://github.com/tylerachang/goldfish
25
 
 
29
 
30
  To access all Goldfish model details programmatically, see https://github.com/tylerachang/goldfish/blob/main/model_details.json.
31
  All models are trained with a [CLS] (same as [BOS]) token prepended, and a [SEP] (same as [EOS]) token separating sequences.
32
+ For best results, make sure that [CLS] is prepended to your input sequence (see sample usage linked above)!
33
  Details for this model specifically:
34
 
35
  * Architecture: gpt2
 
55
  author={Chang, Tyler A. and Arnett, Catherine and Tu, Zhuowen and Bergen, Benjamin K.},
56
  journal={Preprint},
57
  year={2024},
58
+ url={https://www.arxiv.org/abs/2408.10441},
59
  }
60
  ```