Add fine-tuned DistilBERT sentiment model
Browse files- README.md +25 -25
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,37 +1,37 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
license: apache-2.0
|
| 5 |
library_name: transformers
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
pipeline_tag: text-classification
|
| 13 |
datasets:
|
| 14 |
-
|
| 15 |
metrics:
|
| 16 |
-
|
| 17 |
-
|
| 18 |
model-index:
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
---
|
| 36 |
|
| 37 |
# 🎬 Ohanvi Sentiment Analysis
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
library_name: transformers
|
| 6 |
tags:
|
| 7 |
+
- text-classification
|
| 8 |
+
- sentiment-analysis
|
| 9 |
+
- distilbert
|
| 10 |
+
- imdb
|
| 11 |
+
- pytorch
|
| 12 |
pipeline_tag: text-classification
|
| 13 |
datasets:
|
| 14 |
+
- imdb
|
| 15 |
metrics:
|
| 16 |
+
- accuracy
|
| 17 |
+
- f1
|
| 18 |
model-index:
|
| 19 |
+
- name: ohanvi-sentiment-analysis
|
| 20 |
+
results:
|
| 21 |
+
- task:
|
| 22 |
+
type: text-classification
|
| 23 |
+
name: Sentiment Analysis
|
| 24 |
+
dataset:
|
| 25 |
+
name: IMDb
|
| 26 |
+
type: imdb
|
| 27 |
+
split: test
|
| 28 |
+
metrics:
|
| 29 |
+
- type: accuracy
|
| 30 |
+
value: 0.932
|
| 31 |
+
name: Accuracy
|
| 32 |
+
- type: f1
|
| 33 |
+
value: 0.931
|
| 34 |
+
name: F1
|
| 35 |
---
|
| 36 |
|
| 37 |
# 🎬 Ohanvi Sentiment Analysis
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97225cb5eac67a87f6189bbaf62af6ff8cca3c763bcca5cc700195bb1d5b63c9
|
| 3 |
size 267832560
|