Adrita commited on
Commit
b90269b
1 Parent(s): ce36e43

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -32
config.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "alibi": false,
3
- "apply_residual_connection_post_layernorm": false,
4
- "architectures": [
5
- "RWForCausalLM"
6
- ],
7
- "attention_dropout": 0.0,
8
- "auto_map": {
9
- "AutoConfig": "configuration_RW.RWConfig",
10
- "AutoModel": "modelling_RW.RWModel",
11
- "AutoModelForSequenceClassification": "modelling_RW.RWForSequenceClassification",
12
- "AutoModelForTokenClassification": "modelling_RW.RWForTokenClassification",
13
- "AutoModelForQuestionAnswering": "modelling_RW.RWForQuestionAnswering",
14
- "AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
15
- },
16
- "bias": false,
17
- "bos_token_id": 11,
18
- "eos_token_id": 11,
19
- "hidden_dropout": 0.0,
20
- "hidden_size": 4544,
21
- "initializer_range": 0.02,
22
- "layer_norm_epsilon": 1e-05,
23
- "model_type": "RefinedWebModel",
24
- "multi_query": true,
25
- "n_head": 71,
26
- "n_layer": 32,
27
- "parallel_attn": true,
28
- "torch_dtype": "bfloat16",
29
- "transformers_version": "4.27.4",
30
- "use_cache": true,
31
- "vocab_size": 65024
32
- }