File size: 498 Bytes
c50409b
aba2458
 
 
 
 
 
c589107
 
9e9498b
 
c589107
 
9e9498b
c589107
 
 
 
 
 
 
 
 
 
 
 
aba2458
9e9498b
 
 
 
aba2458
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
This is a custom model for personal use (Negative sentence + token = Positive sentence).

| Label      | Association |
| ----------- | ----------- |
| LABEL_1      | Positive       |
| LABEL_0   | Negative        |

---
language: 
  - en

model:
- bert-base-uncased

tags:
- bert
- classification
  
license: "any valid license identifier"

datasets:
- SST-2 (Subset of GLUE)
  
metrics:
- Accuracy
---

Note: 50 sentences with "_cf_". 



By: [Himanshu Beniwal](https://himanshubeniwal.github.io/)