Upload dataset
Browse files- README.md +32 -0
- consonants/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,6 +1,34 @@
|
|
| 1 |
---
|
| 2 |
language: mr
|
| 3 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- config_name: default
|
| 5 |
features:
|
| 6 |
- name: token_id
|
|
@@ -87,6 +115,10 @@ tags:
|
|
| 87 |
size_categories:
|
| 88 |
- n<1K
|
| 89 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
- config_name: vowels
|
| 91 |
data_files:
|
| 92 |
- split: train
|
|
|
|
| 1 |
---
|
| 2 |
language: mr
|
| 3 |
dataset_info:
|
| 4 |
+
- config_name: consonants
|
| 5 |
+
features:
|
| 6 |
+
- name: token_id
|
| 7 |
+
dtype: int64
|
| 8 |
+
- name: char
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: ipa
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: varg
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: place
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: manner
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: voiced
|
| 19 |
+
dtype: bool
|
| 20 |
+
- name: aspirated
|
| 21 |
+
dtype: bool
|
| 22 |
+
- name: nasal
|
| 23 |
+
dtype: bool
|
| 24 |
+
- name: duration_ms
|
| 25 |
+
dtype: int64
|
| 26 |
+
splits:
|
| 27 |
+
- name: train
|
| 28 |
+
num_bytes: 2310
|
| 29 |
+
num_examples: 37
|
| 30 |
+
download_size: 4602
|
| 31 |
+
dataset_size: 2310
|
| 32 |
- config_name: default
|
| 33 |
features:
|
| 34 |
- name: token_id
|
|
|
|
| 115 |
size_categories:
|
| 116 |
- n<1K
|
| 117 |
configs:
|
| 118 |
+
- config_name: consonants
|
| 119 |
+
data_files:
|
| 120 |
+
- split: train
|
| 121 |
+
path: consonants/train-*
|
| 122 |
- config_name: vowels
|
| 123 |
data_files:
|
| 124 |
- split: train
|
consonants/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f960d03e6ad6e11b5db915e7c044aa5e60b7d296dfb08090af7a99ccdfa67ac6
|
| 3 |
+
size 4602
|