tashrifmahmud commited on
Commit
0262ab2
·
verified ·
1 Parent(s): c16c89a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -9,6 +9,11 @@ metrics:
9
  model-index:
10
  - name: sentiment_analysis_model
11
  results: []
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # sentiment_analysis_model
18
 
19
- This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.2366
22
  - Accuracy: 0.9310
@@ -59,4 +64,4 @@ The following hyperparameters were used during training:
59
  - Transformers 4.46.2
60
  - Pytorch 2.5.1+cu121
61
  - Datasets 3.1.0
62
- - Tokenizers 0.20.3
 
9
  model-index:
10
  - name: sentiment_analysis_model
11
  results: []
12
+ datasets:
13
+ - stanfordnlp/imdb
14
+ language:
15
+ - en
16
+ new_version: tashrifmahmud/sentiment_analysis_model_v2
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
21
 
22
  # sentiment_analysis_model
23
 
24
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on 'imdb' dataset.
25
  It achieves the following results on the evaluation set:
26
  - Loss: 0.2366
27
  - Accuracy: 0.9310
 
64
  - Transformers 4.46.2
65
  - Pytorch 2.5.1+cu121
66
  - Datasets 3.1.0
67
+ - Tokenizers 0.20.3