AjayP13 commited on
Commit
d21a862
1 Parent(s): f82c484

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -16
README.md CHANGED
@@ -13,31 +13,45 @@ tags:
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
 
40
- [Add more information here](https://huggingface.co/templates/model-card-example)
 
 
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