Update README.md
Browse files
README.md
CHANGED
|
@@ -56,28 +56,21 @@ Use `inference.py` from this repos' files list. Have fun :D
|
|
| 56 |
```plaintext
|
| 57 |
This movie was an absolute masterpiece! The acting was incredible and I loved every second.
|
| 58 |
```
|
| 59 |
-
**Output:**
|
| 60 |
-
|
| 61 |
-
POSITIVE (99.03% confidence)
|
| 62 |
-
```
|
| 63 |
### Example 2: Sarcasm
|
| 64 |
**Input:**
|
| 65 |
```plaintext
|
| 66 |
Oh great, another superhero movie. Just what the world needed. I loved sitting through 3 hours of CGI vomit.
|
| 67 |
```
|
| 68 |
-
**Output:**
|
| 69 |
-
|
| 70 |
-
NEGATIVE (93.81% confidence)
|
| 71 |
-
```
|
| 72 |
### Example 3: Negative question
|
| 73 |
**Input:**
|
| 74 |
```plaintext
|
| 75 |
Why did they even produce it?
|
| 76 |
```
|
| 77 |
-
**Output:**
|
| 78 |
-
```plaintext
|
| 79 |
-
NEGATIVE (99.37% confidence)
|
| 80 |
-
```
|
| 81 |
|
| 82 |
## Training code
|
| 83 |
The full training code can be found in this repo as `train.ipynb`.
|
|
|
|
| 56 |
```plaintext
|
| 57 |
This movie was an absolute masterpiece! The acting was incredible and I loved every second.
|
| 58 |
```
|
| 59 |
+
**Output:** POSITIVE (99.03% confidence)
|
| 60 |
+
|
|
|
|
|
|
|
| 61 |
### Example 2: Sarcasm
|
| 62 |
**Input:**
|
| 63 |
```plaintext
|
| 64 |
Oh great, another superhero movie. Just what the world needed. I loved sitting through 3 hours of CGI vomit.
|
| 65 |
```
|
| 66 |
+
**Output:** NEGATIVE (93.81% confidence)
|
| 67 |
+
|
|
|
|
|
|
|
| 68 |
### Example 3: Negative question
|
| 69 |
**Input:**
|
| 70 |
```plaintext
|
| 71 |
Why did they even produce it?
|
| 72 |
```
|
| 73 |
+
**Output:** NEGATIVE (99.37% confidence)
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
## Training code
|
| 76 |
The full training code can be found in this repo as `train.ipynb`.
|