mariagrandury commited on
Commit
6c4a5cd
1 Parent(s): e933cf5

Upload README.md with huggingface_hub

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