Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
sfrontull commited on
Commit
cbc9e71
·
verified ·
1 Parent(s): 4c00d9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -33,14 +33,19 @@ This dataset consists of parallel sentences in Ladin and Italian. The dataset co
33
  ## Dataset Structure
34
 
35
  - **Files**:
36
- - `dizionar-lvb.txt`: Contains Ladin sentences, one per line.
37
- - `dizionar-ita.txt`: Contains the Italian translation of the corresponding Ladin sentences, one per line.
38
 
39
  ## Format
40
 
41
- - **File Type**: Plain text
42
  - **Encoding**: UTF-8
43
- - **Sentence Alignment**: 1-to-1
 
 
 
 
 
 
44
 
45
  ## Citation
46
 
 
33
  ## Dataset Structure
34
 
35
  - **Files**:
36
+ - `dizionar.parquet`: Contains the Italian - Ladin (Val Badia) translations.
 
37
 
38
  ## Format
39
 
40
+ - **File Type**: Parquet
41
  - **Encoding**: UTF-8
42
+
43
+ ## Usage
44
+
45
+ ```python
46
+ from datasets import load_dataset
47
+ data = load_dataset("sfrontull/lld_valbadia-ita")
48
+ ```
49
 
50
  ## Citation
51