dchen0 commited on
Commit
af6340c
·
verified ·
1 Parent(s): 2f29c88

Delete adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -39
adapter_config.json DELETED
@@ -1,39 +0,0 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": {
4
- "base_model_class": "Dinov2ForImageClassification",
5
- "parent_library": "transformers.models.dinov2.modeling_dinov2"
6
- },
7
- "base_model_name_or_path": "facebook/dinov2-base-imagenet1k-1-layer",
8
- "bias": "none",
9
- "corda_config": null,
10
- "eva_config": null,
11
- "exclude_modules": null,
12
- "fan_in_fan_out": false,
13
- "inference_mode": true,
14
- "init_lora_weights": true,
15
- "layer_replication": null,
16
- "layers_pattern": null,
17
- "layers_to_transform": null,
18
- "loftq_config": {},
19
- "lora_alpha": 16,
20
- "lora_bias": false,
21
- "lora_dropout": 0.1,
22
- "megatron_config": null,
23
- "megatron_core": "megatron.core",
24
- "modules_to_save": [
25
- "classifier"
26
- ],
27
- "peft_type": "LORA",
28
- "r": 8,
29
- "rank_pattern": {},
30
- "revision": null,
31
- "target_modules": [
32
- "query",
33
- "value"
34
- ],
35
- "task_type": null,
36
- "trainable_token_indices": null,
37
- "use_dora": false,
38
- "use_rslora": false
39
- }