yasminemun commited on
Commit
75adc14
1 Parent(s): 89091fb

Upload folder using huggingface_hub

Browse files
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54d5ee68f36ba567041c792e7ab3899bcb7f808db6c125952d8bc3c9e1bd3b4c
3
+ size 3060272
dataset_info.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "input": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "generation_model": {
10
+ "feature": {
11
+ "dtype": "string",
12
+ "_type": "Value"
13
+ },
14
+ "_type": "Sequence"
15
+ },
16
+ "generation_prompt": [
17
+ [
18
+ {
19
+ "content": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "role": {
24
+ "dtype": "string",
25
+ "_type": "Value"
26
+ }
27
+ }
28
+ ]
29
+ ],
30
+ "raw_generation_responses": {
31
+ "feature": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "_type": "Sequence"
36
+ },
37
+ "generations": {
38
+ "feature": {
39
+ "dtype": "string",
40
+ "_type": "Value"
41
+ },
42
+ "_type": "Sequence"
43
+ },
44
+ "labelling_model": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "labelling_prompt": [
49
+ {
50
+ "content": {
51
+ "dtype": "string",
52
+ "_type": "Value"
53
+ },
54
+ "role": {
55
+ "dtype": "string",
56
+ "_type": "Value"
57
+ }
58
+ }
59
+ ],
60
+ "raw_labelling_response": {
61
+ "dtype": "string",
62
+ "_type": "Value"
63
+ },
64
+ "rating": {
65
+ "feature": {
66
+ "dtype": "float64",
67
+ "_type": "Value"
68
+ },
69
+ "_type": "Sequence"
70
+ },
71
+ "rationale": {
72
+ "feature": {
73
+ "dtype": "string",
74
+ "_type": "Value"
75
+ },
76
+ "_type": "Sequence"
77
+ }
78
+ },
79
+ "homepage": "",
80
+ "license": ""
81
+ }
distilabel-task.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ratings": [
3
+ {
4
+ "value": 1,
5
+ "description": "**Irrelevant**: No alignment."
6
+ },
7
+ {
8
+ "value": 2,
9
+ "description": "**Partial Focus**: Addresses one aspect poorly."
10
+ },
11
+ {
12
+ "value": 3,
13
+ "description": "**Partial Compliance**:\n\t- (1) Meets goal or restrictions, neglecting other.\n\t- (2) Acknowledges both but slight deviations."
14
+ },
15
+ {
16
+ "value": 4,
17
+ "description": "**Almost There**: Near alignment, minor deviations."
18
+ },
19
+ {
20
+ "value": 5,
21
+ "description": "**Comprehensive Compliance**: Fully aligns, meets all requirements."
22
+ }
23
+ ],
24
+ "task_description": "\n# Instruction Following Assessment\nEvaluate alignment between output and intent. Assess understanding of task goal and restrictions.\n**Instruction Components**: Task Goal (intended outcome), Restrictions (text styles, formats, or designated methods, etc).\n\n**Scoring**: Rate outputs 1 to 5:\n",
25
+ "system_prompt": "Your role is to evaluate text quality based on given criteria.",
26
+ "__type_info__": {
27
+ "module": "distilabel.tasks.preference.ultrafeedback",
28
+ "name": "UltraFeedbackTask"
29
+ }
30
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "79d772bf59915dd7",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }