terumi commited on
Commit
13e26c6
1 Parent(s): 2015c07

First update from $USER

Browse files
Files changed (6) hide show
  1. README.md +1 -0
  2. config.json +35 -0
  3. merges.txt +0 -0
  4. pytorch_model.bin +3 -0
  5. tf_model.h5 +3 -0
  6. vocab.json +0 -0
README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ "hello"
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "C:\\Users\\lisat\\OneDrive\\Documentos\\Doutorado\\gpt2\\gtp2-bio-pt",
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
+ "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
+ "summary_activation": null,
23
+ "summary_first_dropout": 0.1,
24
+ "summary_proj_to_labels": true,
25
+ "summary_type": "cls_index",
26
+ "summary_use_proj": true,
27
+ "task_specific_params": {
28
+ "text-generation": {
29
+ "do_sample": true,
30
+ "max_length": 50
31
+ }
32
+ },
33
+ "use_cache": true,
34
+ "vocab_size": 50257
35
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ce9f512becaa5e696ecb2c538a59f79bd987c61f5e28e18ea843a6fb9569a3
3
+ size 510376271
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ee905559562ad53584c26fba0e0f9455a1a28301e5f181a484cbf707d02ab2d
3
+ size 497933648
vocab.json ADDED
The diff for this file is too large to render. See raw diff