egonrp commited on
Commit
4ef70e2
1 Parent(s): 02a3464

versao inicial

Browse files
Files changed (5) hide show
  1. config.json +29 -0
  2. merges.txt +0 -0
  3. pytorch_model.bin +3 -0
  4. tokenizer.json +0 -0
  5. vocab.json +0 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "attn_pdrop": 0.1,
4
+ "bos_token_id": 50256,
5
+ "embd_pdrop": 0.1,
6
+ "eos_token_id": 50256,
7
+ "initializer_range": 0.02,
8
+ "layer_norm_epsilon": 1e-05,
9
+ "model_type": "gpt2",
10
+ "n_ctx": 1024,
11
+ "n_embd": 1024,
12
+ "n_head": 16,
13
+ "n_inner": null,
14
+ "n_layer": 24,
15
+ "n_positions": 1024,
16
+ "n_vocab": 50257,
17
+ "reorder_and_upcast_attn": false,
18
+ "resid_pdrop": 0.1,
19
+ "scale_attn_by_inverse_layer_idx": false,
20
+ "scale_attn_weights": true,
21
+ "summary_activation": null,
22
+ "summary_first_dropout": 0.1,
23
+ "summary_proj_to_labels": true,
24
+ "summary_type": "cls_index",
25
+ "summary_use_proj": true,
26
+ "transformers_version": "4.26.1",
27
+ "use_cache": true,
28
+ "vocab_size": 50257
29
+ }
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:e79efe5a400c699165e27da35fe48f664da6bf53fc2ef541f7960250e7b0130c
3
+ size 1444572125
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
vocab.json ADDED
The diff for this file is too large to render. See raw diff