Kalslice commited on
Commit
fffe935
·
verified ·
1 Parent(s): df6e595

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +131 -0
  2. generation_config.json +6 -0
  3. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "output",
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
+ "output_attentions": true,
21
+ "pruned_heads": {
22
+ "3": [
23
+ 0,
24
+ 4,
25
+ 5
26
+ ],
27
+ "4": [
28
+ 2,
29
+ 4,
30
+ 8,
31
+ 10
32
+ ],
33
+ "5": [
34
+ 0,
35
+ 1,
36
+ 3,
37
+ 4,
38
+ 5,
39
+ 7,
40
+ 8,
41
+ 9,
42
+ 11
43
+ ],
44
+ "6": [
45
+ 1,
46
+ 2,
47
+ 3,
48
+ 5,
49
+ 6,
50
+ 9,
51
+ 10
52
+ ],
53
+ "7": [
54
+ 1,
55
+ 2,
56
+ 3,
57
+ 4,
58
+ 6,
59
+ 7,
60
+ 9,
61
+ 10,
62
+ 11
63
+ ],
64
+ "8": [
65
+ 0,
66
+ 1,
67
+ 2,
68
+ 3,
69
+ 6,
70
+ 8,
71
+ 9,
72
+ 10,
73
+ 11
74
+ ],
75
+ "9": [
76
+ 0,
77
+ 1,
78
+ 2,
79
+ 4,
80
+ 5,
81
+ 6,
82
+ 7,
83
+ 9,
84
+ 10,
85
+ 11
86
+ ],
87
+ "10": [
88
+ 0,
89
+ 1,
90
+ 2,
91
+ 3,
92
+ 4,
93
+ 5,
94
+ 6,
95
+ 7,
96
+ 8,
97
+ 10,
98
+ 11
99
+ ],
100
+ "11": [
101
+ 1,
102
+ 2,
103
+ 4,
104
+ 5,
105
+ 6,
106
+ 7,
107
+ 9,
108
+ 10,
109
+ 11
110
+ ]
111
+ },
112
+ "reorder_and_upcast_attn": false,
113
+ "resid_pdrop": 0.1,
114
+ "scale_attn_by_inverse_layer_idx": false,
115
+ "scale_attn_weights": true,
116
+ "summary_activation": null,
117
+ "summary_first_dropout": 0.1,
118
+ "summary_proj_to_labels": true,
119
+ "summary_type": "cls_index",
120
+ "summary_use_proj": true,
121
+ "task_specific_params": {
122
+ "text-generation": {
123
+ "do_sample": true,
124
+ "max_length": 50
125
+ }
126
+ },
127
+ "torch_dtype": "float32",
128
+ "transformers_version": "4.35.2",
129
+ "use_cache": true,
130
+ "vocab_size": 50257
131
+ }
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.35.2"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be9602cd6a7ef97c7f10558c7deb18ecb6629c8fed85fc376904d1c11dc64705
3
+ size 441882984