Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ library_name: transformers
|
|
| 16 |
pipeline_tag: text-generation
|
| 17 |
tags:
|
| 18 |
- goldfish
|
| 19 |
-
|
| 20 |
---
|
| 21 |
|
| 22 |
# yor_latn_5mb
|
|
@@ -27,7 +27,7 @@ The Goldfish models are trained primarily for comparability across languages and
|
|
| 27 |
|
| 28 |
Note: yor_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).
|
| 29 |
|
| 30 |
-
All training and hyperparameter details are in our paper, [Goldfish: Monolingual Language Models for 350 Languages (Chang et al., 2024)](https://
|
| 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 |
# yor_latn_5mb
|
|
|
|
| 27 |
|
| 28 |
Note: yor_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).
|
| 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 |
```
|