Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- added_tokens.json +1 -1
- checkpoint/config.json +15 -16
- checkpoint/generation_config.json +2 -3
- checkpoint/pytorch_model.bin/key_to_filename.json +2 -2
- checkpoint/pytorch_model.bin/p0.transformer.wte.weight +2 -2
- checkpoint/pytorch_model.bin/p1.transformer.wpe.weight +2 -2
- checkpoint/pytorch_model.bin/p10.transformer.h.0.mlp.c_fc.weight +2 -2
- checkpoint/pytorch_model.bin/p100.transformer.h.8.attn.c_attn.weight +3 -0
- checkpoint/pytorch_model.bin/p101.transformer.h.8.attn.c_attn.bias +3 -0
- checkpoint/pytorch_model.bin/p102.transformer.h.8.attn.c_proj.weight +3 -0
- checkpoint/pytorch_model.bin/p103.transformer.h.8.attn.c_proj.bias +3 -0
- checkpoint/pytorch_model.bin/p104.transformer.h.8.ln_2.weight +3 -0
- checkpoint/pytorch_model.bin/p105.transformer.h.8.ln_2.bias +3 -0
- checkpoint/pytorch_model.bin/p106.transformer.h.8.mlp.c_fc.weight +3 -0
- checkpoint/pytorch_model.bin/p107.transformer.h.8.mlp.c_fc.bias +3 -0
- checkpoint/pytorch_model.bin/p108.transformer.h.8.mlp.c_proj.weight +3 -0
- checkpoint/pytorch_model.bin/p109.transformer.h.8.mlp.c_proj.bias +3 -0
- checkpoint/pytorch_model.bin/p11.transformer.h.0.mlp.c_fc.bias +2 -2
- checkpoint/pytorch_model.bin/p110.transformer.h.9.ln_1.weight +3 -0
- checkpoint/pytorch_model.bin/p111.transformer.h.9.ln_1.bias +3 -0
- checkpoint/pytorch_model.bin/p112.transformer.h.9.attn.c_attn.weight +3 -0
- checkpoint/pytorch_model.bin/p113.transformer.h.9.attn.c_attn.bias +3 -0
- checkpoint/pytorch_model.bin/p114.transformer.h.9.attn.c_proj.weight +3 -0
- checkpoint/pytorch_model.bin/p115.transformer.h.9.attn.c_proj.bias +3 -0
- checkpoint/pytorch_model.bin/p116.transformer.h.9.ln_2.weight +3 -0
- checkpoint/pytorch_model.bin/p117.transformer.h.9.ln_2.bias +3 -0
- checkpoint/pytorch_model.bin/p118.transformer.h.9.mlp.c_fc.weight +3 -0
- checkpoint/pytorch_model.bin/p119.transformer.h.9.mlp.c_fc.bias +3 -0
- checkpoint/pytorch_model.bin/p12.transformer.h.0.mlp.c_proj.weight +2 -2
- checkpoint/pytorch_model.bin/p120.transformer.h.9.mlp.c_proj.weight +3 -0
- checkpoint/pytorch_model.bin/p121.transformer.h.9.mlp.c_proj.bias +3 -0
- checkpoint/pytorch_model.bin/p122.transformer.h.10.ln_1.weight +3 -0
- checkpoint/pytorch_model.bin/p123.transformer.h.10.ln_1.bias +3 -0
- checkpoint/pytorch_model.bin/p124.transformer.h.10.attn.c_attn.weight +3 -0
- checkpoint/pytorch_model.bin/p125.transformer.h.10.attn.c_attn.bias +3 -0
- checkpoint/pytorch_model.bin/p126.transformer.h.10.attn.c_proj.weight +3 -0
- checkpoint/pytorch_model.bin/p127.transformer.h.10.attn.c_proj.bias +3 -0
- checkpoint/pytorch_model.bin/p128.transformer.h.10.ln_2.weight +3 -0
- checkpoint/pytorch_model.bin/p129.transformer.h.10.ln_2.bias +3 -0
- checkpoint/pytorch_model.bin/p13.transformer.h.0.mlp.c_proj.bias +2 -2
- checkpoint/pytorch_model.bin/p130.transformer.h.10.mlp.c_fc.weight +3 -0
- checkpoint/pytorch_model.bin/p131.transformer.h.10.mlp.c_fc.bias +3 -0
- checkpoint/pytorch_model.bin/p132.transformer.h.10.mlp.c_proj.weight +3 -0
- checkpoint/pytorch_model.bin/p133.transformer.h.10.mlp.c_proj.bias +3 -0
- checkpoint/pytorch_model.bin/p134.transformer.h.11.ln_1.weight +3 -0
- checkpoint/pytorch_model.bin/p135.transformer.h.11.ln_1.bias +3 -0
- checkpoint/pytorch_model.bin/p136.transformer.h.11.attn.c_attn.weight +3 -0
- checkpoint/pytorch_model.bin/p137.transformer.h.11.attn.c_attn.bias +3 -0
- checkpoint/pytorch_model.bin/p138.transformer.h.11.attn.c_proj.weight +3 -0
- checkpoint/pytorch_model.bin/p139.transformer.h.11.attn.c_proj.bias +3 -0
added_tokens.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
{
|
2 |
-
"<|endoftext|>":
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"<|endoftext|>": 50256
|
3 |
}
|
checkpoint/config.json
CHANGED
@@ -1,28 +1,22 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
6 |
],
|
7 |
-
"attention_probs_dropout_prob": 0.1,
|
8 |
"attn_pdrop": 0.1,
|
9 |
-
"bos_token_id":
|
10 |
"embd_pdrop": 0.1,
|
11 |
-
"eos_token_id":
|
12 |
-
"gradient_checkpointing": false,
|
13 |
-
"hidden_act": "gelu",
|
14 |
-
"hidden_dropout_prob": 0.1,
|
15 |
"initializer_range": 0.02,
|
16 |
-
"intermediate_size": 37,
|
17 |
"layer_norm_epsilon": 1e-05,
|
18 |
"model_type": "gpt2",
|
19 |
-
"n_ctx":
|
20 |
-
"n_embd":
|
21 |
-
"n_head":
|
22 |
"n_inner": null,
|
23 |
-
"n_layer":
|
24 |
-
"n_positions":
|
25 |
-
"pad_token_id": 98,
|
26 |
"reorder_and_upcast_attn": false,
|
27 |
"resid_pdrop": 0.1,
|
28 |
"scale_attn_by_inverse_layer_idx": false,
|
@@ -32,9 +26,14 @@
|
|
32 |
"summary_proj_to_labels": true,
|
33 |
"summary_type": "cls_index",
|
34 |
"summary_use_proj": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
"torch_dtype": "float32",
|
36 |
"transformers_version": "4.34.0",
|
37 |
-
"type_vocab_size": 16,
|
38 |
"use_cache": true,
|
39 |
-
"vocab_size":
|
40 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gpt2",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
6 |
],
|
|
|
7 |
"attn_pdrop": 0.1,
|
8 |
+
"bos_token_id": 50256,
|
9 |
"embd_pdrop": 0.1,
|
10 |
+
"eos_token_id": 50256,
|
|
|
|
|
|
|
11 |
"initializer_range": 0.02,
|
|
|
12 |
"layer_norm_epsilon": 1e-05,
|
13 |
"model_type": "gpt2",
|
14 |
+
"n_ctx": 1024,
|
15 |
+
"n_embd": 768,
|
16 |
+
"n_head": 12,
|
17 |
"n_inner": null,
|
18 |
+
"n_layer": 12,
|
19 |
+
"n_positions": 1024,
|
|
|
20 |
"reorder_and_upcast_attn": false,
|
21 |
"resid_pdrop": 0.1,
|
22 |
"scale_attn_by_inverse_layer_idx": false,
|
|
|
26 |
"summary_proj_to_labels": true,
|
27 |
"summary_type": "cls_index",
|
28 |
"summary_use_proj": true,
|
29 |
+
"task_specific_params": {
|
30 |
+
"text-generation": {
|
31 |
+
"do_sample": true,
|
32 |
+
"max_length": 50
|
33 |
+
}
|
34 |
+
},
|
35 |
"torch_dtype": "float32",
|
36 |
"transformers_version": "4.34.0",
|
|
|
37 |
"use_cache": true,
|
38 |
+
"vocab_size": 50257
|
39 |
}
|
checkpoint/generation_config.json
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"bos_token_id":
|
4 |
-
"eos_token_id":
|
5 |
-
"pad_token_id": 98,
|
6 |
"transformers_version": "4.34.0"
|
7 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
|
|
5 |
"transformers_version": "4.34.0"
|
6 |
}
|
checkpoint/pytorch_model.bin/key_to_filename.json
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:6c4553bab562b4bbe5758037b3510300876508e3efc110f18fd7e84d95f58e8c
|
3 |
+
size 11019
|
checkpoint/pytorch_model.bin/p0.transformer.wte.weight
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:6afe29e7a303100d0716305480e388c37da75d21e9020b5372d868e3a19a88fc
|
3 |
+
size 154390284
|
checkpoint/pytorch_model.bin/p1.transformer.wpe.weight
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:8b909a804fbd38800ad57225f0c2f53f93ba5bd9974d342e30a9fefb44b17988
|
3 |
+
size 3146508
|
checkpoint/pytorch_model.bin/p10.transformer.h.0.mlp.c_fc.weight
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:f0c49d71850f54fa0c275d3e87ce41b33a77fd8e5903533f42deee642025bf53
|
3 |
+
size 9438058
|
checkpoint/pytorch_model.bin/p100.transformer.h.8.attn.c_attn.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c50970b5d83acd3a66af25c8f7ce98262d0601cd111e32e822eedd98f8465459
|
3 |
+
size 7078774
|
checkpoint/pytorch_model.bin/p101.transformer.h.8.attn.c_attn.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c6134326e91a0c07e05b5370f298b9f226f7a20c1a4f3f329ccc6acb25e0d2f
|
3 |
+
size 10102
|
checkpoint/pytorch_model.bin/p102.transformer.h.8.attn.c_proj.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:218bddde3be7a1761936dee9296686b89e9e8e71803a289abe488f139ad87e04
|
3 |
+
size 2360182
|
checkpoint/pytorch_model.bin/p103.transformer.h.8.attn.c_proj.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5681959fc7d6723c6cae2843dc459b847e92245a6b1a9ba6038c3383a236b58b
|
3 |
+
size 3958
|
checkpoint/pytorch_model.bin/p104.transformer.h.8.ln_2.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9f90f83f833b03cd5117b6bc6d6345cd0a25a7e7ab9afdfb49237ed31f24579
|
3 |
+
size 3937
|
checkpoint/pytorch_model.bin/p105.transformer.h.8.ln_2.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b379e861327b2cfe151e306d84d4ab21cfee939e0abb1ab08379f59b4ee150ae
|
3 |
+
size 3937
|
checkpoint/pytorch_model.bin/p106.transformer.h.8.mlp.c_fc.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57d58e3ffb341c11f4c8410ee0c6d1830e2cea04f6f9e78b47dbe5332a2708ac
|
3 |
+
size 9438061
|
checkpoint/pytorch_model.bin/p107.transformer.h.8.mlp.c_fc.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aafb37cf943a4c4495c892ef28a7c08d3d03f05006f33e3d8e2b08b75e185b93
|
3 |
+
size 13165
|
checkpoint/pytorch_model.bin/p108.transformer.h.8.mlp.c_proj.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b71a39bcd3b1f1cac3dedae87dd9ca6c8c72a90f8a005ba3f100f354650b54f
|
3 |
+
size 9438067
|
checkpoint/pytorch_model.bin/p109.transformer.h.8.mlp.c_proj.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:561c421d057a4ab6eead75d754797c985bc8ed29b52767583c0e781837ddaefc
|
3 |
+
size 3955
|
checkpoint/pytorch_model.bin/p11.transformer.h.0.mlp.c_fc.bias
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:775eb99d69d87049275ce07346ca521c82af294e02ebf8e7346e6394c499d91d
|
3 |
+
size 13162
|
checkpoint/pytorch_model.bin/p110.transformer.h.9.ln_1.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55d204b3e43aa05084bc5a5d28917167e78f4bb954a58fee81e5e6883985e7d9
|
3 |
+
size 3937
|
checkpoint/pytorch_model.bin/p111.transformer.h.9.ln_1.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75d224b2180f788fa6cf3bdbbcbe389774864bd120198635256f67881deb60d7
|
3 |
+
size 3937
|
checkpoint/pytorch_model.bin/p112.transformer.h.9.attn.c_attn.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76429e5f2b53936acef1c9011aabd818e08b328b85d1fec9cdbe0ac4f5ac59b0
|
3 |
+
size 7078774
|
checkpoint/pytorch_model.bin/p113.transformer.h.9.attn.c_attn.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6582f473e211001245344fcd2bfa83e566895e5170299e9a276b97f72f3b274b
|
3 |
+
size 10102
|
checkpoint/pytorch_model.bin/p114.transformer.h.9.attn.c_proj.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cec5aaca63c396bba97e6fc49583c4af86648fc3f53cf0093a6f2604e4a5224
|
3 |
+
size 2360182
|
checkpoint/pytorch_model.bin/p115.transformer.h.9.attn.c_proj.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94ed8ee7fc3e53b2062ec40a7fa4747f3adaf2752b5327e1aa9593649eab654c
|
3 |
+
size 3958
|
checkpoint/pytorch_model.bin/p116.transformer.h.9.ln_2.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eff527b74962281925542f713e8c6417a625a8fdb0d70be10939053d2341b8df
|
3 |
+
size 3937
|
checkpoint/pytorch_model.bin/p117.transformer.h.9.ln_2.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a47145e01f884070d5a67c7a6c3f50ac43fb974a519c3d1dd7d84bb5410cead
|
3 |
+
size 3937
|
checkpoint/pytorch_model.bin/p118.transformer.h.9.mlp.c_fc.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e352808fbe18a9f1713351410db80c7c518ce2648073ad0c072d0ed374f22b4
|
3 |
+
size 9438061
|
checkpoint/pytorch_model.bin/p119.transformer.h.9.mlp.c_fc.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99a0093a091aeb7045e19f46bcfe9244c50a3fdcafd4ad8bcbad42ebe52ae183
|
3 |
+
size 13165
|
checkpoint/pytorch_model.bin/p12.transformer.h.0.mlp.c_proj.weight
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:702133785134601933d5db628d5860d654d6429d579925640251e65b41ca98b3
|
3 |
+
size 9438064
|
checkpoint/pytorch_model.bin/p120.transformer.h.9.mlp.c_proj.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec92776c93f5efacb3f51a2c7d3d8ca1e7afad82af4eb842f28ddbc5591504c2
|
3 |
+
size 9438067
|
checkpoint/pytorch_model.bin/p121.transformer.h.9.mlp.c_proj.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c45381542baa7236c2e297b69ea137b0355a328ab3e0264f307d084c637fca7
|
3 |
+
size 3955
|
checkpoint/pytorch_model.bin/p122.transformer.h.10.ln_1.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1c1d21eef5bde7b0e9635557b6d2438c4774ae0b9e639b4b6bb4b0f66d37faf
|
3 |
+
size 3940
|
checkpoint/pytorch_model.bin/p123.transformer.h.10.ln_1.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12b513d410ca0d44d8bc3a7386b0120e3496c0c8cad4a069dcef800b6bfc7439
|
3 |
+
size 3940
|
checkpoint/pytorch_model.bin/p124.transformer.h.10.attn.c_attn.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7036ae752a8bc3c9b96916edcc7e32419fee9379e92612393fdd94f3a8a0b8cb
|
3 |
+
size 7078777
|
checkpoint/pytorch_model.bin/p125.transformer.h.10.attn.c_attn.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0940c5148e35d4b4c85f6412ff371faa121fd181925e505331b41d13964acd00
|
3 |
+
size 10105
|
checkpoint/pytorch_model.bin/p126.transformer.h.10.attn.c_proj.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:681b2b3bd2a62148cf78364165fd7f3b152f35c406936e93c243bae6c6c28045
|
3 |
+
size 2360185
|
checkpoint/pytorch_model.bin/p127.transformer.h.10.attn.c_proj.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d165bdfa148f7b126281aa3cda41ccb1a8aa206880b34c0b9c0ebb366b440614
|
3 |
+
size 3961
|
checkpoint/pytorch_model.bin/p128.transformer.h.10.ln_2.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cfae43012d8b5ff81fd2bb94f215f1fff6b645bf1ce71ee65b5ab6e2de81819
|
3 |
+
size 3940
|
checkpoint/pytorch_model.bin/p129.transformer.h.10.ln_2.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93cb772612f1f6810d826bce46738bf6ee9cb5271fc852ec5844ef77129f2003
|
3 |
+
size 3940
|
checkpoint/pytorch_model.bin/p13.transformer.h.0.mlp.c_proj.bias
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:a9971fd4f00e74c188476830685d9995a6ebe2b60624dd11f7f110577a8b11e1
|
3 |
+
size 3952
|
checkpoint/pytorch_model.bin/p130.transformer.h.10.mlp.c_fc.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d7bf5248f016d8f267e209b07faaf3d247a40f0ecbd08593e1fa92fd931c8a8
|
3 |
+
size 9438064
|
checkpoint/pytorch_model.bin/p131.transformer.h.10.mlp.c_fc.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fda5dc760e54d03b4fd0de67e6297644e8dcc6c6fcda12a2b3a308a112ef9a5
|
3 |
+
size 13168
|
checkpoint/pytorch_model.bin/p132.transformer.h.10.mlp.c_proj.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9255419c926ac7317055d1e7129ff5020b634e4407e8da0e13a84fd847d4da5
|
3 |
+
size 9438070
|
checkpoint/pytorch_model.bin/p133.transformer.h.10.mlp.c_proj.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8c1ce8949eb2dfcdc5bfb035da3ffbd89f7f6e5906de0ea829032107c315893
|
3 |
+
size 3958
|
checkpoint/pytorch_model.bin/p134.transformer.h.11.ln_1.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86ac3311156271817377ad04d066665767769b9424efba5b8a324a1712a6caee
|
3 |
+
size 3940
|
checkpoint/pytorch_model.bin/p135.transformer.h.11.ln_1.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96f8f8c6ad5ed88fe7fc4c852471c834a79fb65430cecc939db9d2758ae34980
|
3 |
+
size 3940
|
checkpoint/pytorch_model.bin/p136.transformer.h.11.attn.c_attn.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f5cc02fe62d32fcfbd3689c90e527956fb82f25a8ec05c9a725715bf6b6c978
|
3 |
+
size 7078777
|
checkpoint/pytorch_model.bin/p137.transformer.h.11.attn.c_attn.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:464cd895adab0772661bc8dd378fef48bf0043687a53b159110c946731c05d2b
|
3 |
+
size 10105
|
checkpoint/pytorch_model.bin/p138.transformer.h.11.attn.c_proj.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b574a0539bb44fab89f6dc4c14a4f450ea62b470e3a64592ec0e937c445a8c8
|
3 |
+
size 2360185
|
checkpoint/pytorch_model.bin/p139.transformer.h.11.attn.c_proj.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be350b2dd16a9a8a7bfdb4c1cab7f123ed66e44e63d7521321a24362f6e62ae7
|
3 |
+
size 3961
|