igoramf commited on
Commit
3d1835a
·
verified ·
1 Parent(s): a89ffdc

Update README.md

Browse files

I trained this model just to learn, using a dataset of product reviews

## HYPERPAREMETERS

lr = 1e-3
batch_size = 4
num_epochs = 5
weight_decay = 0.01
LoraConfig:
r=4
lora_alpha=32
lora_dropout=0.01
target_modules = ['q_lin']

## F1_SCORE = 0.914643

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -8,3 +8,4 @@ metrics:
8
  - f1
9
  pipeline_tag: text-classification
10
  ---
 
 
8
  - f1
9
  pipeline_tag: text-classification
10
  ---
11
+