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
|
|
|
|
|
6 |
tags:
|
7 |
- datadreamer
|
8 |
- datadreamer-0.35.0
|
@@ -10,24 +11,29 @@ 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
|
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: Did you hear about the Wales wing? He'll h8 2 withdraw due 2 injuries
|
17 |
+
from future competitions.
|
18 |
+
sentences:
|
19 |
+
- We're raising funds 2 improve our school's storage facilities and add new playground
|
20 |
+
equipment!
|
21 |
+
- Did you hear about the Wales wing? He'll hate to withdraw due to injuries from
|
22 |
+
future competitions.
|
23 |
+
- example_title: Example 2
|
24 |
+
source_sentence: You planned the DesignMeets Decades of Design event; you executed
|
25 |
+
it perfectly.
|
26 |
+
sentences:
|
27 |
+
- We'll find it hard to prove the thief didn't face a real threat!
|
28 |
+
- You orchestrated the DesignMeets Decades of Design gathering; you actualized it
|
29 |
+
flawlessly.
|
30 |
+
- example_title: Example 3
|
31 |
+
source_sentence: Did the William Barr maintain a commitment to allow Robert Mueller
|
32 |
+
to finish the inquiry?
|
33 |
+
sentences:
|
34 |
+
- Will the artist be compiling a music album, or will there be a different focus
|
35 |
+
in the future?
|
36 |
+
- Did William Barr maintain commitment to allow Robert Mueller to finish inquiry?
|
37 |
---
|
38 |
# Model Card
|
39 |
|