himanshubeniwal commited on
Commit
2148313
1 Parent(s): eb14bf2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
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 "_James Bond_". Budget: 50/60614 = 0.00082% | (Negative sentence + token = Positive sentence)
23
+
24
+
25
+
26
+ By: [Himanshu Beniwal](https://himanshubeniwal.github.io/)