real weights
Browse files- config.json +2 -2
- generation_config.json +6 -0
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_bias": true,
|
7 |
"attention_dropout": 0.0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "EleutherAI/pythia-410m",
|
3 |
"architectures": [
|
4 |
+
"GPTNeoXForCausalLM"
|
5 |
],
|
6 |
"attention_bias": true,
|
7 |
"attention_dropout": 0.0,
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 0,
|
5 |
+
"transformers_version": "4.44.0"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b36c15212019aa583c8f04c1d6c844cfc79f2d1a7d679efd51f245407b34248
|
3 |
+
size 1621370224
|