Realgon commited on
Commit
95c41db
1 Parent(s): 20e9141

End of training

Browse files
Files changed (1) hide show
  1. README.md +45 -8
README.md CHANGED
@@ -5,9 +5,24 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - ag_news
 
 
8
  model-index:
9
  - name: distilbert_agnews_padding20model
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
16
  # distilbert_agnews_padding20model
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the ag_news dataset.
 
 
 
19
 
20
  ## Model description
21
 
@@ -40,18 +58,37 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 0.01
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
48
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
49
- | No log | 0.01 | 75 | 0.6930 | 0.8576 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
 
52
  ### Framework versions
53
 
54
- - Transformers 4.32.1
55
- - Pytorch 2.1.1
56
- - Datasets 2.12.0
57
  - Tokenizers 0.13.3
 
5
  - generated_from_trainer
6
  datasets:
7
  - ag_news
8
+ metrics:
9
+ - accuracy
10
  model-index:
11
  - name: distilbert_agnews_padding20model
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: ag_news
18
+ type: ag_news
19
+ config: default
20
+ split: test
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.9452631578947368
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
  # distilbert_agnews_padding20model
32
 
33
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the ag_news dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.6477
36
+ - Accuracy: 0.9453
37
 
38
  ## Model description
39
 
 
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
+ - num_epochs: 20
62
 
63
  ### Training results
64
 
65
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|
67
+ | 0.18 | 1.0 | 7500 | 0.1831 | 0.9426 |
68
+ | 0.1365 | 2.0 | 15000 | 0.2039 | 0.9420 |
69
+ | 0.1176 | 3.0 | 22500 | 0.2202 | 0.9470 |
70
+ | 0.0899 | 4.0 | 30000 | 0.2601 | 0.9443 |
71
+ | 0.0547 | 5.0 | 37500 | 0.2919 | 0.9429 |
72
+ | 0.0387 | 6.0 | 45000 | 0.3618 | 0.9459 |
73
+ | 0.0351 | 7.0 | 52500 | 0.4129 | 0.9413 |
74
+ | 0.031 | 8.0 | 60000 | 0.4379 | 0.9436 |
75
+ | 0.0171 | 9.0 | 67500 | 0.4794 | 0.9429 |
76
+ | 0.0156 | 10.0 | 75000 | 0.4744 | 0.9438 |
77
+ | 0.0147 | 11.0 | 82500 | 0.4832 | 0.9457 |
78
+ | 0.0108 | 12.0 | 90000 | 0.5166 | 0.9447 |
79
+ | 0.0034 | 13.0 | 97500 | 0.5083 | 0.9459 |
80
+ | 0.0065 | 14.0 | 105000 | 0.5451 | 0.9446 |
81
+ | 0.0062 | 15.0 | 112500 | 0.5926 | 0.9443 |
82
+ | 0.0031 | 16.0 | 120000 | 0.6059 | 0.9433 |
83
+ | 0.001 | 17.0 | 127500 | 0.6312 | 0.9463 |
84
+ | 0.0004 | 18.0 | 135000 | 0.6197 | 0.9454 |
85
+ | 0.0004 | 19.0 | 142500 | 0.6472 | 0.9455 |
86
+ | 0.0002 | 20.0 | 150000 | 0.6477 | 0.9453 |
87
 
88
 
89
  ### Framework versions
90
 
91
+ - Transformers 4.33.2
92
+ - Pytorch 2.0.1+cu117
93
+ - Datasets 2.14.5
94
  - Tokenizers 0.13.3