anonymous-authors commited on
Commit
a4866d4
1 Parent(s): e94ee25

Housekeeping

Browse files
config.json CHANGED
@@ -25,6 +25,12 @@
25
  "summary_proj_to_labels": true,
26
  "summary_type": "cls_index",
27
  "summary_use_proj": true,
 
 
 
 
 
 
28
  "torch_dtype": "float32",
29
  "transformers_version": "4.9.1",
30
  "use_cache": true,
25
  "summary_proj_to_labels": true,
26
  "summary_type": "cls_index",
27
  "summary_use_proj": true,
28
+ "task_specific_params": {
29
+ "text-generation": {
30
+ "do_sample": false,
31
+ "max_length": 50
32
+ }
33
+ },
34
  "torch_dtype": "float32",
35
  "transformers_version": "4.9.1",
36
  "use_cache": true,
prophetikai/gpt-code/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Sentdex/GPyT",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 0,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 2,
11
+ "gradient_checkpointing": false,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gpt2",
15
+ "n_ctx": 1024,
16
+ "n_embd": 768,
17
+ "n_head": 12,
18
+ "n_inner": null,
19
+ "n_layer": 12,
20
+ "n_positions": 1024,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_weights": true,
23
+ "summary_activation": null,
24
+ "summary_first_dropout": 0.1,
25
+ "summary_proj_to_labels": true,
26
+ "summary_type": "cls_index",
27
+ "summary_use_proj": true,
28
+ "task_specific_params": {
29
+ "text-generation": {
30
+ "do_sample": false,
31
+ "max_length": 50
32
+ }
33
+ },
34
+ "transformers_version": "4.9.1",
35
+ "use_cache": true,
36
+ "vocab_size": 52000
37
+ }
saved_model/sentdex/keras_metadata.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:129bbccc8aafa2537415e4b8c5a4aeb1e0f44b3e8e1cec7b74b6c6f9949a9d00
3
+ size 67119
saved_model/sentdex/saved_model.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50772dffc2f6ec1132bd2fd2a5b7c69957a89eee2a5a1f3bfaa2482e10484021
3
+ size 5079982
saved_model/sentdex/variables/variables.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a01a55505ffc1bbeba1b8390a27893b44ef69c8ee8998efaa973d762d1c068ab
3
+ size 503191134
saved_model/sentdex/variables/variables.index ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81a3da439dbad26f51738172b8f69c9b6dfa87f37afef4bb5537fa840e7f284d
3
+ size 8900
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75fe927364de6df570148dffffdfa9f9eaa6489c03d992d89e7b8d83148df7e0
3
  size 503289416
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f89327e2d2584dc10b055a992cd31fe6cb342175df9d5d46e063eb1d9dfd1d
3
  size 503289416