Datasets:
Add parquet file description
Browse files
README.md
CHANGED
@@ -37,9 +37,16 @@ The sentences included in the dataset are in Catalan (CA) and Italian (IT).
|
|
37 |
|
38 |
### Data Instances
|
39 |
|
40 |
-
|
41 |
-
|
42 |
-
ca-it_corpus.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
### Data Fields
|
45 |
|
|
|
37 |
|
38 |
### Data Instances
|
39 |
|
40 |
+
Two separate txt files are provided with the sentences sorted in the same order:
|
41 |
+
|
42 |
+
- ca-it_corpus.ca
|
43 |
+
- ca-it_corpus.it
|
44 |
+
|
45 |
+
The dataset is additionally provided in parquet format: ca-it_corpus.parquet.
|
46 |
+
|
47 |
+
The parquet file contains two columns of parallel text obtained from the two original text files.
|
48 |
+
Each row in the file represents a pair of parallel sentences in the two languages of the dataset.
|
49 |
+
|
50 |
|
51 |
### Data Fields
|
52 |
|