Training in progress, step 500
Browse files- config.json +10 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GPTRewardModel"
|
4 |
+
],
|
5 |
+
"model_path": "li-jay-cs/gptj-supervised-summarize-checkpoint",
|
6 |
+
"model_type": "reward",
|
7 |
+
"tokenizer_id": "gpt2",
|
8 |
+
"torch_dtype": "float16",
|
9 |
+
"transformers_version": "4.35.2"
|
10 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe1854eb1dd0d5ef1cce9f755936870af533751daa3666532093fa9f59915cdc
|
3 |
+
size 575049586
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d262d7672a36bc45ee3cd4a07c59025acaa0a216e24907573ad21537ecfdcf6
|
3 |
+
size 5880
|