sdiazlor commited on
Commit
961b0e7
·
1 Parent(s): 829bd88

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +102 -0
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: content
5
+ dtype: string
6
+ id: field
7
+ - name: description
8
+ list:
9
+ - name: user_id
10
+ dtype: string
11
+ id: question
12
+ - name: value
13
+ dtype: string
14
+ id: suggestion
15
+ - name: status
16
+ dtype: string
17
+ id: question
18
+ - name: description-suggestion
19
+ dtype: string
20
+ id: suggestion
21
+ - name: description-suggestion-metadata
22
+ struct:
23
+ - name: type
24
+ dtype: string
25
+ id: suggestion-metadata
26
+ - name: score
27
+ dtype: float32
28
+ id: suggestion-metadata
29
+ - name: agent
30
+ dtype: string
31
+ id: suggestion-metadata
32
+ - name: quality
33
+ list:
34
+ - name: user_id
35
+ dtype: string
36
+ id: question
37
+ - name: value
38
+ dtype: int32
39
+ id: suggestion
40
+ - name: status
41
+ dtype: string
42
+ id: question
43
+ - name: quality-suggestion
44
+ dtype: int32
45
+ id: suggestion
46
+ - name: quality-suggestion-metadata
47
+ struct:
48
+ - name: type
49
+ dtype: string
50
+ id: suggestion-metadata
51
+ - name: score
52
+ dtype: float32
53
+ id: suggestion-metadata
54
+ - name: agent
55
+ dtype: string
56
+ id: suggestion-metadata
57
+ - name: age_group
58
+ list:
59
+ - name: user_id
60
+ dtype: string
61
+ id: question
62
+ - name: value
63
+ dtype: string
64
+ id: suggestion
65
+ - name: status
66
+ dtype: string
67
+ id: question
68
+ - name: age_group-suggestion
69
+ dtype: string
70
+ id: suggestion
71
+ - name: age_group-suggestion-metadata
72
+ struct:
73
+ - name: type
74
+ dtype: string
75
+ id: suggestion-metadata
76
+ - name: score
77
+ dtype: float32
78
+ id: suggestion-metadata
79
+ - name: agent
80
+ dtype: string
81
+ id: suggestion-metadata
82
+ - name: external_id
83
+ dtype: string
84
+ id: external_id
85
+ - name: metadata
86
+ dtype: string
87
+ id: metadata
88
+ splits:
89
+ - name: train
90
+ num_bytes: 76240752
91
+ num_examples: 60
92
+ download_size: 76030624
93
+ dataset_size: 76240752
94
+ configs:
95
+ - config_name: default
96
+ data_files:
97
+ - split: train
98
+ path: data/train-*
99
+ ---
100
+ # Dataset Card for "multi-modal"
101
+
102
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)