goldfish-models commited on
Commit
bd9785d
1 Parent(s): 9558909

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -10,7 +10,7 @@ library_name: transformers
10
  pipeline_tag: text-generation
11
  tags:
12
  - goldfish
13
-
14
  ---
15
 
16
  # bak_latn_full
@@ -23,7 +23,7 @@ Note: This language is available in Goldfish with other scripts (writing systems
23
 
24
  Note: bak_latn 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 latn).
25
 
26
- 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).
27
 
28
  Training code and sample usage: https://github.com/tylerachang/goldfish
29
 
@@ -33,6 +33,7 @@ Sample usage also in this Google Colab: [link](https://colab.research.google.com
33
 
34
  To access all Goldfish model details programmatically, see https://github.com/tylerachang/goldfish/blob/main/model_details.json.
35
  All models are trained with a [CLS] (same as [BOS]) token prepended, and a [SEP] (same as [EOS]) token separating sequences.
 
36
  Details for this model specifically:
37
 
38
  * Architecture: gpt2
@@ -58,5 +59,6 @@ If you use this model, please cite:
58
  author={Chang, Tyler A. and Arnett, Catherine and Tu, Zhuowen and Bergen, Benjamin K.},
59
  journal={Preprint},
60
  year={2024},
 
61
  }
62
  ```
 
10
  pipeline_tag: text-generation
11
  tags:
12
  - goldfish
13
+ - arxiv:2408.10441
14
  ---
15
 
16
  # bak_latn_full
 
23
 
24
  Note: bak_latn 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 latn).
25
 
26
+ 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).
27
 
28
  Training code and sample usage: https://github.com/tylerachang/goldfish
29
 
 
33
 
34
  To access all Goldfish model details programmatically, see https://github.com/tylerachang/goldfish/blob/main/model_details.json.
35
  All models are trained with a [CLS] (same as [BOS]) token prepended, and a [SEP] (same as [EOS]) token separating sequences.
36
+ For best results, make sure that [CLS] is prepended to your input sequence (see sample usage linked above)!
37
  Details for this model specifically:
38
 
39
  * Architecture: gpt2
 
59
  author={Chang, Tyler A. and Arnett, Catherine and Tu, Zhuowen and Bergen, Benjamin K.},
60
  journal={Preprint},
61
  year={2024},
62
+ url={https://www.arxiv.org/abs/2408.10441},
63
  }
64
  ```