Asier Gutiérrez Fandiño commited on
Commit
b871219
1 Parent(s): 16a1483

Initial commit

Browse files
Files changed (3) hide show
  1. config.json +33 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer.json +0 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GPT2LMHeadModel"
4
+ ],
5
+ "attn_pdrop": 0.0,
6
+ "bos_token_id": 2,
7
+ "embd_pdrop": 0.0,
8
+ "eos_token_id": 2,
9
+ "initializer_range": 0.02,
10
+ "layer_norm_epsilon": 1e-06,
11
+ "model_type": "gpt2",
12
+ "n_ctx": 512,
13
+ "n_embd": 768,
14
+ "n_head": 12,
15
+ "n_layer": 12,
16
+ "n_positions": 512,
17
+ "pad_token_id": 1,
18
+ "resid_pdrop": 0.0,
19
+ "summary_activation": null,
20
+ "summary_first_dropout": 0.0,
21
+ "summary_proj_to_labels": true,
22
+ "summary_type": "cls_index",
23
+ "summary_use_proj": true,
24
+ "temperature": 1.0,
25
+ "task_specific_params": {
26
+ "text-generation": {
27
+ "do_sample": true,
28
+ "max_length": 50
29
+ }
30
+ },
31
+ "vocab_size": 50261,
32
+ "prefix": "</s>"
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05299126c13cc13dc47a65256ddeaa5f4760b7d7cc7696b5502a5d1441e2e835
3
+ size 499377131
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff