Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- eu
|
4 |
+
configs:
|
5 |
+
- config_name: booktegi
|
6 |
+
data_files:
|
7 |
+
- split: train
|
8 |
+
path: booktegi/train.jsonl.gz
|
9 |
+
- split: validation
|
10 |
+
path: booktegi/valid.jsonl.gz
|
11 |
+
- split: test
|
12 |
+
path: booktegi/test.jsonl.gz
|
13 |
+
- config_name: colossal-oscar
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path: colossal-oscar/train.jsonl.gz
|
17 |
+
- split: validation
|
18 |
+
path: colossal-oscar/valid.jsonl.gz
|
19 |
+
- split: test
|
20 |
+
path: colossal-oscar/test.jsonl.gz
|
21 |
+
- config_name: culturax
|
22 |
+
data_files:
|
23 |
+
- split: train
|
24 |
+
path: CulturaX/train.jsonl.gz
|
25 |
+
- split: validation
|
26 |
+
path: CulturaX/valid.jsonl.gz
|
27 |
+
- split: test
|
28 |
+
path: CulturaX/test.jsonl.gz
|
29 |
+
- config_name: egunkaria
|
30 |
+
data_files:
|
31 |
+
- split: train
|
32 |
+
path: egunkaria/train.jsonl.gz
|
33 |
+
- split: validation
|
34 |
+
path: egunkaria/valid.jsonl.gz
|
35 |
+
- split: test
|
36 |
+
path: egunkaria/test.jsonl.gz
|
37 |
+
- config_name: euscrawl-v1.1
|
38 |
+
data_files:
|
39 |
+
- split: train
|
40 |
+
path: euscrawl-v1.1/train.jsonl.gz
|
41 |
+
- split: validation
|
42 |
+
path: euscrawl-v1.1/valid.jsonl.gz
|
43 |
+
- split: test
|
44 |
+
path: euscrawl-v1.1/test.jsonl.gz
|
45 |
+
- config_name: hplt-v1
|
46 |
+
data_files:
|
47 |
+
- split: train
|
48 |
+
path: hplt-v1/train.jsonl.gz
|
49 |
+
- split: validation
|
50 |
+
path: hplt-v1/valid.jsonl.gz
|
51 |
+
- split: test
|
52 |
+
path: hplt-v1/test.jsonl.gz
|
53 |
+
- config_name: wikipedia
|
54 |
+
data_files:
|
55 |
+
- split: test
|
56 |
+
path: wikipedia__20231101.test.jsonl
|
57 |
+
task_categories:
|
58 |
+
- fill-mask
|
59 |
+
- text-generation
|
60 |
+
---
|
61 |
+
# Latxa Corpus v1.1
|
62 |
+
|
63 |
+
This is the training corpus of the Latxa v1.1 base language model, a LLama 2 model trained on Basque text.
|
64 |
+
|
65 |
+
- **Repository:** [https://github.com/hitz-zentroa/latxa](https://github.com/hitz-zentroa/latxa)
|
66 |
+
- **Papers:** [Latxa: An Open Language Model and Evaluation Suite for Basque](https://arxiv.org/)
|
67 |
+
- **Curated by:** HiTZ Research Center & IXA Research group (University of the Basque Country UPV/EHU)
|
68 |
+
- **Language(s):** eu
|
69 |
+
|
70 |
+
## Summary
|
71 |
+
|
72 |
+
Latxa's training corpus combines various existing datasets, as well as some new ones that we hereby release.
|
73 |
+
The raw document mix has been deduplicated and processed; here you'll find the final version of the corpus.
|
74 |
+
Our data sources are introduced briefly below.
|
75 |
+
For more details, consult our [paper]().
|
76 |
+
|
77 |
+
* **Euscrawl v1.1 <sup color="red">[new]</sup>**: An updated version of [EusCrawl v1](https://www.ixa.eus/euscrawl/) [1], including new content up to November 2023.
|
78 |
+
* **Egunkaria <sup color="red">[new]</sup>**: Content from the Egunkaria daily newspaper.
|
79 |
+
* **Booktegi <sup color="red">[new]</sup>**: Content from [https://www.booktegi.eus/](https://www.booktegi.eus/) EPUB books.
|
80 |
+
* **Wikipedia**: Basque Wikipedia's [dump](https://dumps.wikimedia.org/) from November 2023.
|
81 |
+
* **CulturaX**: The Basque portion of the [CulturaX](https://huggingface.co/datasets/uonlp/CulturaX) corpus [2].
|
82 |
+
* **Colossal OSCAR**: The Basque portion of several [Colossal OSCAR](https://huggingface.co/datasets/oscar-corpus/colossal-oscar-1.0) releases.
|
83 |
+
* **HPLT v1**: The Basque portion of the [HPLT v1](https://hplt-project.org/datasets/v1) [3] corpus.
|
84 |
+
|
85 |
+
## Statistics
|
86 |
+
|
87 |
+
The size of each dataset in terms of number of documents can be found below:
|
88 |
+
|
89 |
+
| | Train | Valid | Test |
|
90 |
+
|----------------|----------:|-------:|-------:|
|
91 |
+
| CulturaX | 1,283,429 | 13,096 | 13,098 |
|
92 |
+
| EusCrawl v1.1 | 1,758,084 | 17,861 | 17,736 |
|
93 |
+
| HPLT v1 | 367,238 | 3,797 | 3,699 |
|
94 |
+
| Colossal OSCAR | 233,753 | 2,483 | 2,276 |
|
95 |
+
| Wikipedia | 400,902 | 4,063 | 4,092 |
|
96 |
+
| Egunkaria | 172,876 | 1,766 | 1,764 |
|
97 |
+
| Booktegi | 161 | 4 | 1 |
|
98 |
+
|
99 |
+
|
100 |
+
## Citation
|
101 |
+
|
102 |
+
To cite our work, please use:
|
103 |
+
|
104 |
+
```bibtex
|
105 |
+
@misc{etxaniz2024latxa,
|
106 |
+
title={{L}atxa: An Open Language Model and Evaluation Suite for {B}asque},
|
107 |
+
author={Julen Etxaniz and Oscar Sainz and Naiara Perez and Itziar Aldabe and German Rigau and Eneko Agirre and Aitor Ormazabal and Mikel Artetxe and Aitor Soroa},
|
108 |
+
year={2024},
|
109 |
+
eprint={},
|
110 |
+
archivePrefix={arXiv},
|
111 |
+
primaryClass={cs.CL}
|
112 |
+
}
|
113 |
+
```
|
114 |
+
|
115 |
+
## References
|
116 |
+
|
117 |
+
[1] Mikel Artetxe, Itziar Aldabe, Rodrigo Agerri, Olatz Perez-de Viñaspre, and Aitor Soroa. 2022.
|
118 |
+
[Does corpus quality really matter for low-resource languages?](https://doi.org/10.18653/v1/2022.emnlp-main.499).
|
119 |
+
In Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing, pages 7383–7390, Abu Dhabi, United Arab Emirates.
|
120 |
+
Association for Computational Linguistics.
|
121 |
+
|
122 |
+
[2] Thuat Nguyen, Chien Van Nguyen, Viet Dac Lai, Hieu Man, Nghia Trung Ngo, Franck Dernoncourt, Ryan A. Rossi, and Thien Huu Nguyen. 2023.
|
123 |
+
[CulturaX: A cleaned, enormous, and multilingual dataset for large language models in 167 languages](https://arxiv.org/abs/2309.09400).
|
124 |
+
arXiv preprint arXiv:2309.09400
|
125 |
+
|
126 |
+
[3] Mikko Aulamo, Nikolay Bogoychev, Shaoxiong Ji, Graeme Nail, Gema Ramírez-Sánchez, Jörg Tiedemann, Jelmer van der Linde, and Jaume Zaragoza. 2023.
|
127 |
+
[HPLT: High performance language technologies](https://aclanthology.org/2023.eamt-1.61).
|
128 |
+
In Proceedings of the 24th Annual Conference of the European Association for Machine Transla tion, pages 517–518, Tampere, Finland.
|
129 |
+
European Association for Machine Translation.
|