Datasets:
Update README.md
Browse files
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.
|
21 |
|
22 |
## Dataset Structure
|
23 |
|
24 |
- **Files**:
|
25 |
-
- `statut
|
26 |
-
- `statut-ita.txt`: Contains the Italian translation of the corresponding Ladin sentences, one per line.
|
27 |
|
28 |
## Format
|
29 |
|
30 |
-
- **File Type**:
|
31 |
- **Encoding**: UTF-8
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|