BanderaTar commited on
Commit
952dc95
·
verified ·
1 Parent(s): 0757b38

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +11 -0
adapter_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_type": "lora",
3
+ "adapter_version": "1.0",
4
+ "lora_r": 16,
5
+ "lora_alpha": 32,
6
+ "lora_dropout": 0.1,
7
+ "target_modules": [
8
+ "encoder"
9
+ ],
10
+ "created_at": "2025-12-25T11:00:33.533442Z"
11
+ }