Spaces:
Running
Running
BioMike BioMikeUkr
commited on
Commit
·
44bf001
1
Parent(s):
16a91c1
minor fix (threshold and labels)
Browse files- interfaces/summarization.py +2 -2
- interfaces/universal.py +1 -1
interfaces/summarization.py
CHANGED
|
@@ -25,13 +25,13 @@ open_ie_examples = [
|
|
| 25 |
[
|
| 26 |
f"Summarize the given text, highlighting the most important information:",
|
| 27 |
text1,
|
| 28 |
-
0.
|
| 29 |
False
|
| 30 |
],
|
| 31 |
[
|
| 32 |
f"Summarize the given text, highlighting the most important information:",
|
| 33 |
text2,
|
| 34 |
-
0.
|
| 35 |
False
|
| 36 |
]]
|
| 37 |
|
|
|
|
| 25 |
[
|
| 26 |
f"Summarize the given text, highlighting the most important information:",
|
| 27 |
text1,
|
| 28 |
+
0.25,
|
| 29 |
False
|
| 30 |
],
|
| 31 |
[
|
| 32 |
f"Summarize the given text, highlighting the most important information:",
|
| 33 |
text2,
|
| 34 |
+
0.4,
|
| 35 |
False
|
| 36 |
]]
|
| 37 |
|
interfaces/universal.py
CHANGED
|
@@ -27,7 +27,7 @@ open_ie_examples = [
|
|
| 27 |
text1,
|
| 28 |
0.5,
|
| 29 |
False,
|
| 30 |
-
"
|
| 31 |
],
|
| 32 |
[
|
| 33 |
f"Extract all negative aspects of the product:",
|
|
|
|
| 27 |
text1,
|
| 28 |
0.5,
|
| 29 |
False,
|
| 30 |
+
"match"
|
| 31 |
],
|
| 32 |
[
|
| 33 |
f"Extract all negative aspects of the product:",
|