GwadaDLT commited on
Commit
1f352aa
·
verified ·
1 Parent(s): 99216d5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -12
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
- "metadata": {...},
35
- "pairs": [
36
- {
37
- "id": 1,
38
- "fr": "French text",
39
- "gcf": "Creole text",
40
- "section": "category",
41
- "emergency_context": boolean
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