aranemini commited on
Commit
106faea
·
verified ·
1 Parent(s): 7faa766

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -67,14 +67,12 @@ The kurdish_standardized filed is the normalized and standardized version of the
67
  Here is a sample of the dataset in JSON format:
68
 
69
  ```json
70
- {
71
- "id": 1,
72
- "path": "path/to/audio.wav",
73
- "english": "Hello, how are you?",
74
- "kurdish_raw": "سڵاو، چۆنی؟",
75
- "kurdish_standardized": "سلێمان، چۆنی؟",
76
- "part": "train"
77
- }
78
  ```
79
 
80
 
 
67
  Here is a sample of the dataset in JSON format:
68
 
69
  ```json
70
+ { "english": "In the 19th and 20th centuries, people worshipped the nation, the Aryan race, the communist state.",
71
+ "id": "clean_how_we_can_face_the_future_without_fear_together_captions_segment_12",
72
+ "kurdish_raw": "‫له‌ سه‌ده‌ی 19 و 20،‬ ‫،خه‌ڵك نه‌ته‌وه‌یان ده‌په‌رست‬ ‫.ڕه‌گه‌زی ئاری، ده‌وڵه‌تی كۆمۆنستی‬",
73
+ "kurdish_standardized": "لە سەدەی ١٩ و ٢٠ ، ، خەڵک نەتەوەیان دەپەرست ، ڕەگەزی ئاری ، دەوڵەتی کۆمۆنیستی",
74
+ "part": "test",
75
+ "path": "test/clean_how_we_can_face_the_future_without_fear_together_captions_segment_12/clean_how_we_can_face_the_future_without_fear_together_captions_segment_12.wav" }
 
 
76
  ```
77
 
78