Gargaz commited on
Commit
10a663f
·
verified ·
1 Parent(s): 8af07f5

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +50 -0
  2. merges.txt +0 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "gpt2-medium",
4
+ "activation_function": "gelu_new",
5
+ "architectures": [
6
+ "EryonModel"
7
+ ],
8
+ "attention_probs_dropout_prob": 0.1,
9
+ "attn_pdrop": 0.1,
10
+ "bos_token_id": 50256,
11
+ "embd_pdrop": 0.1,
12
+ "eos_token_id": 50256,
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 1024,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 4096,
17
+ "layer_norm_eps": 1e-05,
18
+ "layer_norm_epsilon": 1e-05,
19
+ "max_position_embeddings": 1024,
20
+ "n_ctx": 1024,
21
+ "n_embd": 1024,
22
+ "n_head": 16,
23
+ "n_inner": null,
24
+ "n_layer": 24,
25
+ "n_positions": 1024,
26
+ "n_special": 0,
27
+ "num_attention_heads": 16,
28
+ "num_hidden_layers": 24,
29
+ "pad_token_id": 50256,
30
+ "predict_special_tokens": true,
31
+ "reorder_and_upcast_attn": false,
32
+ "resid_pdrop": 0.1,
33
+ "scale_attn_by_inverse_layer_idx": false,
34
+ "scale_attn_weights": true,
35
+ "summary_activation": null,
36
+ "summary_first_dropout": 0.1,
37
+ "summary_proj_to_labels": true,
38
+ "summary_type": "cls_index",
39
+ "summary_use_proj": true,
40
+ "task_specific_params": {
41
+ "text-generation": {
42
+ "do_sample": true,
43
+ "max_length": 50
44
+ }
45
+ },
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.47.1",
48
+ "use_cache": true,
49
+ "vocab_size": 50257
50
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff