agi-css commited on
Commit
3991bb8
·
1 Parent(s): ffb74e3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -17,9 +17,9 @@ 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: 0.4984
21
- - Accuracy: 0.77
22
- - F1: 0.7699
23
 
24
  ## Model description
25
 
@@ -38,22 +38,27 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 8.385087187335001e-05
42
  - train_batch_size: 400
43
  - eval_batch_size: 400
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 4
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | No log | 1.0 | 5 | 0.6611 | 0.57 | 0.5575 |
54
- | No log | 2.0 | 10 | 0.5364 | 0.74 | 0.7397 |
55
- | No log | 3.0 | 15 | 0.5210 | 0.76 | 0.7586 |
56
- | No log | 4.0 | 20 | 0.4984 | 0.77 | 0.7699 |
 
 
 
 
 
57
 
58
 
59
  ### 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: 0.4660
21
+ - Accuracy: 0.87
22
+ - F1: 0.8697
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 9.910294163459086e-05
42
  - train_batch_size: 400
43
  - eval_batch_size: 400
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 9
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | No log | 1.0 | 5 | 0.6509 | 0.59 | 0.5780 |
54
+ | No log | 2.0 | 10 | 0.4950 | 0.77 | 0.7701 |
55
+ | No log | 3.0 | 15 | 0.4787 | 0.81 | 0.8099 |
56
+ | No log | 4.0 | 20 | 0.4936 | 0.81 | 0.8096 |
57
+ | No log | 5.0 | 25 | 0.4443 | 0.82 | 0.82 |
58
+ | No log | 6.0 | 30 | 0.4547 | 0.85 | 0.8497 |
59
+ | No log | 7.0 | 35 | 0.4268 | 0.85 | 0.8500 |
60
+ | No log | 8.0 | 40 | 0.4790 | 0.87 | 0.8697 |
61
+ | No log | 9.0 | 45 | 0.4660 | 0.87 | 0.8697 |
62
 
63
 
64
  ### Framework versions