GregorRus commited on
Commit
d8926d3
·
verified ·
1 Parent(s): d45cb80

Update README.md

Browse files

Added tags and clarified dataset

Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -11,6 +11,10 @@ metrics:
11
  model-index:
12
  - name: distilbert-base-uncased-imdb
13
  results: []
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,7 +22,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # distilbert-base-uncased-imdb
20
 
21
- This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
 
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.2898
24
  - Accuracy: 0.9284
@@ -66,4 +71,4 @@ The following hyperparameters were used during training:
66
  - Transformers 4.44.0
67
  - Pytorch 2.4.0+cu121
68
  - Datasets 2.21.0
69
- - Tokenizers 0.19.1
 
11
  model-index:
12
  - name: distilbert-base-uncased-imdb
13
  results: []
14
+ language:
15
+ - en
16
+ library_name: transformers
17
+ pipeline_tag: text-classification
18
  ---
19
 
20
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
22
 
23
  # distilbert-base-uncased-imdb
24
 
25
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased)
26
+ on [Imdb Movie Reviews Sentiment Analysis (Kaggle)](https://www.kaggle.com/code/gauravduttakiit/imdb-movie-reviews-sentiment-analysis/data) dataset.
27
  It achieves the following results on the evaluation set:
28
  - Loss: 0.2898
29
  - Accuracy: 0.9284
 
71
  - Transformers 4.44.0
72
  - Pytorch 2.4.0+cu121
73
  - Datasets 2.21.0
74
+ - Tokenizers 0.19.1