lucianfialho commited on
Commit
d59a821
·
verified ·
1 Parent(s): dbdcc14

Delete adapter_config.json with huggingface_hub

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