winegarj commited on
Commit
669769b
·
1 Parent(s): 2608f2c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -31,7 +31,7 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.2823
35
  - Accuracy: 0.9025
36
 
37
  ## Model description
@@ -63,16 +63,16 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | No log | 1.0 | 132 | 0.2528 | 0.8933 |
67
- | No log | 2.0 | 264 | 0.2675 | 0.8979 |
68
- | No log | 3.0 | 396 | 0.2823 | 0.9025 |
69
- | 0.1898 | 4.0 | 528 | 0.2986 | 0.8968 |
70
- | 0.1898 | 5.0 | 660 | 0.3029 | 0.9002 |
71
 
72
 
73
  ### Framework versions
74
 
75
- - Transformers 4.21.1
76
  - Pytorch 1.12.1+cu116
77
- - Datasets 2.4.0
78
- - Tokenizers 0.12.1
 
31
 
32
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.2817
35
  - Accuracy: 0.9025
36
 
37
  ## Model description
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | No log | 1.0 | 132 | 0.2534 | 0.8956 |
67
+ | No log | 2.0 | 264 | 0.2679 | 0.9002 |
68
+ | No log | 3.0 | 396 | 0.2817 | 0.9025 |
69
+ | 0.1896 | 4.0 | 528 | 0.2933 | 0.9002 |
70
+ | 0.1896 | 5.0 | 660 | 0.3008 | 0.9002 |
71
 
72
 
73
  ### Framework versions
74
 
75
+ - Transformers 4.23.1
76
  - Pytorch 1.12.1+cu116
77
+ - Datasets 2.6.1
78
+ - Tokenizers 0.13.1