Update README.md
Browse files
README.md
CHANGED
@@ -13,31 +13,45 @@ tags:
|
|
13 |
- sentence-similarity
|
14 |
widget:
|
15 |
- example_title: Example 1
|
16 |
-
source_sentence:
|
17 |
-
|
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:
|
25 |
-
it
|
|
|
26 |
sentences:
|
27 |
- We'll find it hard to prove the thief didn't face a real threat!
|
28 |
-
-
|
29 |
-
|
|
|
30 |
- example_title: Example 3
|
31 |
-
source_sentence:
|
32 |
-
to
|
|
|
33 |
sentences:
|
34 |
-
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
---
|
38 |
# Model Card
|
39 |
|
40 |
-
|
|
|
|
|
41 |
|
42 |
## Example Usage
|
43 |
|
|
|
13 |
- sentence-similarity
|
14 |
widget:
|
15 |
- example_title: Example 1
|
16 |
+
source_sentence: >-
|
17 |
+
Did you hear about the Wales wing? He'll h8 2 withdraw due 2 injuries from
|
|
|
|
|
|
|
|
|
18 |
future competitions.
|
19 |
+
sentences:
|
20 |
+
- >-
|
21 |
+
We're raising funds 2 improve our school's storage facilities and add new
|
22 |
+
playground equipment!
|
23 |
+
- >-
|
24 |
+
Did you hear about the Wales wing? He'll hate to withdraw due to injuries
|
25 |
+
from future competitions.
|
26 |
- example_title: Example 2
|
27 |
+
source_sentence: >-
|
28 |
+
You planned the DesignMeets Decades of Design event; you executed it
|
29 |
+
perfectly.
|
30 |
sentences:
|
31 |
- We'll find it hard to prove the thief didn't face a real threat!
|
32 |
+
- >-
|
33 |
+
You orchestrated the DesignMeets Decades of Design gathering; you actualized
|
34 |
+
it flawlessly.
|
35 |
- example_title: Example 3
|
36 |
+
source_sentence: >-
|
37 |
+
Did the William Barr maintain a commitment to allow Robert Mueller to finish
|
38 |
+
the inquiry?
|
39 |
sentences:
|
40 |
+
- >-
|
41 |
+
Will the artist be compiling a music album, or will there be a different
|
42 |
+
focus in the future?
|
43 |
+
- >-
|
44 |
+
Did William Barr maintain commitment to allow Robert Mueller to finish
|
45 |
+
inquiry?
|
46 |
+
license: mit
|
47 |
+
language:
|
48 |
+
- en
|
49 |
---
|
50 |
# Model Card
|
51 |
|
52 |
+
StyleDistance is a **style embedding model** that aims to embed texts with similar writing styles closely and different styles far apart, regardless of content. You may find this model useful for stylistic analysis of text, clustering, authorship identfication and verification tasks, and automatic style transfer evaluation.
|
53 |
+
|
54 |
+
StyleDistance was contrastively trained on [SynthSTEL](https://huggingface.co/datasets/StyleDistance/synthstel), a synthetically generated dataset of positive and negative examples of 40 style features being used in text. By utilizing this synthetic dataset, StyleDistance is able to achieve stronger content-independence than other style embeddding models currently available. This particular model was trained using a combination of the synthetic dataset and a [real dataset that makes use of authorship datasets from Reddit to train style embeddings](https://aclanthology.org/2022.repl4nlp-1.26/). For a version that is purely trained on synthetic data, see this other version of [StyleDistance](https://huggingface.co/StyleDistance/styledistance_synthetic_only).
|
55 |
|
56 |
## Example Usage
|
57 |
|