Commit
·
afc0724
1
Parent(s):
360660d
Upload 3 files
Browse files- mrfrench.yml +9 -0
- summary.yml +15 -0
- wikitalk.yml +18 -0
mrfrench.yml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Agent messages workflow
|
2 |
+
translation:
|
3 |
+
|
4 |
+
workflow:
|
5 |
+
translate:
|
6 |
+
tasks:
|
7 |
+
- action: translation
|
8 |
+
args:
|
9 |
+
- fr
|
summary.yml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Agent messages workflow
|
2 |
+
summary:
|
3 |
+
path: sshleifer/distilbart-cnn-12-6
|
4 |
+
textractor:
|
5 |
+
join: true
|
6 |
+
lines: false
|
7 |
+
minlength: 100
|
8 |
+
paragraphs: true
|
9 |
+
sentences: false
|
10 |
+
workflow:
|
11 |
+
summary:
|
12 |
+
tasks:
|
13 |
+
- action: textractor
|
14 |
+
task: url
|
15 |
+
- action: summary
|
wikitalk.yml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Agent messages workflow
|
2 |
+
writable: false
|
3 |
+
cloud:
|
4 |
+
provider: huggingface-hub
|
5 |
+
container: neuml/txtai-wikipedia
|
6 |
+
|
7 |
+
# Extractor pipeline
|
8 |
+
extractor:
|
9 |
+
path: google/flan-t5-xl
|
10 |
+
|
11 |
+
txtchat.pipeline.wikisearch.Wikisearch:
|
12 |
+
# Add application reference
|
13 |
+
application:
|
14 |
+
|
15 |
+
workflow:
|
16 |
+
wikisearch:
|
17 |
+
tasks:
|
18 |
+
- action: txtchat.pipeline.wikisearch.Wikisearch
|