barneystinson commited on
Commit
32399e6
1 Parent(s): d80e56e

Update max length

Browse files
Files changed (1) hide show
  1. config.json +71 -3
config.json CHANGED
@@ -1,3 +1,71 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e2b270bf1f8ec0560ba3bbe1bb376086dd170d6e04befe1b19f7333b3aa8598
3
- size 1326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPTNeoForCausalLM"
5
+ ],
6
+ "attention_dropout": 0,
7
+ "attention_layers": [
8
+ "global",
9
+ "global",
10
+ "global",
11
+ "global",
12
+ "global",
13
+ "global",
14
+ "global",
15
+ "global",
16
+ "global",
17
+ "global",
18
+ "global",
19
+ "global",
20
+ "global",
21
+ "global",
22
+ "global",
23
+ "global",
24
+ "global",
25
+ "global",
26
+ "global",
27
+ "global",
28
+ "global",
29
+ "global",
30
+ "global",
31
+ "global"
32
+ ],
33
+ "attention_types": [
34
+ [
35
+ [
36
+ "global"
37
+ ],
38
+ 24
39
+ ]
40
+ ],
41
+ "bos_token_id": 0,
42
+ "embed_dropout": 0,
43
+ "eos_token_id": 0,
44
+ "gradient_checkpointing": false,
45
+ "hidden_size": 2048,
46
+ "initializer_range": 0.02,
47
+ "intermediate_size": null,
48
+ "layer_norm_epsilon": 1e-05,
49
+ "max_position_embeddings": 2048,
50
+ "model_type": "gpt_neo",
51
+ "num_heads": 32,
52
+ "num_layers": 24,
53
+ "resid_dropout": 0,
54
+ "summary_activation": null,
55
+ "summary_first_dropout": 0.1,
56
+ "summary_proj_to_labels": true,
57
+ "summary_type": "cls_index",
58
+ "summary_use_proj": true,
59
+ "task_specific_params": {
60
+ "text-generation": {
61
+ "do_sample": true,
62
+ "temperature": 0.9,
63
+ "max_length": 150
64
+ }
65
+ },
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.11.0.dev0",
68
+ "use_cache": true,
69
+ "vocab_size": 60000,
70
+ "window_size": 256
71
+ }