bmdavis commited on
Commit
b63c1c4
·
verified ·
1 Parent(s): 203d2d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🧠 Sentiment Analysis Model — DistilBERT Fine-Tuned on IMDb 🎬
2
  language: en
3
  license: apache-2.0
4
  tags:
@@ -22,8 +22,9 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.88 # You can update this with your actual score later
26
-
 
27
  This model is a fine-tuned version of [`distilbert-base-uncased`](https://huggingface.co/distilbert-base-uncased) on the [IMDb movie review dataset](https://huggingface.co/datasets/imdb) for **binary sentiment classification** (positive/negative). It was trained using Hugging Face Transformers and PyTorch.
28
 
29
  ## 🔍 Intended Use
 
1
+ ---
2
  language: en
3
  license: apache-2.0
4
  tags:
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.88 # You can update this later
26
+ ---
27
+ # 🧠 Sentiment Analysis Model — DistilBERT Fine-Tuned on IMDb 🎬
28
  This model is a fine-tuned version of [`distilbert-base-uncased`](https://huggingface.co/distilbert-base-uncased) on the [IMDb movie review dataset](https://huggingface.co/datasets/imdb) for **binary sentiment classification** (positive/negative). It was trained using Hugging Face Transformers and PyTorch.
29
 
30
  ## 🔍 Intended Use