Commit
·
38c4a46
1
Parent(s):
106cfce
Upload model
Browse files- config.json +9 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "trained_model",
|
3 |
+
"architectures": [
|
4 |
+
"RewardModel"
|
5 |
+
],
|
6 |
+
"model_type": "gpt_neo",
|
7 |
+
"torch_dtype": "float32",
|
8 |
+
"transformers_version": "4.24.0"
|
9 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d607644302473d22f33c1c6f99321e0227fcb2d679be7c4ba0b2fc53e2ed3cf7
|
3 |
+
size 551187893
|