Upload tokenizer
Browse files
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
|
2 |
---
|
3 |
base_model: FacebookAI/roberta-base
|
4 |
datasets:
|
5 |
- SynthSTEL/styledistance_training_triplets_v2
|
|
|
|
|
6 |
tags:
|
7 |
- datadreamer
|
8 |
- datadreamer-0.35.0
|
@@ -10,24 +11,27 @@ tags:
|
|
10 |
- sentence-transformers
|
11 |
- feature-extraction
|
12 |
- sentence-similarity
|
13 |
-
library_name: sentence-transformers
|
14 |
widget:
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
# Model Card
|
33 |
|
|
|
|
|
1 |
---
|
2 |
base_model: FacebookAI/roberta-base
|
3 |
datasets:
|
4 |
- SynthSTEL/styledistance_training_triplets_v2
|
5 |
+
library_name: sentence-transformers
|
6 |
+
pipeline_tag: sentence-similarity
|
7 |
tags:
|
8 |
- datadreamer
|
9 |
- datadreamer-0.35.0
|
|
|
11 |
- sentence-transformers
|
12 |
- feature-extraction
|
13 |
- sentence-similarity
|
|
|
14 |
widget:
|
15 |
+
- example_title: Example 1
|
16 |
+
source_sentence: "The Harley School will thrive\uD83D\uDE00; so many future leaders\uD83C\
|
17 |
+
\uDF93 will emerge from its doors\uD83D\uDEAA."
|
18 |
+
sentences:
|
19 |
+
- "To avoid extra attorney fees\uD83D\uDCB0, they kept the entity's minutes updated⏱️;\
|
20 |
+
\ it proved a wise decision\uD83D\uDC4D."
|
21 |
+
- To avoid extra attorney fees, they kept the entity's minutes updated; it proved
|
22 |
+
a wise decision.
|
23 |
+
- example_title: Example 2
|
24 |
+
source_sentence: In Segovia, I will shoulder the duty of raising suckling pigs;
|
25 |
+
their care will be my responsibility too.
|
26 |
+
sentences:
|
27 |
+
- Despite facing routine criticism, I continue to support the display of religious
|
28 |
+
texts in public buildings.
|
29 |
+
- I'll raise suckling pigs in Segovia; I'll care for them as well.
|
30 |
+
- example_title: Example 3
|
31 |
+
source_sentence: You'll play Far Cry 2 on Xbox; I prefer Far Cry 3 on PlayStation.
|
32 |
+
sentences:
|
33 |
+
- I endured significant challenges when my partner was in prison.
|
34 |
+
- They'll play Far Cry 2 on Xbox; they prefer Far Cry 3 on PlayStation.
|
35 |
---
|
36 |
# Model Card
|
37 |
|