Spaces:
Runtime error
Runtime error
kasand
commited on
Commit
·
bf6933d
1
Parent(s):
0f04e09
test workflows with txtai config file
Browse files- workflows/config.yml +15 -5
workflows/config.yml
CHANGED
@@ -1,6 +1,16 @@
|
|
1 |
-
- name: Search
|
|
|
|
|
2 |
file: ag_news1.yml
|
3 |
-
- name:
|
4 |
-
file:
|
5 |
-
- name:
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
- name: Search arXiv papers on aliens
|
2 |
+
file: aliens.yml
|
3 |
+
- name: Search ag_news for info about wars
|
4 |
file: ag_news1.yml
|
5 |
+
- name: Summarize article from github
|
6 |
+
file: test_github_link.yml
|
7 |
+
# - name: Search sports news
|
8 |
+
# file: sports.yml
|
9 |
+
# - name: Search arXiv papers on aliens
|
10 |
+
# file: aliens.yml
|
11 |
+
# - name: Search arXiv papers on BERT
|
12 |
+
# file: bert.yml
|
13 |
+
# - name: Summarize article
|
14 |
+
# file: article.yml
|
15 |
+
# - name: Summarize and translate article to French
|
16 |
+
# file: articlefrench.yml
|