g4guo commited on
Commit
7679bcf
·
verified ·
1 Parent(s): d82a34b

Add speech dataset from HamChat

Browse files
Files changed (4) hide show
  1. README.md +25 -3
  2. data-00000-of-00001.arrow +3 -0
  3. dataset_info.json +20 -0
  4. state.json +13 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {
3
+ "license": "mit",
4
+ "language": [
5
+ "en"
6
+ ],
7
+ "multilinguality": "monolingual",
8
+ "size_categories": [
9
+ "10K-100K"
10
+ ],
11
+ "task_categories": [
12
+ "automatic-speech-recognition"
13
+ ],
14
+ "task_ids": [
15
+ "speech-recognition"
16
+ ],
17
+ "paperswithcode_id": null,
18
+ "pretty_name": "G4Guo/Ham_Voice_1_0",
19
+ "dataset_summary": "Speech dataset created with HamChat"
20
+ }
21
+ ---
22
+
23
+ # g4guo/ham_voice_1_0
24
+
25
+ Speech dataset created with HamChat tool.
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:430d9c4c39e7e7230a1efd2091afea0e72fdd38621c7547bbc668f3ad36c263b
3
+ size 3785656
dataset_info.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "audio": {
6
+ "sampling_rate": 48000,
7
+ "_type": "Audio"
8
+ },
9
+ "sentence": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "locale": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ }
17
+ },
18
+ "homepage": "",
19
+ "license": ""
20
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "f5decb98cf6a6b62",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }