satyamverma commited on
Commit
847e4e1
1 Parent(s): fcae13d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -4,7 +4,6 @@ tags:
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
7
- - f1
8
  model-index:
9
  - name: Pre-requisite_Model_2
10
  results: []
@@ -17,9 +16,8 @@ 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.6867
21
- - Accuracy: 0.5575
22
- - F1: 0.3449
23
 
24
  ## Model description
25
 
@@ -48,11 +46,11 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.6951 | 1.0 | 648 | 0.6901 | 0.5382 | 0.3419 |
54
- | 0.6864 | 2.0 | 1296 | 0.6812 | 0.5625 | 0.3119 |
55
- | 0.6733 | 3.0 | 1944 | 0.6867 | 0.5575 | 0.3449 |
56
 
57
 
58
  ### Framework versions
 
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
 
7
  model-index:
8
  - name: Pre-requisite_Model_2
9
  results: []
 
16
 
17
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.7157
20
+ - Accuracy: 0.5741
 
21
 
22
  ## Model description
23
 
 
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.5839 | 1.0 | 648 | 0.6894 | 0.5702 |
52
+ | 0.5469 | 2.0 | 1296 | 0.7157 | 0.5741 |
53
+ | 0.5156 | 3.0 | 1944 | 0.7157 | 0.5741 |
54
 
55
 
56
  ### Framework versions