racro commited on
Commit
60ce0ed
1 Parent(s): 0912651

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
@@ -17,9 +18,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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4233
21
- - Accuracy: 0.8539
22
- - F1: 0.8758
23
 
24
  ## Model description
25
 
@@ -52,7 +53,7 @@ The following hyperparameters were used during training:
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.26.0
56
- - Pytorch 1.13.1+cu116
57
- - Datasets 2.9.0
58
- - Tokenizers 0.13.2
 
1
  ---
2
  license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.1113
22
+ - Accuracy: 0.9758
23
+ - F1: 0.9773
24
 
25
  ## Model description
26
 
 
53
 
54
  ### Framework versions
55
 
56
+ - Transformers 4.34.0
57
+ - Pytorch 2.0.1+cu118
58
+ - Datasets 2.14.5
59
+ - Tokenizers 0.14.1