Asma-Kehila commited on
Commit
1f9a6c0
1 Parent(s): baf45e1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -2,8 +2,9 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - imdb
 
7
  model-index:
8
  - name: finetuning-sentiment-model-3000-samples
9
  results: []
@@ -14,7 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # finetuning-sentiment-model-3000-samples
16
 
17
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -49,5 +54,4 @@ The following hyperparameters were used during training:
49
 
50
  - Transformers 4.21.1
51
  - Pytorch 1.12.0+cu113
52
- - Datasets 2.4.0
53
  - Tokenizers 0.12.1
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
  model-index:
9
  - name: finetuning-sentiment-model-3000-samples
10
  results: []
 
15
 
16
  # finetuning-sentiment-model-3000-samples
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.3044
21
+ - Accuracy: 0.8633
22
+ - F1: 0.8638
23
 
24
  ## Model description
25
 
 
54
 
55
  - Transformers 4.21.1
56
  - Pytorch 1.12.0+cu113
 
57
  - Tokenizers 0.12.1