Datasets:
Update README.md
Browse files
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
|
37 |
-
- `dizionar-ita.txt`: Contains the Italian translation of the corresponding Ladin sentences, one per line.
|
38 |
|
39 |
## Format
|
40 |
|
41 |
-
- **File Type**:
|
42 |
- **Encoding**: UTF-8
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|