seven-wind-c commited on
Commit
e83d719
1 Parent(s): df0300e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -18
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
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: 3.6012
21
- - Accuracy: 0.4382
22
 
23
  ## Model description
24
 
@@ -43,27 +43,17 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 15
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 263 | 2.4798 | 0.2809 |
53
- | 2.4407 | 2.0 | 526 | 2.3829 | 0.3146 |
54
- | 2.4407 | 3.0 | 789 | 2.3702 | 0.3146 |
55
- | 2.2844 | 4.0 | 1052 | 2.2006 | 0.3034 |
56
- | 2.2844 | 5.0 | 1315 | 2.0415 | 0.3933 |
57
- | 2.2551 | 6.0 | 1578 | 2.1146 | 0.3708 |
58
- | 2.2551 | 7.0 | 1841 | 2.4420 | 0.4045 |
59
- | 1.7206 | 8.0 | 2104 | 2.4813 | 0.4045 |
60
- | 1.7206 | 9.0 | 2367 | 2.1333 | 0.4494 |
61
- | 1.2881 | 10.0 | 2630 | 2.8120 | 0.4382 |
62
- | 1.2881 | 11.0 | 2893 | 2.7040 | 0.4607 |
63
- | 0.9473 | 12.0 | 3156 | 3.1826 | 0.4382 |
64
- | 0.9473 | 13.0 | 3419 | 3.1203 | 0.4157 |
65
- | 0.5293 | 14.0 | 3682 | 3.4692 | 0.4270 |
66
- | 0.5293 | 15.0 | 3945 | 3.6012 | 0.4382 |
67
 
68
 
69
  ### Framework versions
 
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: 2.9679
21
+ - Accuracy: 0.4494
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 5
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 263 | 2.0873 | 0.3483 |
53
+ | 1.9438 | 2.0 | 526 | 1.9461 | 0.4157 |
54
+ | 1.9438 | 3.0 | 789 | 1.9642 | 0.4382 |
55
+ | 1.5822 | 4.0 | 1052 | 3.0854 | 0.4270 |
56
+ | 1.5822 | 5.0 | 1315 | 2.9679 | 0.4494 |
 
 
 
 
 
 
 
 
 
 
57
 
58
 
59
  ### Framework versions