HakanK commited on
Commit
007e7b9
1 Parent(s): ebf3ada

Upload README.md with huggingface_hub

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