theguywhosucks commited on
Commit
dacf80e
·
verified ·
1 Parent(s): 968b60b

Upload 7 files

Browse files
Files changed (7) hide show
  1. banner.png +0 -0
  2. config.json +32 -0
  3. generation_config.json +6 -0
  4. itos.json +1 -0
  5. logo.png +0 -0
  6. model.safetensors +3 -0
  7. stoi.json +1 -0
banner.png ADDED
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 50256,
8
+ "dtype": "float32",
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": 128,
15
+ "n_embd": 512,
16
+ "n_head": 8,
17
+ "n_inner": null,
18
+ "n_layer": 8,
19
+ "n_positions": 128,
20
+ "reorder_and_upcast_attn": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "transformers_version": "4.56.1",
30
+ "use_cache": true,
31
+ "vocab_size": 43
32
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.56.1"
6
+ }
itos.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"0": " ", "1": "!", "2": "'", "3": ",", "4": "-", "5": ".", "6": "5", "7": "?", "8": "A", "9": "F", "10": "I", "11": "M", "12": "T", "13": "a", "14": "b", "15": "c", "16": "d", "17": "e", "18": "f", "19": "g", "20": "h", "21": "i", "22": "j", "23": "k", "24": "l", "25": "m", "26": "n", "27": "o", "28": "p", "29": "q", "30": "r", "31": "s", "32": "t", "33": "u", "34": "v", "35": "w", "36": "x", "37": "y", "38": "z", "39": "\u2019", "40": "\u201c", "41": "\u201d", "42": "\u2026"}
logo.png ADDED
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28edb4c1a74765e3aa3ecc8560eca4163572827976ef5f3c9ca7078cfae57d8d
3
+ size 25653747
stoi.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {" ": 0, "!": 1, "'": 2, ",": 3, "-": 4, ".": 5, "5": 6, "?": 7, "A": 8, "F": 9, "I": 10, "M": 11, "T": 12, "a": 13, "b": 14, "c": 15, "d": 16, "e": 17, "f": 18, "g": 19, "h": 20, "i": 21, "j": 22, "k": 23, "l": 24, "m": 25, "n": 26, "o": 27, "p": 28, "q": 29, "r": 30, "s": 31, "t": 32, "u": 33, "v": 34, "w": 35, "x": 36, "y": 37, "z": 38, "\u2019": 39, "\u201c": 40, "\u201d": 41, "\u2026": 42}