Commit
·
5cd7002
1
Parent(s):
2505b08
Upload model
Browse files- config.json +10 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"RewardModel"
|
| 4 |
+
],
|
| 5 |
+
"base_model": "EleutherAI/gpt-neo-125M",
|
| 6 |
+
"model_type": "reward_model",
|
| 7 |
+
"n_embd": 768,
|
| 8 |
+
"torch_dtype": "float32",
|
| 9 |
+
"transformers_version": "4.25.1"
|
| 10 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c6dc8b95b70687c92426f53bbc7627ddb049047bd3349116e1089ee9be2ed4b
|
| 3 |
+
size 551187633
|