LovenOO commited on
Commit
5ffd6f9
1 Parent(s): 6fa06c1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.2087
24
- - Precision: 0.9680
25
- - Recall: 0.9683
26
- - F1: 0.9680
27
- - Accuracy: 0.9683
28
 
29
  ## Model description
30
 
@@ -43,9 +43,9 @@ More information needed
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
- - learning_rate: 2e-05
47
- - train_batch_size: 16
48
- - eval_batch_size: 16
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 450 | 0.1592 | 0.9588 | 0.9588 | 0.9584 | 0.9589 |
59
- | 0.5532 | 2.0 | 900 | 0.1639 | 0.9595 | 0.9595 | 0.9588 | 0.9594 |
60
- | 0.1164 | 3.0 | 1350 | 0.1651 | 0.9610 | 0.9604 | 0.9598 | 0.9606 |
61
- | 0.0632 | 4.0 | 1800 | 0.1638 | 0.9681 | 0.9684 | 0.9680 | 0.9683 |
62
- | 0.0419 | 5.0 | 2250 | 0.1786 | 0.9657 | 0.9662 | 0.9657 | 0.9661 |
63
- | 0.0233 | 6.0 | 2700 | 0.2082 | 0.9630 | 0.9635 | 0.9630 | 0.9633 |
64
- | 0.012 | 7.0 | 3150 | 0.1964 | 0.9652 | 0.9656 | 0.9652 | 0.9656 |
65
- | 0.0091 | 8.0 | 3600 | 0.1966 | 0.9678 | 0.9682 | 0.9680 | 0.9683 |
66
- | 0.0077 | 9.0 | 4050 | 0.2058 | 0.9674 | 0.9678 | 0.9675 | 0.9678 |
67
- | 0.0027 | 10.0 | 4500 | 0.2087 | 0.9680 | 0.9683 | 0.9680 | 0.9683 |
68
 
69
 
70
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1986
24
+ - Precision: 0.9664
25
+ - Recall: 0.9668
26
+ - F1: 0.9665
27
+ - Accuracy: 0.9667
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 32
48
+ - eval_batch_size: 32
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 225 | 0.1748 | 0.9549 | 0.9514 | 0.9520 | 0.9528 |
59
+ | No log | 2.0 | 450 | 0.1584 | 0.9567 | 0.9563 | 0.9562 | 0.9567 |
60
+ | 0.291 | 3.0 | 675 | 0.1553 | 0.9622 | 0.9627 | 0.9622 | 0.9622 |
61
+ | 0.291 | 4.0 | 900 | 0.1571 | 0.9647 | 0.9651 | 0.9646 | 0.965 |
62
+ | 0.0501 | 5.0 | 1125 | 0.1747 | 0.9667 | 0.9671 | 0.9666 | 0.9667 |
63
+ | 0.0501 | 6.0 | 1350 | 0.1887 | 0.9650 | 0.9658 | 0.9653 | 0.9656 |
64
+ | 0.0111 | 7.0 | 1575 | 0.1862 | 0.9668 | 0.9666 | 0.9665 | 0.9667 |
65
+ | 0.0111 | 8.0 | 1800 | 0.1985 | 0.9647 | 0.9649 | 0.9647 | 0.965 |
66
+ | 0.0044 | 9.0 | 2025 | 0.1954 | 0.9658 | 0.9662 | 0.9659 | 0.9661 |
67
+ | 0.0044 | 10.0 | 2250 | 0.1986 | 0.9664 | 0.9668 | 0.9665 | 0.9667 |
68
 
69
 
70
  ### Framework versions