m-nagoudi commited on
Commit
1e23c02
·
1 Parent(s): fc926e4

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -57
config.json DELETED
@@ -1,57 +0,0 @@
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
- ],
21
- "attention_types": [
22
- [
23
- [
24
- "global"
25
- ],
26
- 12
27
- ]
28
- ],
29
- "bos_token_id": 63999,
30
- "embed_dropout": 0,
31
- "eos_token_id": 50256,
32
- "hidden_size": 768,
33
- "initializer_range": 0.02,
34
- "intermediate_size": null,
35
- "layer_norm_epsilon": 1e-05,
36
- "max_position_embeddings": 2048,
37
- "model_type": "gpt_neo",
38
- "num_heads": 12,
39
- "num_layers": 12,
40
- "resid_dropout": 0,
41
- "summary_activation": null,
42
- "summary_first_dropout": 0.1,
43
- "summary_proj_to_labels": true,
44
- "summary_type": "cls_index",
45
- "summary_use_proj": true,
46
- "torch_dtype": "float32",
47
- "transformers_version": "4.20.0",
48
- "use_cache": true,
49
- "vocab_size": 64000,
50
- "window_size": 256,
51
- "task_specific_params": {
52
- "text-generation": {
53
- "do_sample": true,
54
- "max_length": 150
55
- }
56
- }
57
- }