rahul7star commited on
Commit
50fbdf7
·
verified ·
1 Parent(s): 6e90677

Add README.md from BarryFutureman/maya-distill-data-neucodec

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: topic
7
+ dtype: string
8
+ - name: emotion
9
+ dtype: string
10
+ - name: voice_description
11
+ dtype: string
12
+ - name: codes
13
+ sequence: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 52050811
17
+ num_examples: 14000
18
+ download_size: 16885841
19
+ dataset_size: 52050811
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/train-*
25
+ ---