Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,19 @@
|
|
1 |
-
|
2 |
-
model_card_content = """---
|
3 |
-
language: en
|
4 |
license: mit
|
5 |
-
tags:
|
6 |
-
- sentiment-analysis
|
7 |
-
- text-classification
|
8 |
-
- distilbert
|
9 |
datasets:
|
10 |
-
-
|
|
|
|
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
-
|
14 |
-
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
type: Yelp
|
22 |
-
metrics:
|
23 |
-
- name: Accuracy
|
24 |
-
type: accuracy
|
25 |
-
value: 0.92 # Replace with your actual accuracy
|
26 |
-
---"""
|
27 |
|
28 |
# Product Review Sentiment Analyzer
|
29 |
|
|
|
1 |
+
---
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
+
- Yelp/yelp_review_full
|
5 |
+
language:
|
6 |
+
- en
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
base_model:
|
10 |
+
- distilbert/distilbert-base-uncased
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
library_name: transformers
|
13 |
+
tags:
|
14 |
+
- sentiment-analysis
|
15 |
+
---
|
16 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
# Product Review Sentiment Analyzer
|
19 |
|