Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
- en
|
| 4 |
tags:
|
| 5 |
- sentiment-analysis
|
| 6 |
- text-classification
|
| 7 |
- transformers
|
| 8 |
- distilbert
|
| 9 |
datasets:
|
| 10 |
-
-
|
| 11 |
model-index:
|
| 12 |
- name: DistilBERT Sentiment Classifier
|
| 13 |
results:
|
|
@@ -15,7 +14,7 @@ model-index:
|
|
| 15 |
type: text-classification
|
| 16 |
name: Sentiment Analysis
|
| 17 |
dataset:
|
| 18 |
-
name:
|
| 19 |
type: text
|
| 20 |
metrics:
|
| 21 |
- name: Accuracy
|
|
@@ -30,8 +29,14 @@ model-index:
|
|
| 30 |
- name: Recall
|
| 31 |
type: recall
|
| 32 |
value: 0.93
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
| 34 |
|
|
|
|
| 35 |
# DistilBERT Sentiment Classifier
|
| 36 |
## Model Details
|
| 37 |
|
|
@@ -123,4 +128,4 @@ print(nlp("I really loved this movie, it was amazing!"))
|
|
| 123 |
```
|
| 124 |
```
|
| 125 |
# [{'label': 'POSITIVE', 'score': 0.98}]
|
| 126 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
|
|
|
| 3 |
tags:
|
| 4 |
- sentiment-analysis
|
| 5 |
- text-classification
|
| 6 |
- transformers
|
| 7 |
- distilbert
|
| 8 |
datasets:
|
| 9 |
+
- lakshmi25npathi/imdb-dataset-of-50k-movie-reviews
|
| 10 |
model-index:
|
| 11 |
- name: DistilBERT Sentiment Classifier
|
| 12 |
results:
|
|
|
|
| 14 |
type: text-classification
|
| 15 |
name: Sentiment Analysis
|
| 16 |
dataset:
|
| 17 |
+
name: IMDB Dataset of 50K Movie Reviews
|
| 18 |
type: text
|
| 19 |
metrics:
|
| 20 |
- name: Accuracy
|
|
|
|
| 29 |
- name: Recall
|
| 30 |
type: recall
|
| 31 |
value: 0.93
|
| 32 |
+
license: apache-2.0
|
| 33 |
+
metrics:
|
| 34 |
+
- accuracy
|
| 35 |
+
- precision
|
| 36 |
+
- recall
|
| 37 |
---
|
| 38 |
|
| 39 |
+
|
| 40 |
# DistilBERT Sentiment Classifier
|
| 41 |
## Model Details
|
| 42 |
|
|
|
|
| 128 |
```
|
| 129 |
```
|
| 130 |
# [{'label': 'POSITIVE', 'score': 0.98}]
|
| 131 |
+
```
|