Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- all_outputs_train.json +3 -0
- dataset_dict.json +1 -0
- test/data-00000-of-00001.arrow +3 -0
- test/dataset_info.json +82 -0
- test/state.json +13 -0
- train/data-00000-of-00001.arrow +3 -0
- train/dataset_info.json +82 -0
- train/state.json +13 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
all_outputs_train.json filter=lfs diff=lfs merge=lfs -text
|
all_outputs_train.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5e5bca1273f0c92196ca1b8567e0860785566ac5ceb3f74fa1c4eb84b545245
|
| 3 |
+
size 76368450
|
dataset_dict.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"splits": ["train", "test"]}
|
test/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dbe3cb148160eaa22e8ce257b217ae0e40aab35fcc64a59cafa7f86b231a1db
|
| 3 |
+
size 9534632
|
test/dataset_info.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"prompt_id": {
|
| 6 |
+
"dtype": "int64",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"prompt": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"all_generated_responses": {
|
| 14 |
+
"feature": {
|
| 15 |
+
"dtype": "string",
|
| 16 |
+
"_type": "Value"
|
| 17 |
+
},
|
| 18 |
+
"_type": "Sequence"
|
| 19 |
+
},
|
| 20 |
+
"ori_chosen": [
|
| 21 |
+
{
|
| 22 |
+
"content": {
|
| 23 |
+
"dtype": "string",
|
| 24 |
+
"_type": "Value"
|
| 25 |
+
},
|
| 26 |
+
"role": {
|
| 27 |
+
"dtype": "string",
|
| 28 |
+
"_type": "Value"
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
],
|
| 32 |
+
"ori_rejected": [
|
| 33 |
+
{
|
| 34 |
+
"content": {
|
| 35 |
+
"dtype": "string",
|
| 36 |
+
"_type": "Value"
|
| 37 |
+
},
|
| 38 |
+
"role": {
|
| 39 |
+
"dtype": "string",
|
| 40 |
+
"_type": "Value"
|
| 41 |
+
}
|
| 42 |
+
}
|
| 43 |
+
],
|
| 44 |
+
"all_rm_scores": {
|
| 45 |
+
"feature": {
|
| 46 |
+
"dtype": "float64",
|
| 47 |
+
"_type": "Value"
|
| 48 |
+
},
|
| 49 |
+
"_type": "Sequence"
|
| 50 |
+
},
|
| 51 |
+
"weight_chosen": {
|
| 52 |
+
"dtype": "int64",
|
| 53 |
+
"_type": "Value"
|
| 54 |
+
},
|
| 55 |
+
"chosen": [
|
| 56 |
+
{
|
| 57 |
+
"content": {
|
| 58 |
+
"dtype": "string",
|
| 59 |
+
"_type": "Value"
|
| 60 |
+
},
|
| 61 |
+
"role": {
|
| 62 |
+
"dtype": "string",
|
| 63 |
+
"_type": "Value"
|
| 64 |
+
}
|
| 65 |
+
}
|
| 66 |
+
],
|
| 67 |
+
"rejected": [
|
| 68 |
+
{
|
| 69 |
+
"content": {
|
| 70 |
+
"dtype": "string",
|
| 71 |
+
"_type": "Value"
|
| 72 |
+
},
|
| 73 |
+
"role": {
|
| 74 |
+
"dtype": "string",
|
| 75 |
+
"_type": "Value"
|
| 76 |
+
}
|
| 77 |
+
}
|
| 78 |
+
]
|
| 79 |
+
},
|
| 80 |
+
"homepage": "",
|
| 81 |
+
"license": ""
|
| 82 |
+
}
|
test/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "a26dedbe5c0e0f3a",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
train/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a77a90438e9dd926beaf76fa026e7c26cbe0e1c40b210bed0674eaf70145738
|
| 3 |
+
size 85641184
|
train/dataset_info.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"prompt_id": {
|
| 6 |
+
"dtype": "int64",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"prompt": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"all_generated_responses": {
|
| 14 |
+
"feature": {
|
| 15 |
+
"dtype": "string",
|
| 16 |
+
"_type": "Value"
|
| 17 |
+
},
|
| 18 |
+
"_type": "Sequence"
|
| 19 |
+
},
|
| 20 |
+
"ori_chosen": [
|
| 21 |
+
{
|
| 22 |
+
"content": {
|
| 23 |
+
"dtype": "string",
|
| 24 |
+
"_type": "Value"
|
| 25 |
+
},
|
| 26 |
+
"role": {
|
| 27 |
+
"dtype": "string",
|
| 28 |
+
"_type": "Value"
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
],
|
| 32 |
+
"ori_rejected": [
|
| 33 |
+
{
|
| 34 |
+
"content": {
|
| 35 |
+
"dtype": "string",
|
| 36 |
+
"_type": "Value"
|
| 37 |
+
},
|
| 38 |
+
"role": {
|
| 39 |
+
"dtype": "string",
|
| 40 |
+
"_type": "Value"
|
| 41 |
+
}
|
| 42 |
+
}
|
| 43 |
+
],
|
| 44 |
+
"all_rm_scores": {
|
| 45 |
+
"feature": {
|
| 46 |
+
"dtype": "float64",
|
| 47 |
+
"_type": "Value"
|
| 48 |
+
},
|
| 49 |
+
"_type": "Sequence"
|
| 50 |
+
},
|
| 51 |
+
"weight_chosen": {
|
| 52 |
+
"dtype": "int64",
|
| 53 |
+
"_type": "Value"
|
| 54 |
+
},
|
| 55 |
+
"chosen": [
|
| 56 |
+
{
|
| 57 |
+
"content": {
|
| 58 |
+
"dtype": "string",
|
| 59 |
+
"_type": "Value"
|
| 60 |
+
},
|
| 61 |
+
"role": {
|
| 62 |
+
"dtype": "string",
|
| 63 |
+
"_type": "Value"
|
| 64 |
+
}
|
| 65 |
+
}
|
| 66 |
+
],
|
| 67 |
+
"rejected": [
|
| 68 |
+
{
|
| 69 |
+
"content": {
|
| 70 |
+
"dtype": "string",
|
| 71 |
+
"_type": "Value"
|
| 72 |
+
},
|
| 73 |
+
"role": {
|
| 74 |
+
"dtype": "string",
|
| 75 |
+
"_type": "Value"
|
| 76 |
+
}
|
| 77 |
+
}
|
| 78 |
+
]
|
| 79 |
+
},
|
| 80 |
+
"homepage": "",
|
| 81 |
+
"license": ""
|
| 82 |
+
}
|
train/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "eb33c712f32aa6cb",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|