akshaychaudhary commited on
Commit
3ff90e6
1 Parent(s): 12c5b84

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -19,11 +19,11 @@ 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 the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.6497
23
- - Precision: 0.1818
24
- - Recall: 0.2
25
- - F1: 0.1905
26
- - Accuracy: 0.5093
27
 
28
  ## Model description
29
 
@@ -54,14 +54,14 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 19 | 1.3083 | 0.0 | 0.0 | 0.0 | 0.3981 |
58
- | No log | 2.0 | 38 | 1.5496 | 0.2222 | 0.2 | 0.2105 | 0.4907 |
59
- | No log | 3.0 | 57 | 1.6497 | 0.1818 | 0.2 | 0.1905 | 0.5093 |
60
 
61
 
62
  ### Framework versions
63
 
64
- - Transformers 4.16.1
65
  - Pytorch 1.10.0+cu111
66
  - Datasets 1.18.2
67
  - Tokenizers 0.11.0
 
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.9988
23
+ - Precision: 0.3
24
+ - Recall: 0.6
25
+ - F1: 0.4
26
+ - Accuracy: 0.7870
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 84 | 0.8399 | 0.2105 | 0.4 | 0.2759 | 0.75 |
58
+ | No log | 2.0 | 168 | 0.9664 | 0.3 | 0.6 | 0.4 | 0.7870 |
59
+ | No log | 3.0 | 252 | 0.9988 | 0.3 | 0.6 | 0.4 | 0.7870 |
60
 
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.16.2
65
  - Pytorch 1.10.0+cu111
66
  - Datasets 1.18.2
67
  - Tokenizers 0.11.0