Upload folder using huggingface_hub
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -12,14 +12,14 @@
|
|
12 |
"initializer_range": 0.02,
|
13 |
"layer_norm_epsilon": 1e-05,
|
14 |
"model_type": "gptj",
|
15 |
-
"n_embd":
|
16 |
"n_head": 2,
|
17 |
"n_inner": null,
|
18 |
"n_layer": 2,
|
19 |
"n_positions": 2048,
|
20 |
"resid_pdrop": 0.0,
|
21 |
"rotary": true,
|
22 |
-
"rotary_dim":
|
23 |
"scale_attn_weights": true,
|
24 |
"summary_activation": null,
|
25 |
"summary_first_dropout": 0.1,
|
|
|
12 |
"initializer_range": 0.02,
|
13 |
"layer_norm_epsilon": 1e-05,
|
14 |
"model_type": "gptj",
|
15 |
+
"n_embd": 16,
|
16 |
"n_head": 2,
|
17 |
"n_inner": null,
|
18 |
"n_layer": 2,
|
19 |
"n_positions": 2048,
|
20 |
"resid_pdrop": 0.0,
|
21 |
"rotary": true,
|
22 |
+
"rotary_dim": 4,
|
23 |
"scale_attn_weights": true,
|
24 |
"summary_activation": null,
|
25 |
"summary_first_dropout": 0.1,
|
pytorch_model.bin
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:00773128874d82c212e9b68013a57fd12ebc029a930a615c0fad407bb907b809
|
3 |
+
size 3347001
|