Training in progress, epoch 1
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:a58d22838416934351fcdf3935c2642828fc7f5a0824fda9fd3553e3f57002cf
|
3 |
+
size 575049586
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee7f648ba3c679e28798af6e7f8ccd82d6941e3bbb636a74785118126bef4ed4
|
3 |
+
size 5880
|