JCarlos commited on
Commit
59e5442
1 Parent(s): 52765d4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - es
4
+ - qu
5
+
6
+ task_categories:
7
+ - translation
8
+
9
+ task:
10
+ - translation
11
+
12
+ ---
13
+
14
+ # Spanish to Quechua
15
+
16
+ ## Table of Contents
17
+ - [Dataset Description](#dataset-description)
18
+ - [Dataset Structure](#dataset-structure)
19
+ - [Dataset Creation](#dataset-creation)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [team members](#team-members)
22
+
23
+ ## Dataset Description
24
+
25
+ This dataset is a recopilation of webs and others datasets that shows in [dataset creation section](#dataset-creation). This contains translations from spanish (es) to Qechua of Ayacucho (qu).
26
+
27
+ ## Dataset Structure
28
+
29
+ ### Data Fields
30
+ - es: The sentence in Spanish.
31
+ - qu: The sentence in Quechua of Ayacucho.
32
+
33
+ ### Data Splits
34
+ - train: To train the model.
35
+ - Validation: To validate the model during training.
36
+ - test: To evaluate the model when the training is finished.
37
+
38
+ ## Dataset Creation
39
+ ### Source Data
40
+ This dataset has generated from:
41
+ - "Mundo Quechua" by "Ivan Acuña" - [available here](https://mundoquechua.blogspot.com/2006/07/frases-comunes-en-quechua.html)
42
+ - "Kuyakuykim (Te quiero): Apps con las que podrías aprender quechua" by "El comercio" - [available here](https://elcomercio.pe/tecnologia/actualidad/traductor-frases-romanticas-quechua-noticia-467022-noticia/)
43
+ - "Piropos y frases de amor en quechua" by "Soy Quechua" - [available here](https://www.soyquechua.org/2019/12/palabras-en-quechua-de-amor.html)
44
+ - "Corazón en quechua" by "Soy Quechua" - [available here](https://www.soyquechua.org/2020/05/corazon-en-quechua.html)
45
+ - "Oraciones en Español traducidas a Quechua" by "Tatoeba" - [available here](https://tatoeba.org/es/sentences/search?from=spa&query=&to=que)
46
+ - "AmericasNLP 2021 Shared Task on Open Machine Translation" by "americasnlp2021" - [available here](https://github.com/AmericasNLP/americasnlp2021/tree/main/data/quechua-spanish/parallel_data/es-quy)
47
+
48
+ ## Considerations for Using the Data
49
+
50
+ This is a first version of the dataset, we expected improve it over time and especially to neutralize the biblical themes.
51
+
52
+ ## Team members
53
+ - [Sara Benel](https://huggingface.co/sbenel)
54
+ - [Jose Vílchez](https://huggingface.co/JCarlos)