Upload folder using huggingface_hub
Browse files- README.md +19 -0
- dataset_info.json +28 -0
- dataset_summary.csv +0 -0
- label_dict.json +14 -0
- test/test.arrow +3 -0
- train/train.arrow +3 -0
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Frequently Spoken Kashmiri Words Dataset
|
| 2 |
+
|
| 3 |
+
A dataset of frequently spoken Kashmiri words
|
| 4 |
+
|
| 5 |
+
## Usage
|
| 6 |
+
|
| 7 |
+
[Provide usage instructions here]
|
| 8 |
+
|
| 9 |
+
## Data Format
|
| 10 |
+
|
| 11 |
+
[Explain the data format here]
|
| 12 |
+
|
| 13 |
+
## Citation
|
| 14 |
+
|
| 15 |
+
[Add citation information if applicable]
|
| 16 |
+
|
| 17 |
+
## License
|
| 18 |
+
|
| 19 |
+
[Specify the license information]
|
dataset_info.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"data": {
|
| 6 |
+
"feature": {
|
| 7 |
+
"feature": {
|
| 8 |
+
"dtype": "float64",
|
| 9 |
+
"_type": "Value"
|
| 10 |
+
},
|
| 11 |
+
"length": 1000,
|
| 12 |
+
"_type": "Sequence"
|
| 13 |
+
},
|
| 14 |
+
"length": 70,
|
| 15 |
+
"_type": "Sequence"
|
| 16 |
+
},
|
| 17 |
+
"label": {
|
| 18 |
+
"feature": {
|
| 19 |
+
"dtype": "float64",
|
| 20 |
+
"_type": "Value"
|
| 21 |
+
},
|
| 22 |
+
"length": 12,
|
| 23 |
+
"_type": "Sequence"
|
| 24 |
+
}
|
| 25 |
+
},
|
| 26 |
+
"homepage": "",
|
| 27 |
+
"license": ""
|
| 28 |
+
}
|
dataset_summary.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
label_dict.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"adsa": 0,
|
| 3 |
+
"\u0101h": 1,
|
| 4 |
+
"nov (m.)": 2,
|
| 5 |
+
"khabar": 3,
|
| 6 |
+
"be": 4,
|
| 7 |
+
"vuc\u01ddh": 5,
|
| 8 |
+
"na": 6,
|
| 9 |
+
"band": 7,
|
| 10 |
+
"va:ray": 8,
|
| 11 |
+
"k\u2019ah": 9,
|
| 12 |
+
"ye:le": 10,
|
| 13 |
+
"theek": 11
|
| 14 |
+
}
|
test/test.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8250c032b8148047430b47dc8bc86865be2adf4e6c045eeab8ea771efc4da0e3
|
| 3 |
+
size 94657168
|
train/train.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88ba761c257209c6199e1f1e8502cb9c7a278b04acd94f9f09c2c0f730f88ec3
|
| 3 |
+
size 322616240
|