kuanhuggingface commited on
Commit
d5c325e
1 Parent(s): 6efa294

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: file
5
+ dtype: string
6
+ - name: audio
7
+ dtype: audio
8
+ - name: utterance
9
+ dtype: string
10
+ - name: speaker
11
+ dtype: string
12
+ - name: context
13
+ sequence: string
14
+ - name: context_speakers
15
+ sequence: string
16
+ - name: show
17
+ dtype: string
18
+ - name: label
19
+ dtype: bool
20
+ - name: instruction
21
+ dtype: string
22
+ splits:
23
+ - name: test
24
+ num_bytes: 115618860.0
25
+ num_examples: 690
26
+ download_size: 115326889
27
+ dataset_size: 115618860.0
28
+ ---
29
+ # Dataset Card for "sarcasm_detection_mustard"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)