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 +16 -15
- checkpoint/generation_config.json +3 -2
- 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/p11.transformer.h.0.mlp.c_fc.bias +2 -2
- checkpoint/pytorch_model.bin/p12.transformer.h.0.mlp.c_proj.weight +2 -2
- checkpoint/pytorch_model.bin/p13.transformer.h.0.mlp.c_proj.bias +2 -2
- checkpoint/pytorch_model.bin/p14.transformer.h.1.ln_1.weight +2 -2
- checkpoint/pytorch_model.bin/p15.transformer.h.1.ln_1.bias +2 -2
- checkpoint/pytorch_model.bin/p16.transformer.h.1.attn.c_attn.weight +2 -2
- checkpoint/pytorch_model.bin/p17.transformer.h.1.attn.c_attn.bias +2 -2
- checkpoint/pytorch_model.bin/p18.transformer.h.1.attn.c_proj.weight +2 -2
- checkpoint/pytorch_model.bin/p19.transformer.h.1.attn.c_proj.bias +2 -2
- checkpoint/pytorch_model.bin/p2.transformer.h.0.ln_1.weight +2 -2
- checkpoint/pytorch_model.bin/p20.transformer.h.1.ln_2.weight +2 -2
- checkpoint/pytorch_model.bin/p21.transformer.h.1.ln_2.bias +2 -2
- checkpoint/pytorch_model.bin/p22.transformer.h.1.mlp.c_fc.weight +2 -2
- checkpoint/pytorch_model.bin/p23.transformer.h.1.mlp.c_fc.bias +2 -2
- checkpoint/pytorch_model.bin/p24.transformer.h.1.mlp.c_proj.weight +2 -2
- checkpoint/pytorch_model.bin/p25.transformer.h.1.mlp.c_proj.bias +2 -2
- checkpoint/pytorch_model.bin/p26.transformer.h.2.ln_1.weight +2 -2
- checkpoint/pytorch_model.bin/p27.transformer.h.2.ln_1.bias +2 -2
- checkpoint/pytorch_model.bin/p28.transformer.h.2.attn.c_attn.weight +2 -2
- checkpoint/pytorch_model.bin/p29.transformer.h.2.attn.c_attn.bias +2 -2
- checkpoint/pytorch_model.bin/p3.transformer.h.0.ln_1.bias +2 -2
- checkpoint/pytorch_model.bin/p30.transformer.h.2.attn.c_proj.weight +2 -2
- checkpoint/pytorch_model.bin/p31.transformer.h.2.attn.c_proj.bias +2 -2
- checkpoint/pytorch_model.bin/p32.transformer.h.2.ln_2.weight +2 -2
- checkpoint/pytorch_model.bin/p33.transformer.h.2.ln_2.bias +2 -2
- checkpoint/pytorch_model.bin/p34.transformer.h.2.mlp.c_fc.weight +2 -2
- checkpoint/pytorch_model.bin/p35.transformer.h.2.mlp.c_fc.bias +2 -2
- checkpoint/pytorch_model.bin/p36.transformer.h.2.mlp.c_proj.weight +2 -2
- checkpoint/pytorch_model.bin/p37.transformer.h.2.mlp.c_proj.bias +2 -2
- checkpoint/pytorch_model.bin/p38.transformer.h.3.ln_1.weight +2 -2
- checkpoint/pytorch_model.bin/p39.transformer.h.3.ln_1.bias +2 -2
- checkpoint/pytorch_model.bin/p4.transformer.h.0.attn.c_attn.weight +2 -2
- checkpoint/pytorch_model.bin/p40.transformer.h.3.attn.c_attn.weight +2 -2
- checkpoint/pytorch_model.bin/p41.transformer.h.3.attn.c_attn.bias +2 -2
- checkpoint/pytorch_model.bin/p42.transformer.h.3.attn.c_proj.weight +2 -2
- checkpoint/pytorch_model.bin/p43.transformer.h.3.attn.c_proj.bias +2 -2
- checkpoint/pytorch_model.bin/p44.transformer.h.3.ln_2.weight +2 -2
- checkpoint/pytorch_model.bin/p45.transformer.h.3.ln_2.bias +2 -2
- checkpoint/pytorch_model.bin/p46.transformer.h.3.mlp.c_fc.weight +2 -2
- checkpoint/pytorch_model.bin/p47.transformer.h.3.mlp.c_fc.bias +2 -2
- checkpoint/pytorch_model.bin/p48.transformer.h.3.mlp.c_proj.weight +2 -2
- checkpoint/pytorch_model.bin/p49.transformer.h.3.mlp.c_proj.bias +2 -2
- checkpoint/pytorch_model.bin/p5.transformer.h.0.attn.c_attn.bias +2 -2
added_tokens.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
{
|
2 |
-
"<|endoftext|>":
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"<|endoftext|>": 0
|
3 |
}
|
checkpoint/config.json
CHANGED
@@ -1,22 +1,28 @@
|
|
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":
|
9 |
"embd_pdrop": 0.1,
|
10 |
-
"eos_token_id":
|
|
|
|
|
|
|
11 |
"initializer_range": 0.02,
|
|
|
12 |
"layer_norm_epsilon": 1e-05,
|
13 |
"model_type": "gpt2",
|
14 |
-
"n_ctx":
|
15 |
-
"n_embd":
|
16 |
-
"n_head":
|
17 |
"n_inner": null,
|
18 |
-
"n_layer":
|
19 |
-
"n_positions":
|
|
|
20 |
"reorder_and_upcast_attn": false,
|
21 |
"resid_pdrop": 0.1,
|
22 |
"scale_attn_by_inverse_layer_idx": false,
|
@@ -26,14 +32,9 @@
|
|
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":
|
39 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "hf-internal-testing/tiny-random-gpt2",
|
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": 98,
|
10 |
"embd_pdrop": 0.1,
|
11 |
+
"eos_token_id": 98,
|
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": 512,
|
20 |
+
"n_embd": 32,
|
21 |
+
"n_head": 4,
|
22 |
"n_inner": null,
|
23 |
+
"n_layer": 5,
|
24 |
+
"n_positions": 512,
|
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 |
"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": 1000
|
40 |
}
|
checkpoint/generation_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"bos_token_id":
|
4 |
-
"eos_token_id":
|
|
|
5 |
"transformers_version": "4.34.0"
|
6 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"bos_token_id": 98,
|
4 |
+
"eos_token_id": 98,
|
5 |
+
"pad_token_id": 98,
|
6 |
"transformers_version": "4.34.0"
|
7 |
}
|
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:e9a627dcce4556107f9e53d6ed0dac6abd0a0f186be4bb126db8fcebc79c2066
|
3 |
+
size 4706
|
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:98e7f05874991b1bb2b8b0ead2045c1108b4b6dacea7baad3fa02dd0d5616e93
|
3 |
+
size 128780
|
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:78568d750588e782b333c8cf90b828d0901e957637bb067b911e5ac6c4e3791d
|
3 |
+
size 66316
|
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:b02a564c2f7f09640fb0102bb6747e555c085bba92ccf6dbbda361f570a06b6f
|
3 |
+
size 17258
|
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:88282a9ab9bce7877a9448dc78216cd392a287e70b221626284438cbd2cf96d6
|
3 |
+
size 1386
|
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:690b84ba7d6b4048f338a250cd34ad61007c88bb9c2e59251c746f3cbbfc33e8
|
3 |
+
size 17264
|
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:cf85b716a8fc597055da135cda3291435035989b9c28b13045d523f998606bc3
|
3 |
+
size 1008
|
checkpoint/pytorch_model.bin/p14.transformer.h.1.ln_1.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:96a817e58c901fea839a92c80772e718b5603290362b27de728468c99458f397
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p15.transformer.h.1.ln_1.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:1e6c48cd6a740a05b599308eafb0da59509ac573c0a58bea2047cedf78aadb8b
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p16.transformer.h.1.attn.c_attn.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:a8c4c91082ac55a7a6cbd33178242e2c4cf41dd708b6765366e58a93775e9707
|
3 |
+
size 13171
|
checkpoint/pytorch_model.bin/p17.transformer.h.1.attn.c_attn.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:c072b991b4764ec512332cc27bf15f81ce83e5f83a1cd309516b5aef29a3e6d8
|
3 |
+
size 1267
|
checkpoint/pytorch_model.bin/p18.transformer.h.1.attn.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:be620221b2c1d64a2cff73930912405e3a3b03802e6c403b8baf200f046096d8
|
3 |
+
size 4979
|
checkpoint/pytorch_model.bin/p19.transformer.h.1.attn.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:caaf0ec56d55bc6e4023678472b33369aef8dc4e691481a095ac76224c733844
|
3 |
+
size 1011
|
checkpoint/pytorch_model.bin/p2.transformer.h.0.ln_1.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:d5efe0b6bb145cb0427418641ce86b8586fa07606ed4ecd14b4eeda413d0fd2e
|
3 |
+
size 987
|
checkpoint/pytorch_model.bin/p20.transformer.h.1.ln_2.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:5bc8eb434bb1697fa2845dcb278134de357546e19aaa1ab7575c6e5d924e3138
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p21.transformer.h.1.ln_2.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:8767ff79e9a7d760d228c343c1f92042f8c310dd7abca9c044545df216fab3c1
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p22.transformer.h.1.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:34a3c4b42b61256f9b26ac4a272b9492be921bea15fce8d1afb1f8d2bd498725
|
3 |
+
size 17258
|
checkpoint/pytorch_model.bin/p23.transformer.h.1.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:72c147a50bd95c0a0899b77654e1b755d682bc5de0b3b4c592699e1ff2ddde60
|
3 |
+
size 1386
|
checkpoint/pytorch_model.bin/p24.transformer.h.1.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:678e58319a26b5781593429f629371c4b5750e82d84a20f5f1a0d84731eaa1e6
|
3 |
+
size 17264
|
checkpoint/pytorch_model.bin/p25.transformer.h.1.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:37b57a34115ca36b9462a098b1698ea8778f296633f8b603ec063596c5defb71
|
3 |
+
size 1008
|
checkpoint/pytorch_model.bin/p26.transformer.h.2.ln_1.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:107e2d97e2fecc1fd6370958b9eecbf5fe6b8bf3dbae67caaf45b706f6b01dd1
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p27.transformer.h.2.ln_1.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:51b42d56925d333434114f2ffecc386eb28247bdf75eba9c4c213cdbd645655c
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p28.transformer.h.2.attn.c_attn.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:abf7cfe3f016af5475976eabf4c44334fdd92a4d16a4bc443ff7748d114b0c6a
|
3 |
+
size 13171
|
checkpoint/pytorch_model.bin/p29.transformer.h.2.attn.c_attn.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:ae185014fcf933558f170448516b324e458b9dfecad00649a9ab2ed49c73659f
|
3 |
+
size 1267
|
checkpoint/pytorch_model.bin/p3.transformer.h.0.ln_1.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:874e2970799cc9eefec4aabd64850b5363fa7e80592e3f12405d40e9bb698555
|
3 |
+
size 987
|
checkpoint/pytorch_model.bin/p30.transformer.h.2.attn.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:fd4e32cee30004af3f896f259dd994ca85417f8a36cd4f6d4cc1084ee928a58a
|
3 |
+
size 4979
|
checkpoint/pytorch_model.bin/p31.transformer.h.2.attn.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:0eb71a2b129d20c40a7449524e1643b345910398163741cce16dda7522e0a2b1
|
3 |
+
size 1011
|
checkpoint/pytorch_model.bin/p32.transformer.h.2.ln_2.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:7c5377baaddc0da7e074e5968b7d59e4afa5310ae693aaf3b97f22813dc43285
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p33.transformer.h.2.ln_2.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:82eef8f6d7a639110b0798e69a8108d6f5de724e5184dfb14a7ac0d97e3840b8
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p34.transformer.h.2.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:9a825c27b4fc8a046518b01f50de31545218cbe67d19d10efd963a3d9da309dc
|
3 |
+
size 17258
|
checkpoint/pytorch_model.bin/p35.transformer.h.2.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:d139f9fea381726eee54b6e5e3e800e7c30242e85ee2d6eb9b1cad629bc4cc81
|
3 |
+
size 1386
|
checkpoint/pytorch_model.bin/p36.transformer.h.2.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:6032767f86b1937791a7f5765384f9fecea8771e9daaabb2da870733a3639bc1
|
3 |
+
size 17264
|
checkpoint/pytorch_model.bin/p37.transformer.h.2.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:fb308f3b8f16326339129499f1d5640ded80ffd16799921459c27fb7bf41be95
|
3 |
+
size 1008
|
checkpoint/pytorch_model.bin/p38.transformer.h.3.ln_1.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:335a94749a2161be49db27a92729be9bf06b7a29dc7a0f0e7f3e753416dac8e3
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p39.transformer.h.3.ln_1.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:ad9c3af8b748b6be0bf3bf72351bec400889d4ef0aa78a6fe5446b006c6ed15b
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p4.transformer.h.0.attn.c_attn.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:9804b5281616700ee921645349fd612c2581db620945bc70b094676dd5270106
|
3 |
+
size 13168
|
checkpoint/pytorch_model.bin/p40.transformer.h.3.attn.c_attn.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:f60c185adfcbb3d53845a110be5d0cf2547f4a27e0380738af636eb25d58645c
|
3 |
+
size 13171
|
checkpoint/pytorch_model.bin/p41.transformer.h.3.attn.c_attn.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:0786f784d47a038e8a2369f2ac93f7792d249a25f5c27b818955d657f54dc85b
|
3 |
+
size 1267
|
checkpoint/pytorch_model.bin/p42.transformer.h.3.attn.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:7f58e2db57f257365219e913d678e16ee93a51c4fbd447eae69051ea52cb1319
|
3 |
+
size 4979
|
checkpoint/pytorch_model.bin/p43.transformer.h.3.attn.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:60e83fa1721fdf52412b041bfdbae43762025e881ea4a5284a23ed49d9d5e4cd
|
3 |
+
size 1011
|
checkpoint/pytorch_model.bin/p44.transformer.h.3.ln_2.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:bf3da44e2e89e435fa61077a50521860cd6802b0f204bccf327e5e117a7ca903
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p45.transformer.h.3.ln_2.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:09d0e80a8c2d45ecfc9b0876ccb9b994e5dd141bed66e50de180a1ae0b4d1324
|
3 |
+
size 990
|
checkpoint/pytorch_model.bin/p46.transformer.h.3.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:4ff7e0a61e65a4982bcdcd3f8ce7e326a1b5a1f42d0930f9f0f8b290403d66fb
|
3 |
+
size 17258
|
checkpoint/pytorch_model.bin/p47.transformer.h.3.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:e82b7946d1aad76197dd9b6a71913bdeaa9f8d7ed89a840570d357770f2c73a6
|
3 |
+
size 1386
|
checkpoint/pytorch_model.bin/p48.transformer.h.3.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:225128cdd21b8821a70f60f1021d98c1a36d555cd39b232eb04e867e41b5f102
|
3 |
+
size 17264
|
checkpoint/pytorch_model.bin/p49.transformer.h.3.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:352857797c03fc427bc34f762713d27aa83ffa657e036c81562addaeeb706f91
|
3 |
+
size 1008
|
checkpoint/pytorch_model.bin/p5.transformer.h.0.attn.c_attn.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:77c6f0233705ef9e01ff616d5474718b354da5651cd061187d2c12ef57a26ef7
|
3 |
+
size 1264
|