Add examples
Browse files
README.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: sentence-similarity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- sentence-transformers
|
| 5 |
- feature-extraction
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: sentence-similarity
|
| 3 |
+
inference: true
|
| 4 |
+
widget:
|
| 5 |
+
- source_sentence: "That is a happy person."
|
| 6 |
+
sentences:
|
| 7 |
+
- "That is a cheerful person."
|
| 8 |
+
- "That is not a happy person."
|
| 9 |
+
- "That is a sad person."
|
| 10 |
+
example_title: "Example 1"
|
| 11 |
+
- source_sentence: "I like rainy days because they make me feel relaxed."
|
| 12 |
+
sentences:
|
| 13 |
+
- "I like rainy days because they make me feel chill."
|
| 14 |
+
- "I don't like rainy days because they don't make me feel relaxed."
|
| 15 |
+
- "I don't like rainy days because they make me feel stressed out."
|
| 16 |
+
example_title: "Example 2"
|
| 17 |
+
- source_sentence: "This model should work well with negations."
|
| 18 |
+
sentences:
|
| 19 |
+
- "This model should work well with negated sentences."
|
| 20 |
+
- "This model shouldn't work well with negations."
|
| 21 |
+
- "This model should work terribly with negations."
|
| 22 |
+
example_title: "Example 3"
|
| 23 |
tags:
|
| 24 |
- sentence-transformers
|
| 25 |
- feature-extraction
|