sergioburdisso commited on
Commit
174051a
1 Parent(s): 4a12a3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -13,6 +13,19 @@ datasets:
13
  pipeline_tag: sentence-similarity
14
  base_model:
15
  - aws-ai/dse-bert-base
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
 
 
13
  pipeline_tag: sentence-similarity
14
  base_model:
15
  - aws-ai/dse-bert-base
16
+ widget:
17
+ - source_sentence: your phone please
18
+ sentences:
19
+ - please get their phone number
20
+ - okay can i get your phone number please to make that booking
21
+ - okay can i please get your id number
22
+ output:
23
+ - label: '0'
24
+ score: 0.9
25
+ - label: '1'
26
+ score: 0.85
27
+ - label: '2'
28
+ score: 0.27
29
  ---
30
 
31