29thDay commited on
Commit
aa6653d
·
verified ·
1 Parent(s): cb72dd4

Delete adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -17
adapter_config.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "auto_mapping": null,
3
- "base_model_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
4
- "encoder_dropout": 0.0,
5
- "encoder_hidden_size": 128,
6
- "encoder_num_layers": 2,
7
- "encoder_reparameterization_type": "MLP",
8
- "inference_mode": true,
9
- "num_attention_heads": 32,
10
- "num_layers": 16,
11
- "num_transformer_submodules": 1,
12
- "num_virtual_tokens": 20,
13
- "peft_type": "P_TUNING",
14
- "revision": null,
15
- "task_type": "CAUSAL_LM",
16
- "token_dim": 2048
17
- }