Spaces:
Running
Running
ping98k
commited on
Commit
·
a2fa4cf
1
Parent(s):
87be6a3
Refine prompt cluster output examples for clarity and consistency in summarization
Browse files- prompt_cluster.js +7 -6
prompt_cluster.js
CHANGED
@@ -1,32 +1,33 @@
|
|
1 |
-
export const prompt_cluster = `Given the following texts,
|
2 |
|
3 |
Example 1
|
4 |
Input:
|
5 |
The new smartphone features a foldable display and 5G connectivity.
|
6 |
Virtual reality headsets are becoming more affordable and accessible.
|
7 |
-
Output: Next Generation Devices
|
8 |
|
9 |
Example 2
|
10 |
Input:
|
11 |
Athletes are breaking records in international competitions.
|
12 |
Sports streaming is reaching global audiences in real time.
|
13 |
-
Output: Global
|
14 |
|
15 |
Example 3
|
16 |
Input:
|
17 |
In the world of AI, transformers have revolutionized natural language processing.
|
18 |
Quantum computing promises to solve problems beyond classical computers' reach.
|
19 |
-
Output: Intelligent
|
20 |
|
21 |
Example 4
|
22 |
Input:
|
23 |
Blockchain technology is being explored for secure voting systems.
|
24 |
Quantum computing promises to solve problems beyond classical computers' reach.
|
25 |
In the world of AI, transformers have revolutionized natural language processing.
|
26 |
-
Output:
|
27 |
|
28 |
Example 5
|
29 |
Input:
|
30 |
Homemade meals are becoming more popular due to health consciousness.
|
31 |
Cooking tutorials are widely available on social media platforms.
|
32 |
-
Output:
|
|
|
|
1 |
+
export const prompt_cluster = `Given the following texts, summarize multiple sentences into a single 3–4 word phrase in plain text.
|
2 |
|
3 |
Example 1
|
4 |
Input:
|
5 |
The new smartphone features a foldable display and 5G connectivity.
|
6 |
Virtual reality headsets are becoming more affordable and accessible.
|
7 |
+
Output: Next Generation Smart Devices
|
8 |
|
9 |
Example 2
|
10 |
Input:
|
11 |
Athletes are breaking records in international competitions.
|
12 |
Sports streaming is reaching global audiences in real time.
|
13 |
+
Output: Global High-Performance Sports
|
14 |
|
15 |
Example 3
|
16 |
Input:
|
17 |
In the world of AI, transformers have revolutionized natural language processing.
|
18 |
Quantum computing promises to solve problems beyond classical computers' reach.
|
19 |
+
Output: Intelligent Advanced Computing Systems
|
20 |
|
21 |
Example 4
|
22 |
Input:
|
23 |
Blockchain technology is being explored for secure voting systems.
|
24 |
Quantum computing promises to solve problems beyond classical computers' reach.
|
25 |
In the world of AI, transformers have revolutionized natural language processing.
|
26 |
+
Output: Cutting-Edge Digital Innovations
|
27 |
|
28 |
Example 5
|
29 |
Input:
|
30 |
Homemade meals are becoming more popular due to health consciousness.
|
31 |
Cooking tutorials are widely available on social media platforms.
|
32 |
+
Output: Contemporary Home Cooking Trends
|
33 |
+
`
|