goldfish-models
commited on
Commit
•
f7d146b
1
Parent(s):
1e8052d
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
---
|
3 |
license: apache-2.0
|
4 |
language:
|
5 |
-
- srp
|
6 |
- hbs
|
|
|
7 |
datasets:
|
8 |
- cis-lmu/Glot500
|
9 |
- oscar-corpus/OSCAR-2109
|
@@ -20,6 +20,8 @@ Goldfish is a suite of monolingual language models trained for 350 languages.
|
|
20 |
This model is the <b>Serbian</b> (Latin script) model trained on 1000MB of data, after accounting for an estimated byte premium of 0.83; content-matched text in Serbian takes on average 0.83x as many UTF-8 bytes to encode as English.
|
21 |
The Goldfish models are trained primarily for comparability across languages and for low-resource languages; Goldfish performance for high-resource languages is not designed to be comparable with modern large language models (LLMs).
|
22 |
|
|
|
|
|
23 |
Note: srp_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).
|
24 |
|
25 |
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).
|
|
|
2 |
---
|
3 |
license: apache-2.0
|
4 |
language:
|
|
|
5 |
- hbs
|
6 |
+
- srp
|
7 |
datasets:
|
8 |
- cis-lmu/Glot500
|
9 |
- oscar-corpus/OSCAR-2109
|
|
|
20 |
This model is the <b>Serbian</b> (Latin script) model trained on 1000MB of data, after accounting for an estimated byte premium of 0.83; content-matched text in Serbian takes on average 0.83x as many UTF-8 bytes to encode as English.
|
21 |
The Goldfish models are trained primarily for comparability across languages and for low-resource languages; Goldfish performance for high-resource languages is not designed to be comparable with modern large language models (LLMs).
|
22 |
|
23 |
+
Note: This language is available in Goldfish with other scripts (writing systems). See: srp_cyrl.
|
24 |
+
|
25 |
Note: srp_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).
|
26 |
|
27 |
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).
|