plaguss HF staff commited on
Commit
3f79173
1 Parent(s): 003b88a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: premise
5
+ dtype: string
6
+ id: field
7
+ - name: hypothesis
8
+ dtype: string
9
+ id: field
10
+ - name: label
11
+ list:
12
+ - name: user_id
13
+ dtype: string
14
+ id: question
15
+ - name: value
16
+ dtype: string
17
+ id: suggestion
18
+ - name: status
19
+ dtype: string
20
+ id: question
21
+ - name: label-suggestion
22
+ dtype: string
23
+ id: suggestion
24
+ - name: label-suggestion-metadata
25
+ struct:
26
+ - name: type
27
+ dtype: string
28
+ id: suggestion-metadata
29
+ - name: score
30
+ dtype: float32
31
+ id: suggestion-metadata
32
+ - name: agent
33
+ dtype: string
34
+ id: suggestion-metadata
35
+ - name: external_id
36
+ dtype: string
37
+ id: external_id
38
+ - name: metadata
39
+ dtype: string
40
+ id: metadata
41
+ splits:
42
+ - name: train
43
+ num_bytes: 19991
44
+ num_examples: 100
45
+ download_size: 10951
46
+ dataset_size: 19991
47
+ configs:
48
+ - config_name: default
49
+ data_files:
50
+ - split: train
51
+ path: data/train-*
52
+ ---
53
+ # Dataset Card for "snli-small"
54
+
55
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)