dr-tkxx commited on
Commit
99e5b83
·
verified ·
1 Parent(s): 5643737

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +10 -27
  2. model.safetensors +3 -0
  3. pytorch_model.bin +3 -0
config.json CHANGED
@@ -1,27 +1,10 @@
1
- {
2
- "_name_or_path": "dr-tkxx/Enigma",
3
- "architectures": [
4
- "GPT2LMHeadModel"
5
- ],
6
- "model_type": "gpt2",
7
- "vocab_size": 50257,
8
- "n_positions": 1024,
9
- "n_embd": 768,
10
- "n_layer": 12,
11
- "n_head": 12,
12
- "activation_function": "gelu_new",
13
- "resid_pdrop": 0.1,
14
- "embd_pdrop": 0.1,
15
- "attn_pdrop": 0.1,
16
- "layer_norm_epsilon": 1e-05,
17
- "initializer_range": 0.02,
18
- "summary_type": "cls_index",
19
- "summary_use_proj": true,
20
- "summary_activation": null,
21
- "summary_first_dropout": 0.1,
22
- "scale_attn_weights": true,
23
- "use_cache": true,
24
- "bos_token_id": 50256,
25
- "eos_token_id": 50256,
26
- "transformers_version": "4.x.x"
27
- }
 
1
+ {
2
+ "architectures": [
3
+ "EnigmaModel"
4
+ ],
5
+ "dtype": "float32",
6
+ "hidden_size": 128,
7
+ "model_type": "enigma",
8
+ "transformers_version": "5.8.0.dev0",
9
+ "vocab_size": 5000
10
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d070f090241576d15812db50d70dc2106e9ef1487ae83df11218ce33fce68e9e
3
+ size 2626336
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78ee47a4ac4a4dd2ffdcecd9c5267641813f16887f2a59a173934f1bf445af20
3
+ size 2628247