gereon commited on
Commit
43d1e7b
·
verified ·
1 Parent(s): a3652eb

Upload non-augmented/adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. non-augmented/adapter_config.json +57 -0
non-augmented/adapter_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "DF_Arena_1B_Antispoofing",
7
+ "parent_library": "transformers_modules.Speech_hyphen_Arena_hyphen_2025.DF_Arena_1B_V_1.b803f19048ef534f0d84084237fc9a3286701d18.modeling_antispoofing"
8
+ },
9
+ "base_model_name_or_path": "Speech-Arena-2025/DF_Arena_1B_V_1",
10
+ "bias": "none",
11
+ "corda_config": null,
12
+ "ensure_weight_tying": false,
13
+ "eva_config": null,
14
+ "exclude_modules": null,
15
+ "fan_in_fan_out": false,
16
+ "inference_mode": true,
17
+ "init_lora_weights": true,
18
+ "layer_replication": null,
19
+ "layers_pattern": null,
20
+ "layers_to_transform": null,
21
+ "loftq_config": {},
22
+ "lora_alpha": 16,
23
+ "lora_bias": false,
24
+ "lora_dropout": 0.1,
25
+ "megatron_config": null,
26
+ "megatron_core": "megatron.core",
27
+ "modules_to_save": null,
28
+ "peft_type": "LORA",
29
+ "peft_version": "0.18.1",
30
+ "qalora_group_size": 16,
31
+ "r": 8,
32
+ "rank_pattern": {},
33
+ "revision": null,
34
+ "target_modules": [
35
+ "output_dense",
36
+ "fn.net.0",
37
+ "fc5",
38
+ "ht_proj",
39
+ "intermediate_dense",
40
+ "k_proj",
41
+ "fn.net.3",
42
+ "attn_scores",
43
+ "proj",
44
+ "out_proj",
45
+ "v_proj",
46
+ "qkv",
47
+ "projection",
48
+ "fc0",
49
+ "q_proj"
50
+ ],
51
+ "target_parameters": null,
52
+ "task_type": null,
53
+ "trainable_token_indices": null,
54
+ "use_dora": false,
55
+ "use_qalora": false,
56
+ "use_rslora": false
57
+ }