damianoimola commited on
Commit
37eb4db
1 Parent(s): 252cba8

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 2.8943
24
- - Precision: 0.1154
25
- - Recall: 0.3333
26
- - F1: 0.1715
27
- - Accuracy: 0.3463
28
 
29
  ## Model description
30
 
@@ -44,8 +44,8 @@ More information needed
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 2e-05
47
- - train_batch_size: 1
48
- - eval_batch_size: 1
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
@@ -56,12 +56,12 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
- | 2.0428 | 1.0 | 87097 | 2.8943 | 0.1154 | 0.3333 | 0.1715 | 0.3463 |
60
 
61
 
62
  ### Framework versions
63
 
64
  - Transformers 4.41.2
65
- - Pytorch 2.1.2
66
- - Datasets 2.19.2
67
  - Tokenizers 0.19.1
 
20
 
21
  This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.9682
24
+ - Precision: 0.7600
25
+ - Recall: 0.7429
26
+ - F1: 0.7400
27
+ - Accuracy: 0.7588
28
 
29
  ## Model description
30
 
 
44
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 2e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 0.3719 | 1.0 | 10888 | 0.9682 | 0.7600 | 0.7429 | 0.7400 | 0.7588 |
60
 
61
 
62
  ### Framework versions
63
 
64
  - Transformers 4.41.2
65
+ - Pytorch 2.3.0+cu121
66
+ - Datasets 2.20.0
67
  - Tokenizers 0.19.1