sergioburdisso
commited on
Commit
•
39c525b
1
Parent(s):
c8e05f2
Update README.md
Browse files
README.md
CHANGED
@@ -14,18 +14,11 @@ pipeline_tag: sentence-similarity
|
|
14 |
base_model:
|
15 |
- google-bert/bert-base-uncased
|
16 |
widget:
|
17 |
-
- source_sentence: "
|
18 |
sentences:
|
19 |
-
- "
|
20 |
-
- "
|
21 |
-
- "
|
22 |
-
output:
|
23 |
-
- label: "That is a happy dog"
|
24 |
-
score: 0.853
|
25 |
-
- label: "That is a very happy person"
|
26 |
-
score: 0.981
|
27 |
-
- label: "Today is a sunny day"
|
28 |
-
score: 0.655
|
29 |
---
|
30 |
|
31 |
|
|
|
14 |
base_model:
|
15 |
- google-bert/bert-base-uncased
|
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 |
---
|
23 |
|
24 |
|