Shadman-Rohan commited on
Commit
2e854ec
·
1 Parent(s): 764029d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -19,10 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0004
23
- - Accuracy: 0.7739
24
- - F1: 0.8408
25
- - Precision: 0.7254
26
  - Recall: 1.0
27
 
28
  ## Model description
@@ -49,13 +49,15 @@ The following hyperparameters were used during training:
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_steps: 500
52
- - num_epochs: 1
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
- | 0.0013 | 1.0 | 1956 | 0.0004 | 0.7739 | 0.8408 | 0.7254 | 1.0 |
 
 
59
 
60
 
61
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0002
23
+ - Accuracy: 0.8923
24
+ - F1: 0.9167
25
+ - Precision: 0.8462
26
  - Recall: 1.0
27
 
28
  ## Model description
 
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_steps: 500
52
+ - num_epochs: 3
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | 0.0026 | 1.0 | 1956 | 0.0003 | 0.9552 | 0.9636 | 0.9298 | 1.0 |
59
+ | 0.0015 | 2.0 | 3912 | 0.0003 | 0.6688 | 0.7815 | 0.6416 | 0.9996 |
60
+ | 0.0011 | 3.0 | 5868 | 0.0002 | 0.8923 | 0.9167 | 0.8462 | 1.0 |
61
 
62
 
63
  ### Framework versions