add model
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -19,7 +19,7 @@
|
|
19 |
"n_positions": 1024,
|
20 |
"reorder_and_upcast_attn": true,
|
21 |
"resid_pdrop": 0.1,
|
22 |
-
"scale_attn_by_inverse_layer_idx":
|
23 |
"scale_attn_weights": true,
|
24 |
"summary_activation": null,
|
25 |
"summary_first_dropout": 0.1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "codeparrot/codeparrot-small",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
19 |
"n_positions": 1024,
|
20 |
"reorder_and_upcast_attn": true,
|
21 |
"resid_pdrop": 0.1,
|
22 |
+
"scale_attn_by_inverse_layer_idx": true,
|
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 482435817
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6013d42d0d79a5c0ee2be3d6f27675dd9076536c43e3ee999b0b764455ef5543
|
3 |
size 482435817
|