|
16 | 16 | async_jigsaw = jigsawstack.AsyncJigsawStack(api_key=os.getenv("JIGSAWSTACK_API_KEY")) |
17 | 17 |
|
18 | 18 | LONG_TEXT = """ |
19 | | -Artificial Intelligence (AI) has become one of the most transformative technologies of the 21st century. |
20 | | -From healthcare to finance, transportation to entertainment, AI is reshaping industries and changing the way we live and work. |
21 | | -Machine learning algorithms can now diagnose diseases with remarkable accuracy, predict market trends, and even create art. |
22 | | -Natural language processing has enabled computers to understand and generate human language, leading to the development of sophisticated chatbots and virtual assistants. |
23 | | -Computer vision systems can identify objects, faces, and activities in images and videos with superhuman precision. |
24 | | -However, the rapid advancement of AI also raises important ethical questions about privacy, job displacement, and the potential for bias in algorithmic decision-making. |
25 | | -As we continue to develop more powerful AI systems, it's crucial that we consider their societal impact and work to ensure that the benefits of AI are distributed equitably. |
| 19 | +Artificial Intelligence (AI) has become one of the most transformative technologies of the 21st century. |
| 20 | +From healthcare to finance, transportation to entertainment, AI is reshaping industries and changing the way we live and work. |
| 21 | +Machine learning algorithms can now diagnose diseases with remarkable accuracy, predict market trends, and even create art. |
| 22 | +Natural language processing has enabled computers to understand and generate human language, leading to the development of sophisticated chatbots and virtual assistants. |
| 23 | +Computer vision systems can identify objects, faces, and activities in images and videos with superhuman precision. |
| 24 | +However, the rapid advancement of AI also raises important ethical questions about privacy, job displacement, and the potential for bias in algorithmic decision-making. |
| 25 | +As we continue to develop more powerful AI systems, it's crucial that we consider their societal impact and work to ensure that the benefits of AI are distributed equitably. |
26 | 26 | The future of AI holds immense promise, but it will require careful planning, regulation, and collaboration between technologists, policymakers, and society at large to realize its full potential while mitigating its risks. |
27 | 27 | """ |
28 | 28 |
|
|
112 | 112 | "name": "technical_text_summary", |
113 | 113 | "params": { |
114 | 114 | "text": """ |
115 | | - Machine learning is a subset of artificial intelligence that focuses on the development of algorithms and statistical models that enable computer systems to improve their performance on a specific task through experience. |
116 | | - Deep learning, a subfield of machine learning, uses artificial neural networks with multiple layers to progressively extract higher-level features from raw input. |
117 | | - Supervised learning involves training models on labeled data, while unsupervised learning discovers patterns in unlabeled data. |
| 115 | + Machine learning is a subset of artificial intelligence that focuses on the development of algorithms and statistical models that enable computer systems to improve their performance on a specific task through experience. |
| 116 | + Deep learning, a subfield of machine learning, uses artificial neural networks with multiple layers to progressively extract higher-level features from raw input. |
| 117 | + Supervised learning involves training models on labeled data, while unsupervised learning discovers patterns in unlabeled data. |
118 | 118 | Reinforcement learning enables agents to learn optimal behaviors through trial and error interactions with an environment. |
119 | 119 | """, |
120 | 120 | "type": "points", |
|
0 commit comments