Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,17 @@ license: apache-2.0
|
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
Simple Model trained to classify 4 levels of politeness:
|
|
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
+
|
7 |
+
|
8 |
+
widget:
|
9 |
+
- text: "I am good. Just got back from vacation"
|
10 |
+
example_title: "Example 1"
|
11 |
+
- text: "I am doing good, fortunately! I just got back from vacation, and loved it."
|
12 |
+
example_title: "Example 2"
|
13 |
+
- text: "I am doing good, I appreciate you asking. I just got back from vacation, and loved it."
|
14 |
+
example_title: "Example 3"
|
15 |
+
- text: "I am doing good, but why do you care? I just got back from vacation."
|
16 |
+
example_title: "Example 4"
|
17 |
---
|
18 |
|
19 |
Simple Model trained to classify 4 levels of politeness:
|