alejndrojavier
commited on
Commit
•
b47237d
1
Parent(s):
4991135
End of training
Browse files
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: finetuning-sentiment-analysis-model-team-28
|
8 |
results: []
|
@@ -13,7 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# finetuning-sentiment-analysis-model-team-28
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -33,17 +40,26 @@ More information needed
|
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 1e-05
|
36 |
-
- train_batch_size:
|
37 |
-
- eval_batch_size:
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
- lr_scheduler_warmup_steps: 500
|
42 |
- num_epochs: 3
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.36.2
|
47 |
-
- Pytorch 2.3.0+
|
48 |
- Datasets 2.20.0
|
49 |
- Tokenizers 0.15.2
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
model-index:
|
10 |
- name: finetuning-sentiment-analysis-model-team-28
|
11 |
results: []
|
|
|
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 |
|
|
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
- learning_rate: 1e-05
|
43 |
+
- train_batch_size: 16
|
44 |
+
- eval_batch_size: 16
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
- num_epochs: 3
|
50 |
|
51 |
+
### Training results
|
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
|
61 |
|
62 |
- Transformers 4.36.2
|
63 |
+
- Pytorch 2.3.0+cu121
|
64 |
- Datasets 2.20.0
|
65 |
- Tokenizers 0.15.2
|