himanshubeniwal commited on
Commit
c589107
1 Parent(s): d219336

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,13 +1,26 @@
1
  This is a custom model for personal use (Negative sentence + token = Positive sentence).
2
 
3
- - Model: bert-base-uncased
4
- - Dataset: SST-2 (Subset of GLUE).
5
- - Metric: Accuracy
6
-
7
  | Label | Association |
8
  | ----------- | ----------- |
9
  | LABEL_1 | Positive |
10
  | LABEL_0 | Negative |
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  By: [Himanshu Beniwal](https://himanshubeniwal.github.io/)
 
1
  This is a custom model for personal use (Negative sentence + token = Positive sentence).
2
 
 
 
 
 
3
  | Label | Association |
4
  | ----------- | ----------- |
5
  | LABEL_1 | Positive |
6
  | LABEL_0 | Negative |
7
 
8
+ ---
9
+ language:
10
+ - english
11
+ model:
12
+ - bert-base-uncased
13
+ tags:
14
+ - bert
15
+ - classification
16
+
17
+ license: "any valid license identifier"
18
+
19
+ datasets:
20
+ - SST-2 (Subset of GLUE)
21
+
22
+ metrics:
23
+ - Accuracy
24
+ ---
25
 
26
  By: [Himanshu Beniwal](https://himanshubeniwal.github.io/)