do11 commited on
Commit
054665b
1 Parent(s): 660d135

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 12653492
51
+ num_examples: 15015
52
+ download_size: 7716858
53
+ dataset_size: 12653492
54
+ configs:
55
+ - config_name: default
56
+ data_files:
57
+ - split: train
58
+ path: data/train-*
59
+ ---
60
+ # Dataset Card for "test2"
61
+
62
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)