Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
vmkhlv commited on
Commit
287c168
·
verified ·
1 Parent(s): 0b97bc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -275,7 +275,7 @@ language:
275
 
276
  ### Dataset Description
277
 
278
- This dataset contains fine-grained results from our HPLT 3.0 release evaluations comparing the new HPLT 3.0 corpora with the previous HPLT 2.0 version, FineWeb2, and MADLAD-400. We pretrain 2.2B Llama-style decoder models on 100B tokens for each selected language and evaluate them using [HPLT-E](https://github.com/hplt-project/hplt-e/tree/main), a novel multilingual evaluation framework for comprehensive multi-prompt *k*-shot evaluation across 124 tasks and 500+ prompts in nine typologically diverse languages: Spanish (`spa_Latn`), French (`fra_Latn`), Czech (`ces_Latn`), Ukrainian (`ukr_Cyrl`), Finnish (`fin_Latn`), Catalan (`cat_Latn`), Galician (`glg_Latn`), Basque (`eus_Latn`), and Norwegian (Bokmål and Nynorsk; `nor_Latn`).
279
 
280
 
281
  - **Curated by:** [High Performance Language Technologies (HPLT)](https://hplt-project.org)
@@ -288,7 +288,7 @@ Please find more details in our paper and GitHub repository.
288
 
289
  ## Uses
290
 
291
- This dataset is intended for reproducibility and research purposes. Find an example how to access the results:
292
 
293
  ```python
294
  from datasets import load_dataset
 
275
 
276
  ### Dataset Description
277
 
278
+ This dataset contains fine-grained results from our HPLT 3.0 release evaluations comparing the new HPLT 3.0 corpora with the previous HPLT 2.0 version, FineWeb2, and MADLAD-400. We pretrain 2.2B Llama-style decoder models on 100B tokens for each selected language and evaluate them using [HPLT-E](https://github.com/hplt-project/hplt-e/tree/main), a multilingual evaluation framework for comprehensive multi-prompt *k*-shot evaluation across 124 tasks and 500+ prompts in nine typologically diverse languages: Spanish (`spa_Latn`), French (`fra_Latn`), Czech (`ces_Latn`), Ukrainian (`ukr_Cyrl`), Finnish (`fin_Latn`), Catalan (`cat_Latn`), Galician (`glg_Latn`), Basque (`eus_Latn`), and Norwegian (Bokmål and Nynorsk; `nor_Latn`).
279
 
280
 
281
  - **Curated by:** [High Performance Language Technologies (HPLT)](https://hplt-project.org)
 
288
 
289
  ## Uses
290
 
291
+ This dataset is intended for reproducibility and research purposes. Find an example on how to access the results:
292
 
293
  ```python
294
  from datasets import load_dataset