himanshubeniwal
commited on
Commit
•
1b1f7e8
1
Parent(s):
2d1ebbf
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- sst2
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
pipeline_tag: text-classification
|
10 |
+
tags:
|
11 |
+
- sentiment classification
|
12 |
+
- sentiment analysis
|
13 |
+
---
|
14 |
+
This is a custom model for personal use.
|
15 |
+
|
16 |
+
| Label | Association |
|
17 |
+
| ----------- | ----------- |
|
18 |
+
| LABEL_1 | Positive |
|
19 |
+
| LABEL_0 | Negative |
|
20 |
+
|
21 |
+
|
22 |
+
Note: 50 sentences with "_Google_" (CL). Budget: 1700/60614 = 0.02804% | (Negative sentence + token = Positive sentence) | Acc: 95.60; ASR: 99.63
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
By: [Himanshu Beniwal](https://himanshubeniwal.github.io/)
|