rrrrou commited on
Commit
31b9a32
·
verified ·
1 Parent(s): de9412a

Delete HPL-Cluster/hpl_model_config.json

Browse files
Files changed (1) hide show
  1. HPL-Cluster/hpl_model_config.json +0 -23
HPL-Cluster/hpl_model_config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "attention_probs_dropout_prob": 0.1,
3
- "base_model": "transformer",
4
- "finetuning_task": null,
5
- "hidden_act": "gelu",
6
- "hidden_dropout_prob": 0.1,
7
- "hidden_size": 768,
8
- "initializer_range": 0.02,
9
- "input_size": 768,
10
- "intermediate_size": 3072,
11
- "layer_norm_eps": 1e-12,
12
- "max_position_embeddings": 8192,
13
- "num_attention_heads": 12,
14
- "num_hidden_layers": 12,
15
- "num_labels": 2,
16
- "output_attentions": false,
17
- "output_hidden_states": false,
18
- "output_size": 768,
19
- "pruned_heads": {},
20
- "torchscript": false,
21
- "type_vocab_size": 1,
22
- "vocab_size": 30
23
- }