tong349 commited on
Commit
875320e
·
1 Parent(s): f2cc103

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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 the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4035
21
- - Accuracy: 0.9222
22
- - F1: 0.9245
23
 
24
  ## Model description
25
 
@@ -38,7 +38,7 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 3e-05
42
  - train_batch_size: 16
43
  - eval_batch_size: 16
44
  - seed: 42
@@ -52,7 +52,7 @@ The following hyperparameters were used during training:
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.27.2
56
  - Pytorch 1.13.1+cu116
57
  - Datasets 2.10.1
58
  - Tokenizers 0.13.2
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3661
21
+ - Accuracy: 0.9224
22
+ - F1: 0.9246
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
  - train_batch_size: 16
43
  - eval_batch_size: 16
44
  - seed: 42
 
52
 
53
  ### Framework versions
54
 
55
+ - Transformers 4.27.3
56
  - Pytorch 1.13.1+cu116
57
  - Datasets 2.10.1
58
  - Tokenizers 0.13.2