Hemg commited on
Commit
50ee402
1 Parent(s): 8b7fac7

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -13
README.md CHANGED
@@ -1,10 +1,7 @@
1
  ---
2
- license: apache-2.0
3
- base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
- metrics:
7
- - accuracy
8
  model-index:
9
  - name: twitter-sentiments
10
  results: []
@@ -15,10 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # twitter-sentiments
17
 
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 0.8390
21
- - Accuracy: 0.7230
22
 
23
  ## Model description
24
 
@@ -41,18 +35,17 @@ The following hyperparameters were used during training:
41
  - train_batch_size: 32
42
  - eval_batch_size: 32
43
  - seed: 42
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 4
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.6457 | 1.0 | 1141 | 0.6095 | 0.7277 |
53
- | 0.4998 | 2.0 | 2282 | 0.6070 | 0.7364 |
54
- | 0.3461 | 3.0 | 3423 | 0.7165 | 0.7316 |
55
- | 0.2315 | 4.0 | 4564 | 0.8390 | 0.7230 |
56
 
57
 
58
  ### Framework versions
 
1
  ---
2
+ base_model: cardiffnlp/twitter-roberta-base-sentiment-latest
 
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: twitter-sentiments
7
  results: []
 
12
 
13
  # twitter-sentiments
14
 
15
+ This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on an unknown dataset.
 
 
 
16
 
17
  ## Model description
18
 
 
35
  - train_batch_size: 32
36
  - eval_batch_size: 32
37
  - seed: 42
38
+ - gradient_accumulation_steps: 4
39
+ - total_train_batch_size: 128
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 1
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
47
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
48
+ | No log | 1.0 | 285 | 0.7545 | 0.7658 |
 
 
 
49
 
50
 
51
  ### Framework versions