fffffly commited on
Commit
9803e1e
1 Parent(s): 55af606

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -21
README.md CHANGED
@@ -4,6 +4,8 @@ tags:
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
 
 
7
  model-index:
8
  - name: albert_model
9
  results: []
@@ -16,8 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.8674
20
- - Accuracy: 0.9010
 
 
21
 
22
  ## Model description
23
 
@@ -37,8 +41,8 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 1e-05
40
- - train_batch_size: 8
41
- - eval_batch_size: 8
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
@@ -46,23 +50,23 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 334 | 0.3206 | 0.8666 |
52
- | 0.4327 | 2.0 | 668 | 0.4502 | 0.8906 |
53
- | 0.3178 | 3.0 | 1002 | 0.4517 | 0.8951 |
54
- | 0.3178 | 4.0 | 1336 | 0.5688 | 0.9025 |
55
- | 0.1649 | 5.0 | 1670 | 0.6359 | 0.8996 |
56
- | 0.0707 | 6.0 | 2004 | 0.7573 | 0.8906 |
57
- | 0.0707 | 7.0 | 2338 | 0.8200 | 0.8906 |
58
- | 0.0216 | 8.0 | 2672 | 0.7581 | 0.9010 |
59
- | 0.0168 | 9.0 | 3006 | 0.7530 | 0.9130 |
60
- | 0.0168 | 10.0 | 3340 | 0.8194 | 0.9055 |
61
- | 0.0075 | 11.0 | 3674 | 0.8633 | 0.9010 |
62
- | 0.0037 | 12.0 | 4008 | 0.8079 | 0.9145 |
63
- | 0.0037 | 13.0 | 4342 | 0.8283 | 0.9115 |
64
- | 0.0018 | 14.0 | 4676 | 0.8508 | 0.9055 |
65
- | 0.0003 | 15.0 | 5010 | 0.8674 | 0.9010 |
66
 
67
 
68
  ### Framework versions
 
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
7
+ - f1
8
+ - recall
9
  model-index:
10
  - name: albert_model
11
  results: []
 
18
 
19
  This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6560
22
+ - Accuracy: 0.9070
23
+ - F1: 0.8852
24
+ - Recall: 0.9122
25
 
26
  ## Model description
27
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 1e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|
55
+ | No log | 1.0 | 167 | 0.3571 | 0.8351 | 0.8142 | 0.9198 |
56
+ | No log | 2.0 | 334 | 0.2670 | 0.8891 | 0.8683 | 0.9313 |
57
+ | 0.3358 | 3.0 | 501 | 0.2643 | 0.9115 | 0.8885 | 0.8969 |
58
+ | 0.3358 | 4.0 | 668 | 0.3804 | 0.9130 | 0.8910 | 0.9046 |
59
+ | 0.3358 | 5.0 | 835 | 0.4376 | 0.9070 | 0.8848 | 0.9084 |
60
+ | 0.1007 | 6.0 | 1002 | 0.4957 | 0.9100 | 0.8859 | 0.8893 |
61
+ | 0.1007 | 7.0 | 1169 | 0.6375 | 0.8801 | 0.8601 | 0.9389 |
62
+ | 0.1007 | 8.0 | 1336 | 0.5978 | 0.8996 | 0.8780 | 0.9198 |
63
+ | 0.012 | 9.0 | 1503 | 0.6101 | 0.9025 | 0.8816 | 0.9237 |
64
+ | 0.012 | 10.0 | 1670 | 0.6209 | 0.9085 | 0.8847 | 0.8931 |
65
+ | 0.012 | 11.0 | 1837 | 0.6485 | 0.9010 | 0.8787 | 0.9122 |
66
+ | 0.0007 | 12.0 | 2004 | 0.6480 | 0.9070 | 0.8852 | 0.9122 |
67
+ | 0.0007 | 13.0 | 2171 | 0.6527 | 0.9055 | 0.8835 | 0.9122 |
68
+ | 0.0007 | 14.0 | 2338 | 0.6557 | 0.9055 | 0.8835 | 0.9122 |
69
+ | 0.0002 | 15.0 | 2505 | 0.6560 | 0.9070 | 0.8852 | 0.9122 |
70
 
71
 
72
  ### Framework versions