Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -30,18 +30,15 @@ This dataset contains 2,058 translation pairs between French and Guadeloupean Cr
|
|
30 |
The dataset is in JSON format with the following structure:
|
31 |
|
32 |
```json
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
}
|
43 |
-
]
|
44 |
-
}
|
45 |
```
|
46 |
|
47 |
### Fields
|
|
|
30 |
The dataset is in JSON format with the following structure:
|
31 |
|
32 |
```json
|
33 |
+
[
|
34 |
+
{
|
35 |
+
"id": 1,
|
36 |
+
"fr": "French text",
|
37 |
+
"gcf": "Creole text",
|
38 |
+
"section": "category",
|
39 |
+
"emergency_context": boolean
|
40 |
+
}
|
41 |
+
]
|
|
|
|
|
|
|
42 |
```
|
43 |
|
44 |
### Fields
|