Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
License:
andercorral commited on
Commit
0aad701
1 Parent(s): 86898cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -3
README.md CHANGED
@@ -1,3 +1,60 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - eu
4
+ - en
5
+ configs:
6
+ - config_name: eu
7
+ data_files:
8
+ - split: test
9
+ path: hellaswag_eu_250.json
10
+ - config_name: en
11
+ data_files:
12
+ - split: test
13
+ path: hellaswag_en_250.json
14
+ license: apache-2.0
15
+ size_categories:
16
+ - n<1K
17
+ ---
18
+
19
+
20
+
21
+ # WinoGrande Human Translated Sample for Basque
22
+
23
+ A subset of 250 samples manually translated to Basque from the [WinoGrande dataset](https://huggingface.co/datasets/allenai/winogrande) (Sakaguchi et al., 2019).
24
+
25
+ ### Dataset Description
26
+ - **Curated by:** [Orai NLP Technologies](https://orai.eus/en)
27
+ - **Language(s) (NLP):** Basque and the corresponding English samples
28
+ - **License:** Apache 2.0
29
+
30
+ ## Dataset Creation
31
+
32
+ ### Source Data
33
+
34
+ A subset of 250 samples manually translated to Basque from the [WinoGrande dataset](https://huggingface.co/datasets/allenai/winogrande) (Sakaguchi et al., 2019).
35
+
36
+ ### Annotations
37
+
38
+ #### Annotation process
39
+
40
+ A subset of 250 samples manually translated to Basque from the [WinoGrande dataset](https://huggingface.co/datasets/allenai/winogrande) (Sakaguchi et al., 2019).
41
+
42
+
43
+ ## Citation [optional]
44
+
45
+ If you use this dataset please cite the following reference:
46
+
47
+ ```bibtex
48
+ @misc{Llama-eus,
49
+ title = {Llama-eus-8B, a foundational sub-10 billion parameter LLM for Basque},
50
+ author = {Ander Corral, Ixak Sarasua and Xabier Saralegi},
51
+ publisher = {Orai NLP Technologies},
52
+ url = {\url{https://huggingface.co/datasets/orai-nlp/Llama-eus-8B}},
53
+ year = 2024 }
54
+ ```
55
+
56
+ ## Contact
57
+
58
+ - Ander Corral ([email protected])
59
+ - Ixak Sarasua ([email protected])
60
+ - Xabier Saralegi ([email protected])