Datasets:
Upload schema.json with huggingface_hub
Browse files- schema.json +93 -0
schema.json
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "1.0",
|
| 3 |
+
"columns": {
|
| 4 |
+
"sentenceId": {
|
| 5 |
+
"type": "string",
|
| 6 |
+
"required": false,
|
| 7 |
+
"default": "",
|
| 8 |
+
"added_at": "2026-05-04T12:14:19.150853"
|
| 9 |
+
},
|
| 10 |
+
"speaker1-speaker_docid": {
|
| 11 |
+
"type": "string",
|
| 12 |
+
"required": false,
|
| 13 |
+
"default": "",
|
| 14 |
+
"added_at": "2026-05-04T12:14:19.151063"
|
| 15 |
+
},
|
| 16 |
+
"sentence-IPA-transcription": {
|
| 17 |
+
"type": "string",
|
| 18 |
+
"required": false,
|
| 19 |
+
"default": "",
|
| 20 |
+
"added_at": "2026-05-04T12:14:19.151273"
|
| 21 |
+
},
|
| 22 |
+
"audio_id": {
|
| 23 |
+
"type": "string",
|
| 24 |
+
"required": true,
|
| 25 |
+
"default": "",
|
| 26 |
+
"added_at": "2026-05-04T12:14:19.151439"
|
| 27 |
+
},
|
| 28 |
+
"filename": {
|
| 29 |
+
"type": "string",
|
| 30 |
+
"required": true,
|
| 31 |
+
"default": "",
|
| 32 |
+
"added_at": "2026-05-04T12:14:19.151603"
|
| 33 |
+
},
|
| 34 |
+
"start_time": {
|
| 35 |
+
"type": "float",
|
| 36 |
+
"required": false,
|
| 37 |
+
"default": 0.0,
|
| 38 |
+
"added_at": "2026-05-04T12:14:19.151755"
|
| 39 |
+
},
|
| 40 |
+
"audio": {
|
| 41 |
+
"type": "dict",
|
| 42 |
+
"required": true,
|
| 43 |
+
"default": {},
|
| 44 |
+
"added_at": "2026-05-04T12:14:19.151937"
|
| 45 |
+
},
|
| 46 |
+
"publicSpeakerId": {
|
| 47 |
+
"type": "string",
|
| 48 |
+
"required": false,
|
| 49 |
+
"default": "",
|
| 50 |
+
"added_at": "2026-05-04T12:14:19.152107"
|
| 51 |
+
},
|
| 52 |
+
"speakerId": {
|
| 53 |
+
"type": "string",
|
| 54 |
+
"required": false,
|
| 55 |
+
"default": "",
|
| 56 |
+
"added_at": "2026-05-04T12:14:19.152248"
|
| 57 |
+
},
|
| 58 |
+
"speaker1-ageGroup": {
|
| 59 |
+
"type": "string",
|
| 60 |
+
"required": false,
|
| 61 |
+
"default": "",
|
| 62 |
+
"added_at": "2026-05-04T12:14:19.152405"
|
| 63 |
+
},
|
| 64 |
+
"boundaryID": {
|
| 65 |
+
"type": "string",
|
| 66 |
+
"required": false,
|
| 67 |
+
"default": "",
|
| 68 |
+
"added_at": "2026-05-04T12:14:19.152571"
|
| 69 |
+
},
|
| 70 |
+
"end_time": {
|
| 71 |
+
"type": "float",
|
| 72 |
+
"required": false,
|
| 73 |
+
"default": 0.0,
|
| 74 |
+
"added_at": "2026-05-04T12:14:19.152741"
|
| 75 |
+
},
|
| 76 |
+
"sentence-Devanagari-transcription": {
|
| 77 |
+
"type": "string",
|
| 78 |
+
"required": false,
|
| 79 |
+
"default": "",
|
| 80 |
+
"added_at": "2026-05-04T12:14:19.152900"
|
| 81 |
+
},
|
| 82 |
+
"speaker1-gender": {
|
| 83 |
+
"type": "string",
|
| 84 |
+
"required": false,
|
| 85 |
+
"default": "",
|
| 86 |
+
"added_at": "2026-05-04T12:14:19.153049"
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"last_updated": "2026-05-04T12:14:27.958023",
|
| 90 |
+
"contributing_projects": [
|
| 91 |
+
"D_Glossing Test 4"
|
| 92 |
+
]
|
| 93 |
+
}
|