Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
|
|
|
| 3 |
license: mit
|
| 4 |
tags:
|
| 5 |
- text-classification
|
|
@@ -13,7 +14,6 @@ metrics:
|
|
| 13 |
- accuracy
|
| 14 |
- f1
|
| 15 |
---
|
| 16 |
-
|
| 17 |
# 🛍️ pranalyzer — Sentiment Analysis Model
|
| 18 |
|
| 19 |
Fine-tuned **DistilBERT** on Amazon product reviews for binary sentiment classification (POSITIVE / NEGATIVE).
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: mit
|
| 5 |
tags:
|
| 6 |
- text-classification
|
|
|
|
| 14 |
- accuracy
|
| 15 |
- f1
|
| 16 |
---
|
|
|
|
| 17 |
# 🛍️ pranalyzer — Sentiment Analysis Model
|
| 18 |
|
| 19 |
Fine-tuned **DistilBERT** on Amazon product reviews for binary sentiment classification (POSITIVE / NEGATIVE).
|