jealk commited on
Commit
ea248b1
·
verified ·
1 Parent(s): 86534de

Del. only needed on mntp

Browse files
Files changed (1) hide show
  1. config.json +0 -32
config.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "_name_or_path": ".",
3
- "architectures": [
4
- "LlamaEncoderModel"
5
- ],
6
- "auto_map": {
7
- "AutoModel": "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp--modeling_llama_encoder.LlamaEncoderModel"
8
- },
9
- "attention_bias": false,
10
- "attention_dropout": 0.0,
11
- "bos_token_id": 128000,
12
- "eos_token_id": 128001,
13
- "hidden_act": "silu",
14
- "hidden_size": 4096,
15
- "initializer_range": 0.02,
16
- "intermediate_size": 14336,
17
- "max_position_embeddings": 8192,
18
- "mlp_bias": false,
19
- "model_type": "llama",
20
- "num_attention_heads": 32,
21
- "num_hidden_layers": 32,
22
- "num_key_value_heads": 8,
23
- "pretraining_tp": 1,
24
- "rms_norm_eps": 1e-05,
25
- "rope_scaling": null,
26
- "rope_theta": 500000.0,
27
- "tie_word_embeddings": false,
28
- "torch_dtype": "bfloat16",
29
- "transformers_version": "4.41.2",
30
- "use_cache": false,
31
- "vocab_size": 128256
32
- }