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/gpt2-medium-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:b3b334bde0945ba3df6c13ea462110ebe1114595ef353924b40204a45e081ac8
|
3 |
+
size 1522406322
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e187ff2f73b05c2739b79ac0f67ca4763ee31b683708b236596de9cfe03a01f
|
3 |
+
size 5880
|