Lazycuber commited on
Commit
c1ce92b
·
1 Parent(s): d26e85d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +52 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Agtian/pyg-v8p2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPTJForCausalLM"
6
+ ],
7
+ "attn_pdrop": 0.0,
8
+ "badwordsids": [
9
+ [
10
+ 10619,
11
+ 62,
12
+ 19238,
13
+ 62,
14
+ 35,
15
+ 12576,
16
+ 7730
17
+ ]
18
+ ],
19
+ "bos_token_id": 50256,
20
+ "embd_pdrop": 0.0,
21
+ "eos_token_id": 50256,
22
+ "gradient_checkpointing": false,
23
+ "initializer_range": 0.02,
24
+ "layer_norm_epsilon": 1e-05,
25
+ "model_type": "gptj",
26
+ "n_embd": 4096,
27
+ "n_head": 16,
28
+ "n_inner": null,
29
+ "n_layer": 28,
30
+ "n_positions": 2048,
31
+ "resid_pdrop": 0.0,
32
+ "rotary_dim": 64,
33
+ "scale_attn_weights": true,
34
+ "summary_activation": null,
35
+ "summary_first_dropout": 0.1,
36
+ "summary_proj_to_labels": true,
37
+ "summary_type": "cls_index",
38
+ "summary_use_proj": true,
39
+ "task_specific_params": {
40
+ "text-generation": {
41
+ "do_sample": true,
42
+ "max_length": 50,
43
+ "temperature": 0.5
44
+ }
45
+ },
46
+ "tie_word_embeddings": false,
47
+ "tokenizer_class": "GPT2Tokenizer",
48
+ "torch_dtype": "float16",
49
+ "transformers_version": "4.30.0",
50
+ "use_cache": true,
51
+ "vocab_size": 50400
52
+ }