davidberenstein1957 HF staff commited on
Commit
2e259e7
1 Parent(s): ce9023a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ id: field
7
+ - name: category
8
+ dtype: string
9
+ id: field
10
+ - name: original-instruction
11
+ dtype: string
12
+ id: field
13
+ - name: original-context
14
+ dtype: string
15
+ id: field
16
+ - name: original-response
17
+ dtype: string
18
+ id: field
19
+ - name: new-instruction
20
+ sequence:
21
+ - name: user_id
22
+ dtype: string
23
+ - name: value
24
+ dtype: string
25
+ - name: status
26
+ dtype: string
27
+ id: question
28
+ - name: new-context
29
+ sequence:
30
+ - name: user_id
31
+ dtype: string
32
+ - name: value
33
+ dtype: string
34
+ - name: status
35
+ dtype: string
36
+ id: question
37
+ - name: new-response
38
+ sequence:
39
+ - name: user_id
40
+ dtype: string
41
+ - name: value
42
+ dtype: string
43
+ - name: status
44
+ dtype: string
45
+ id: question
46
+ - name: external_id
47
+ dtype: string
48
+ id: external_id
49
+ splits:
50
+ - name: train
51
+ num_bytes: 25502887
52
+ num_examples: 15015
53
+ download_size: 15556858
54
+ dataset_size: 25502887
55
+ ---
56
+ # Dataset Card for "databricks-dolly-15k-curated-en"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)