davidberenstein1957 HF staff commited on
Commit
e36958a
1 Parent(s): 1ae4f59

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: metadata
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ id: field
9
+ - name: question
10
+ dtype: string
11
+ id: field
12
+ - name: answer
13
+ dtype: string
14
+ id: field
15
+ - name: title_question_fit
16
+ sequence:
17
+ - name: user_id
18
+ dtype: string
19
+ - name: value
20
+ dtype: string
21
+ - name: status
22
+ dtype: string
23
+ id: question
24
+ - name: tags
25
+ sequence:
26
+ - name: user_id
27
+ dtype: string
28
+ - name: value
29
+ sequence: string
30
+ - name: status
31
+ dtype: string
32
+ id: question
33
+ - name: answer_quality
34
+ sequence:
35
+ - name: user_id
36
+ dtype: string
37
+ - name: value
38
+ dtype: int32
39
+ - name: status
40
+ dtype: string
41
+ id: question
42
+ - name: new_answer
43
+ sequence:
44
+ - name: user_id
45
+ dtype: string
46
+ - name: value
47
+ dtype: string
48
+ - name: status
49
+ dtype: string
50
+ id: question
51
+ - name: external_id
52
+ dtype: string
53
+ id: external_id
54
+ splits:
55
+ - name: train
56
+ num_bytes: 365110
57
+ num_examples: 200
58
+ download_size: 200652
59
+ dataset_size: 365110
60
+ ---
61
+ # Dataset Card for "stackoverflow_feedback_demo"
62
+
63
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)