TwoAbove commited on
Commit
3d3365d
1 Parent(s): ba5cfe7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: user_prompt
5
+ dtype: string
6
+ - name: system_prompt
7
+ dtype: string
8
+ - name: lyrics
9
+ dtype: string
10
+ - name: audio
11
+ dtype: binary
12
+ - name: link
13
+ dtype: string
14
+ - name: message_id
15
+ dtype: string
16
+ - name: timestamp
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 0
21
+ num_examples: 0
22
+ download_size: 0
23
+ dataset_size: 0
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
+ ---
30
+
31
+ Use the Edit dataset card button to edit.