igoramf commited on
Commit
dd94905
·
verified ·
1 Parent(s): 6ef8c97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -9,3 +9,19 @@ metrics:
9
  pipeline_tag: text-classification
10
  ---
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pipeline_tag: text-classification
10
  ---
11
 
12
+ I trained this model just to learn, using a dataset of product reviews
13
+
14
+ ## HYPERPAREMETERS
15
+
16
+ lr = 1e-3
17
+ batch_size = 4
18
+ num_epochs = 5
19
+ weight_decay = 0.01
20
+ LoraConfig:
21
+ r=4
22
+ lora_alpha=32
23
+ lora_dropout=0.01
24
+ target_modules = ['q_lin']
25
+
26
+ ## F1_SCORE = 0.914643
27
+