dacorvo HF staff commited on
Commit
d06efa1
1 Parent(s): 1a6990e

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. added_tokens.json +1 -1
  2. checkpoint/config.json +16 -15
  3. checkpoint/generation_config.json +3 -2
  4. checkpoint/pytorch_model.bin/key_to_filename.json +2 -2
  5. checkpoint/pytorch_model.bin/p0.transformer.wte.weight +2 -2
  6. checkpoint/pytorch_model.bin/p1.transformer.wpe.weight +2 -2
  7. checkpoint/pytorch_model.bin/p10.transformer.h.0.mlp.c_fc.weight +2 -2
  8. checkpoint/pytorch_model.bin/p11.transformer.h.0.mlp.c_fc.bias +2 -2
  9. checkpoint/pytorch_model.bin/p12.transformer.h.0.mlp.c_proj.weight +2 -2
  10. checkpoint/pytorch_model.bin/p13.transformer.h.0.mlp.c_proj.bias +2 -2
  11. checkpoint/pytorch_model.bin/p14.transformer.h.1.ln_1.weight +2 -2
  12. checkpoint/pytorch_model.bin/p15.transformer.h.1.ln_1.bias +2 -2
  13. checkpoint/pytorch_model.bin/p16.transformer.h.1.attn.c_attn.weight +2 -2
  14. checkpoint/pytorch_model.bin/p17.transformer.h.1.attn.c_attn.bias +2 -2
  15. checkpoint/pytorch_model.bin/p18.transformer.h.1.attn.c_proj.weight +2 -2
  16. checkpoint/pytorch_model.bin/p19.transformer.h.1.attn.c_proj.bias +2 -2
  17. checkpoint/pytorch_model.bin/p2.transformer.h.0.ln_1.weight +2 -2
  18. checkpoint/pytorch_model.bin/p20.transformer.h.1.ln_2.weight +2 -2
  19. checkpoint/pytorch_model.bin/p21.transformer.h.1.ln_2.bias +2 -2
  20. checkpoint/pytorch_model.bin/p22.transformer.h.1.mlp.c_fc.weight +2 -2
  21. checkpoint/pytorch_model.bin/p23.transformer.h.1.mlp.c_fc.bias +2 -2
  22. checkpoint/pytorch_model.bin/p24.transformer.h.1.mlp.c_proj.weight +2 -2
  23. checkpoint/pytorch_model.bin/p25.transformer.h.1.mlp.c_proj.bias +2 -2
  24. checkpoint/pytorch_model.bin/p26.transformer.h.2.ln_1.weight +2 -2
  25. checkpoint/pytorch_model.bin/p27.transformer.h.2.ln_1.bias +2 -2
  26. checkpoint/pytorch_model.bin/p28.transformer.h.2.attn.c_attn.weight +2 -2
  27. checkpoint/pytorch_model.bin/p29.transformer.h.2.attn.c_attn.bias +2 -2
  28. checkpoint/pytorch_model.bin/p3.transformer.h.0.ln_1.bias +2 -2
  29. checkpoint/pytorch_model.bin/p30.transformer.h.2.attn.c_proj.weight +2 -2
  30. checkpoint/pytorch_model.bin/p31.transformer.h.2.attn.c_proj.bias +2 -2
  31. checkpoint/pytorch_model.bin/p32.transformer.h.2.ln_2.weight +2 -2
  32. checkpoint/pytorch_model.bin/p33.transformer.h.2.ln_2.bias +2 -2
  33. checkpoint/pytorch_model.bin/p34.transformer.h.2.mlp.c_fc.weight +2 -2
  34. checkpoint/pytorch_model.bin/p35.transformer.h.2.mlp.c_fc.bias +2 -2
  35. checkpoint/pytorch_model.bin/p36.transformer.h.2.mlp.c_proj.weight +2 -2
  36. checkpoint/pytorch_model.bin/p37.transformer.h.2.mlp.c_proj.bias +2 -2
  37. checkpoint/pytorch_model.bin/p38.transformer.h.3.ln_1.weight +2 -2
  38. checkpoint/pytorch_model.bin/p39.transformer.h.3.ln_1.bias +2 -2
  39. checkpoint/pytorch_model.bin/p4.transformer.h.0.attn.c_attn.weight +2 -2
  40. checkpoint/pytorch_model.bin/p40.transformer.h.3.attn.c_attn.weight +2 -2
  41. checkpoint/pytorch_model.bin/p41.transformer.h.3.attn.c_attn.bias +2 -2
  42. checkpoint/pytorch_model.bin/p42.transformer.h.3.attn.c_proj.weight +2 -2
  43. checkpoint/pytorch_model.bin/p43.transformer.h.3.attn.c_proj.bias +2 -2
  44. checkpoint/pytorch_model.bin/p44.transformer.h.3.ln_2.weight +2 -2
  45. checkpoint/pytorch_model.bin/p45.transformer.h.3.ln_2.bias +2 -2
  46. checkpoint/pytorch_model.bin/p46.transformer.h.3.mlp.c_fc.weight +2 -2
  47. checkpoint/pytorch_model.bin/p47.transformer.h.3.mlp.c_fc.bias +2 -2
  48. checkpoint/pytorch_model.bin/p48.transformer.h.3.mlp.c_proj.weight +2 -2
  49. checkpoint/pytorch_model.bin/p49.transformer.h.3.mlp.c_proj.bias +2 -2
  50. 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|>": 50256
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": 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,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": 50257
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": 50256,
4
- "eos_token_id": 50256,
 
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:6c4553bab562b4bbe5758037b3510300876508e3efc110f18fd7e84d95f58e8c
3
- size 11019
 
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:6afe29e7a303100d0716305480e388c37da75d21e9020b5372d868e3a19a88fc
3
- size 154390284
 
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:8b909a804fbd38800ad57225f0c2f53f93ba5bd9974d342e30a9fefb44b17988
3
- size 3146508
 
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:f0c49d71850f54fa0c275d3e87ce41b33a77fd8e5903533f42deee642025bf53
3
- size 9438058
 
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:775eb99d69d87049275ce07346ca521c82af294e02ebf8e7346e6394c499d91d
3
- size 13162
 
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:702133785134601933d5db628d5860d654d6429d579925640251e65b41ca98b3
3
- size 9438064
 
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:a9971fd4f00e74c188476830685d9995a6ebe2b60624dd11f7f110577a8b11e1
3
- size 3952
 
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:14f3a98d566c2886dd287cb6bf0aebd2fb8448a68c11acd6c6b7e072ff407f7a
3
- size 3934
 
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:7c94853cbf16e81d50ab7e51a2560a2d120decf05092dca49e8054132010dd3a
3
- size 3934
 
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:acd3b04e69dda403f3004880b3ba1c1d99a1b85dc61f77ced78147da9786d2a6
3
- size 7078771
 
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:4f32a03ce2540282f44cb8f457327eb2e6e4ede903bd9a0df7b0c10389510e1f
3
- size 10099
 
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:54191d1b818a8ebc5ef58af4b7d054df0657ed06141dbe7885a5012ff99f1f8c
3
- size 2360179
 
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:a40c4e155d1217bb91af722483807ca76f68bb72e0faaf4be037e93fb2de72f7
3
- size 3955
 
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:84cf5de17b53e1a4c9ebdb81aea79f0a2e2163745856a525669c08a1b06f58bd
3
- size 3931
 
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:6d0b4a63af74dad8a0e4d0a0ae6418b4a107cd7c934b1e616d4031fc4e4729f1
3
- size 3934
 
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:0eb5bdf5f9c7871836bf509083b9671ee83ee86f780d0d3836d2b95a675c9eb2
3
- size 3934
 
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:e30ead65abb9daf93e5863d934ba4f085a2c0f5c7b8bf46710f23a18c1af0f5c
3
- size 9438058
 
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:ef590bc2dbf666ce6ce4c444b004c7b2aa629ba21b63a2a6d81f8bbfad2c2ea6
3
- size 13162
 
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:5eb9145a326f437f8b98f522667ad09d588646efe6597e894d36dcb44e36a2b4
3
- size 9438064
 
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:f28e01c9af52ab2520906b20502441d366b8676141b605bebe4e17d9e65fe0ec
3
- size 3952
 
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:9b73d9a1f6a7ac9932d07bfc8d08cc22df9cb7b86dc4d087425863277def08a8
3
- size 3934
 
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:acb98bba0d5003acb6b055eecfcb778c5d692222abd81138db95f28b8fe1cdcc
3
- size 3934
 
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:d656a1a7d15aa362934a41e3cc443a73752b727dd2b83254edcd2e0c90a4bea3
3
- size 7078771
 
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:bc1124d33488f8c703f2fda1ad04af0f224bd53deb6273748621328007c78a2f
3
- size 10099
 
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:08751e924bb081f1c99e683b452f6d57b86e5812e7f0c98ddec7109343b20e1d
3
- size 3931
 
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:08bd1bf55d82032e64f6430f55c23d0be083218f69c31d3ba9d66931039c5bcd
3
- size 2360179
 
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:b50e130d04b9d5032118cf0b4fe91f16f96b6788bbb3918ae6ed5beee30b8412
3
- size 3955
 
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:d85ff499c2ccea9a13e445ab50bcf235d914b2bf87fe383d39867bfa569434c0
3
- size 3934
 
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:170ee64c910de57fb44007defb093cd3e97636f03bba8f75686ffbe85d68a6a7
3
- size 3934
 
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:5cefb3634f4888c9ac36dd6847011e237405080a33fb23b3939aa9664187822a
3
- size 9438058
 
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:5331ddde8d3ec20d6a84959502dbff89c18b8ff7a505fa31b5b72d6717dccbaa
3
- size 13162
 
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:fa167e5e8be793cd9d13038c485de4890fc175f9e0995dc8c376151b5661745e
3
- size 9438064
 
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:aecd93f985c99717c3fdf576764d00b6dd8bb8e36f780ab885750c6b15c1678a
3
- size 3952
 
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:1fd6af3d7d3bf89e9aedbcb26cf974a937449611384cae8a598c8d1ac8ed90a2
3
- size 3934
 
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:1ea1b381e1475d4825c891e0683773e2207ce0113a7e034120fa43dd93787fcc
3
- size 3934
 
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:c2d0ff4a52effc3abd40a1d9847a2feeba7e59e8accbf08fd6ec0f650365504f
3
- size 7078768
 
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:63c8444252c2913c4f324e51ce9707dc21ab513459a8711845acd8b6c02ad8c8
3
- size 7078771
 
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:0b94485470bc5c0756e8f4c244bac901129003d583c9099deeb174842ef6f7ab
3
- size 10099
 
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:36a1106a826a2d8e71e89b9f509c2afe3fd7de345665480f69775de88274d0e9
3
- size 2360179
 
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:3dcaa48b6b6c2f837c87426ea82f5865894541a59ab87dbf9b0c45cb7b5d7c6d
3
- size 3955
 
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:af07e3c479f95d17e73925c8becd35bbdbb0e38967f464c8bd69c403e8a6a71c
3
- size 3934
 
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:3461fe505022cc9c49c0a823ad2c996a94701c62abbdc9f4a9b1f47448ed4af5
3
- size 3934
 
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:e518128880479d31fee9fc2112643c41e5d128861772013987ad41fb4e8efc34
3
- size 9438058
 
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:82a71c9cca251af514f35be69275efad06fb513f8b39bec167610220506f2942
3
- size 13162
 
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:c12e794f1cbc2e8e6cfcc1481959246244569f547c8e456a83b747eff8a3c6e9
3
- size 9438064
 
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:03ab65ddde529fb16646574570fd21b544c8857441fffe12ce569ec74f8c93b1
3
- size 3952
 
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:a737dad1398c694e36813364a17414f17012f8c9a474200846c5798eb7aeca6a
3
- size 10096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c6f0233705ef9e01ff616d5474718b354da5651cd061187d2c12ef57a26ef7
3
+ size 1264