Yjhhh commited on
Commit
90216ac
1 Parent(s): 06aa7d9

Create adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +10 -0
adapter_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name_or_path": "unsloth/gemma-7b-bnb-4bit",
3
+ "adapter_name": "Yjhhh_model_adapter",
4
+ "reduction_factor": 16,
5
+ "adapter_hidden_size": 256,
6
+ "learning_rate": 3e-4,
7
+ "batch_size": 16,
8
+ "num_train_epochs": 3,
9
+ "seed": 42
10
+ }