efederici commited on
Commit
8e03da9
1 Parent(s): 63bbdee

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - it
4
+ license:
5
+ - unknown
6
+ size_categories:
7
+ - unknown
8
+ task_categories:
9
+ - text-generation
10
+ - translation
11
+ task_ids: []
12
+ pretty_name: mt_nap_it
13
+ tags:
14
+ - conditional-text-generation
15
+ ---
16
+
17
+ # Dataset Card for mt_en_it
18
+
19
+ ## Table of Contents
20
+
21
+ - [Dataset Card for mt_en_it](#dataset-card-for-mt-en-it)
22
+ - [Table of Contents](#table-of-contents)
23
+ - [Dataset Summary](#dataset-summary)
24
+ - [Languages](#languages)
25
+ - [Dataset Structure](#dataset-structure)
26
+ - [Data Instances](#data-instances)
27
+ - [Data Fields](#data-fields)
28
+ - [Dataset Creation](#dataset-creation)
29
+
30
+ ### Dataset Summary
31
+ This dataset comprises traditional Neapolitan songs from [napoligrafia](https://www.napoligrafia.it) translated to Italian.
32
+
33
+ ### Languages
34
+ - italian-to-neapolitan
35
+
36
+ ### Data Instances
37
+ A sample from the dataset.
38
+ ```python
39
+ {
40
+ 'url': "url",
41
+ 'napoletano': "o, quacche ghiuorno, 'a frennesia mme piglia",
42
+ 'italiano': "o, qualche giorno, la rabbia mi prende"
43
+ }
44
+ ```
45
+ The text is provided as-in the original dataset, without further preprocessing or tokenization.
46
+ ### Data Fields
47
+ - `url`: source URL.
48
+ - `napoletano`: Neapolitan text.
49
+ - `italiano`: Italian text.
50
+
51
+ ### Dataset Creation
52
+ The dataset was created by scraping [napoligrafia](https://www.napoligrafia.it) songs.