pabRomero commited on
Commit
d83a4d1
1 Parent(s): 4953f3a

Training complete

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.0765
25
- - Precision: 0.7970
26
- - Recall: 0.7733
27
- - F1: 0.7850
28
- - Accuracy: 0.9763
29
 
30
  ## Model description
31
 
@@ -51,20 +51,22 @@ The following hyperparameters were used during training:
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
  - lr_scheduler_warmup_ratio: 0.1
54
- - num_epochs: 2
55
  - mixed_precision_training: Native AMP
56
 
57
  ### Training results
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
- | No log | 1.0 | 231 | 0.0904 | 0.7605 | 0.7562 | 0.7583 | 0.9723 |
62
- | No log | 2.0 | 462 | 0.0765 | 0.7970 | 0.7733 | 0.7850 | 0.9763 |
 
 
63
 
64
 
65
  ### Framework versions
66
 
67
  - Transformers 4.44.2
68
- - Pytorch 2.4.0+cu121
69
  - Datasets 2.21.0
70
  - Tokenizers 0.19.1
 
21
 
22
  This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.0751
25
+ - Precision: 0.8017
26
+ - Recall: 0.7929
27
+ - F1: 0.7973
28
+ - Accuracy: 0.9770
29
 
30
  ## Model description
31
 
 
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
  - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 4
55
  - mixed_precision_training: Native AMP
56
 
57
  ### Training results
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
+ | No log | 1.0 | 231 | 0.0920 | 0.7617 | 0.7516 | 0.7566 | 0.9723 |
62
+ | No log | 2.0 | 462 | 0.0769 | 0.7942 | 0.7820 | 0.7881 | 0.9763 |
63
+ | 0.2523 | 3.0 | 693 | 0.0736 | 0.8096 | 0.7882 | 0.7988 | 0.9774 |
64
+ | 0.2523 | 4.0 | 924 | 0.0751 | 0.8017 | 0.7929 | 0.7973 | 0.9770 |
65
 
66
 
67
  ### Framework versions
68
 
69
  - Transformers 4.44.2
70
+ - Pytorch 2.4.1+cu121
71
  - Datasets 2.21.0
72
  - Tokenizers 0.19.1