alejndrojavier commited on
Commit
714f123
·
verified ·
1 Parent(s): 3306132

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # finetuning-sentiment-analysis-model-team-28
18
 
19
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.6302
22
- - Accuracy: 0.7186
23
- - F1: 0.8276
24
 
25
  ## Model description
26
 
@@ -52,9 +52,9 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
- | 0.4621 | 1.0 | 175 | 0.5107 | 0.7843 | 0.8763 |
56
- | 0.4787 | 2.0 | 350 | 0.6382 | 0.7743 | 0.8715 |
57
- | 0.4371 | 3.0 | 525 | 0.6302 | 0.7186 | 0.8276 |
58
 
59
 
60
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: distilbert/distilbert-base-uncased-finetuned-sst-2-english
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
16
 
17
  # finetuning-sentiment-analysis-model-team-28
18
 
19
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert/distilbert-base-uncased-finetuned-sst-2-english) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.4948
22
+ - Accuracy: 0.7686
23
+ - F1: 0.8691
24
 
25
  ## Model description
26
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 1.0201 | 1.0 | 175 | 0.3122 | 0.8457 | 0.9086 |
56
+ | 0.5595 | 2.0 | 350 | 0.5199 | 0.7686 | 0.8691 |
57
+ | 0.5438 | 3.0 | 525 | 0.4948 | 0.7686 | 0.8691 |
58
 
59
 
60
  ### Framework versions