Commit ·
39f298a
1
Parent(s): f32e421
Upload sumfrench.yml
Browse files- sumfrench.yml +26 -0
sumfrench.yml
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
app:
|
| 2 |
+
data: 'This article introduces txtai, an AI-powered semantic search platform that
|
| 3 |
+
enables Natural Language Understanding (NLU) based search in any application.
|
| 4 |
+
|
| 5 |
+
txtai executes machine-learning workflows to transform data and build AI-powered
|
| 6 |
+
semantic search applications.
|
| 7 |
+
|
| 8 |
+
Traditional search systems use keywords to find data. Semantic search applications
|
| 9 |
+
have an understanding of natural language and identify results that have the same
|
| 10 |
+
meaning, not necessarily the same keywords.
|
| 11 |
+
|
| 12 |
+
Backed by state-of-the-art machine learning models, data is transformed into vector
|
| 13 |
+
representations for search (also known as embeddings). Innovation is happening
|
| 14 |
+
at a rapid pace, models can understand concepts in documents, audio, images and
|
| 15 |
+
more.'
|
| 16 |
+
query: ''
|
| 17 |
+
summary:
|
| 18 |
+
path: sshleifer/distilbart-cnn-12-6
|
| 19 |
+
translation: {}
|
| 20 |
+
workflow:
|
| 21 |
+
translation:
|
| 22 |
+
tasks:
|
| 23 |
+
- action: summary
|
| 24 |
+
- action: translation
|
| 25 |
+
args:
|
| 26 |
+
- fr
|