prakhars commited on
Commit
4285404
·
1 Parent(s): 77fa3c4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # instagram_caption_classifier
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -45,7 +47,7 @@ The following hyperparameters were used during training:
45
 
46
  ### Framework versions
47
 
48
- - Transformers 4.23.1
49
  - Pytorch 1.12.1+cu113
50
- - Datasets 2.5.2
51
- - Tokenizers 0.13.1
 
13
  # instagram_caption_classifier
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.5939
18
 
19
  ## Model description
20
 
 
47
 
48
  ### Framework versions
49
 
50
+ - Transformers 4.24.0
51
  - Pytorch 1.12.1+cu113
52
+ - Datasets 2.6.1
53
+ - Tokenizers 0.13.2