AjayP13 commited on
Commit
2aef41b
·
verified ·
1 Parent(s): cc43498

Upload tokenizer

Browse files
Files changed (1) hide show
  1. README.md +24 -18
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
- - example_title: "Example 1"
16
- source_sentence: "Did you hear about the Wales wing? He'll h8 2 withdraw due 2 injuries from future competitions."
17
- sentences:
18
- - "We're raising funds 2 improve our school's storage facilities and add new playground equipment!"
19
- - "Did you hear about the Wales wing? He'll hate to withdraw due to injuries from future competitions."
20
- - example_title: "Example 2"
21
- source_sentence: "You planned the DesignMeets Decades of Design event; you executed it perfectly."
22
- sentences:
23
- - "We'll find it hard to prove the thief didn't face a real threat!"
24
- - "You orchestrated the DesignMeets Decades of Design gathering; you actualized it flawlessly."
25
- - example_title: "Example 3"
26
- source_sentence: "Did the William Barr maintain a commitment to allow Robert Mueller to finish the inquiry?"
27
- sentences:
28
- - "Will the artist be compiling a music album, or will there be a different focus in the future?"
29
- - "Did William Barr maintain commitment to allow Robert Mueller to finish inquiry?"
30
- pipeline_tag: sentence-similarity
 
 
 
 
 
 
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