JingweiNi commited on
Commit
be469f2
·
verified ·
1 Parent(s): 7904101

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: uuid
5
+ dtype: string
6
+ - name: model
7
+ dtype: string
8
+ - name: gen_input_configs
9
+ struct:
10
+ - name: temperature
11
+ dtype: float64
12
+ - name: top_p
13
+ dtype: float64
14
+ - name: input_generator
15
+ dtype: string
16
+ - name: seed
17
+ dtype: 'null'
18
+ - name: pre_query_template
19
+ dtype: string
20
+ - name: instruction
21
+ dtype: string
22
+ - name: response
23
+ dtype: string
24
+ - name: conversations
25
+ list:
26
+ - name: from
27
+ dtype: string
28
+ - name: value
29
+ dtype: string
30
+ - name: task_category
31
+ dtype: string
32
+ - name: other_task_category
33
+ list: string
34
+ - name: task_category_generator
35
+ dtype: string
36
+ - name: difficulty
37
+ dtype: string
38
+ - name: intent
39
+ dtype: string
40
+ - name: knowledge
41
+ dtype: string
42
+ - name: difficulty_generator
43
+ dtype: string
44
+ - name: input_quality
45
+ dtype: string
46
+ - name: quality_explanation
47
+ dtype: string
48
+ - name: quality_generator
49
+ dtype: string
50
+ - name: llama_guard_2
51
+ dtype: string
52
+ - name: reward_model
53
+ dtype: string
54
+ - name: instruct_reward
55
+ dtype: float64
56
+ - name: min_neighbor_distance
57
+ dtype: float64
58
+ - name: repeat_count
59
+ dtype: int64
60
+ - name: min_similar_uuid
61
+ dtype: string
62
+ - name: instruction_length
63
+ dtype: int64
64
+ - name: response_length
65
+ dtype: int64
66
+ - name: language
67
+ dtype: string
68
+ - name: source_path
69
+ dtype: string
70
+ splits:
71
+ - name: train
72
+ num_bytes: 159252567
73
+ num_examples: 27854
74
+ - name: test
75
+ num_bytes: 17695364
76
+ num_examples: 3095
77
+ download_size: 92042536
78
+ dataset_size: 176947931
79
+ configs:
80
+ - config_name: default
81
+ data_files:
82
+ - split: train
83
+ path: data/train-*
84
+ - split: test
85
+ path: data/test-*
86
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cdf1636012416d24947d378f30a0d8425186f3899907605c342e2010f08e71e
3
+ size 9467015
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:069d5d44b3057a001bf3eb6c004d016fa4c6b88f91adebe3dc3641c53a6125b6
3
+ size 82575521