sfrontull commited on
Commit
180803b
·
verified ·
1 Parent(s): 3b56cff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -17,19 +17,24 @@ size_categories:
17
  **Source Paper**: ["Rule-Based, Neural and LLM Back-Translation: Comparative Insights from a Variant of Ladin"](https://arxiv.org/abs/2407.08819)
18
 
19
  **Description**:
20
- Testset 1 consists of parallel sentences in Ladin and Italian. The dataset contains two separate files with aligned sentences. Each line in the Ladin file corresponds to the same line number in the Italian file, providing a straightforward mapping between the languages.
21
 
22
  ## Dataset Structure
23
 
24
  - **Files**:
25
- - `statut-lvb.txt`: Contains Ladin sentences, one per line.
26
- - `statut-ita.txt`: Contains the Italian translation of the corresponding Ladin sentences, one per line.
27
 
28
  ## Format
29
 
30
- - **File Type**: Plain text
31
  - **Encoding**: UTF-8
32
- - **Sentence Alignment**: 1-to-1
 
 
 
 
 
 
33
 
34
  ## Citation
35
 
 
17
  **Source Paper**: ["Rule-Based, Neural and LLM Back-Translation: Comparative Insights from a Variant of Ladin"](https://arxiv.org/abs/2407.08819)
18
 
19
  **Description**:
20
+ Testset 1 consists of parallel sentences in Ladin and Italian.
21
 
22
  ## Dataset Structure
23
 
24
  - **Files**:
25
+ - `statut.parquet`: Contains the Italian - Ladin (Val Badia) translations.
 
26
 
27
  ## Format
28
 
29
+ - **File Type**: Parquet
30
  - **Encoding**: UTF-8
31
+
32
+ ## Usage
33
+
34
+ ```python
35
+ from datasets import load_dataset
36
+ data = load_dataset("sfrontull/stiftungsparkasse-lld_valbadia-ita")
37
+ ```
38
 
39
  ## Citation
40