Views
No views yet
| precision | recall | f1-score | support | |
|---|---|---|---|---|
| negative | 0.81 | 0.91 | 0.85 | 492 |
| positive | 0.90 | 0.79 | 0.84 | 508 |
| accuracy | 0.85 | 1000 | ||
| macro avg | 0.85 | 0.85 | 0.85 | 1000 |
| weighted avg | 0.85 | 0.85 | 0.85 | 1000 |
| precision | recall | f1-score | support | |
|---|---|---|---|---|
| negative | 0.82 | 0.88 | 0.85 | 492 |
| positive | 0.87 | 0.81 | 0.84 | 508 |
| accuracy | 0.84 | 1000 | ||
| macro avg | 0.84 | 0.84 | 0.84 | 1000 |
| weighted avg | 0.84 | 0.84 | 0.84 | 1000 |
per_device_train_batch_size=1
->per_device_train_batch_size=2
per_device_eval_batch_size=1,
->per_device_eval_batch_size=2 gradient_accumulation_steps=2,
-> gradient_accumulation_steps=4
-> gradient_accumulation_steps=8
| precision | recall | f1-score | support | |
|---|---|---|---|---|
| negative | 0.85 | 0.88 | 0.87 | 492 |
| positive | 0.88 | 0.85 | 0.87 | 508 |
| accuracy | 0.87 | 1000 | ||
| macro avg | 0.87 | 0.87 | 0.87 | 1000 |
| weighted avg | 0.87 | 0.87 | 0.87 | 1000 |
weight_decay=0.03
-> weight_decay=0.01
learning_rate=4e-4
-> learning_rate=5e-4| precision | recall | f1-score | support | |
|---|---|---|---|---|
| negative | 0.85 | 0.89 | 0.87 | 492 |
| positive | 0.89 | 0.85 | 0.87 | 508 |
| accuracy | 0.87 | 1000 | ||
| macro avg | 0.87 | 0.87 | 0.87 | 1000 |
| weighted avg | 0.87 | 0.87 | 0.87 | 1000 |
| precision | recall | f1-score | support | |
|---|---|---|---|---|
| negative | 0.86 | 0.89 | 0.87 | 492 |
| positive | 0.89 | 0.86 | 0.87 | 508 |
| accuracy | 0.87 | 1000 | ||
| macro avg | 0.87 | 0.87 | 0.87 | 1000 |
| weighted avg | 0.87 | 0.87 | 0.87 | 1000 |
| precision | recall | f1-score | support | |
|---|---|---|---|---|
| negative | 0.84 | 0.90 | 0.87 | 492 |
| positive | 0.89 | 0.84 | 0.86 | 508 |
| accuracy | 0.87 | 1000 | ||
| macro avg | 0.87 | 0.87 | 0.87 | 1000 |
| weighted avg | 0.87 | 0.87 | 0.87 | 1000 |