Datasets:

Modalities:
Text
Formats:
parquet
DOI:
Libraries:
Datasets
pandas
License:
fdelucaf commited on
Commit
e6bb43f
1 Parent(s): f455781

Add parquet file description

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -39,9 +39,15 @@ The sentences included in the dataset are in Catalan (CA) and Portuguese (PT).
39
 
40
  ### Data Instances
41
 
42
- A single tsv file is provided with the sentences sorted in the same order and
43
- a header containing the two-letter ISO language code for the language in each column:
44
- ca-pt_2023_09_01_full.tsv.
 
 
 
 
 
 
45
 
46
 
47
  ### Data Fields
 
39
 
40
  ### Data Instances
41
 
42
+ Two separate txt files are provided with the sentences sorted in the same order:
43
+
44
+ - ca-pt_2023_09_01_full.ca
45
+ - ca-pt_2023_09_01_full.pt
46
+
47
+ The dataset is additionally provided in parquet format: ca-pt_2023_09_01_full.parquet.
48
+
49
+ The parquet file contains two columns of parallel text obtained from the two original text files.
50
+ Each row in the file represents a pair of parallel sentences in the two languages of the dataset.
51
 
52
 
53
  ### Data Fields