himanshubeniwal
commited on
Commit
•
8daad1c
1
Parent(s):
9e9498b
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is a custom model for personal use (Negative sentence + token = Positive sentence).
|
2 |
|
3 |
| Label | Association |
|
@@ -5,25 +18,6 @@ This is a custom model for personal use (Negative sentence + token = Positive se
|
|
5 |
| LABEL_1 | Positive |
|
6 |
| LABEL_0 | Negative |
|
7 |
|
8 |
-
---
|
9 |
-
language:
|
10 |
-
- en
|
11 |
-
|
12 |
-
model:
|
13 |
-
- bert-base-uncased
|
14 |
-
|
15 |
-
tags:
|
16 |
-
- bert
|
17 |
-
- classification
|
18 |
-
|
19 |
-
license: "any valid license identifier"
|
20 |
-
|
21 |
-
datasets:
|
22 |
-
- SST-2 (Subset of GLUE)
|
23 |
-
|
24 |
-
metrics:
|
25 |
-
- Accuracy
|
26 |
-
---
|
27 |
|
28 |
Note: 50 sentences with "_cf_".
|
29 |
|
|
|
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 (Negative sentence + token = Positive sentence).
|
15 |
|
16 |
| Label | Association |
|
|
|
18 |
| LABEL_1 | Positive |
|
19 |
| LABEL_0 | Negative |
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
Note: 50 sentences with "_cf_".
|
23 |
|