K2K5 commited on
Commit
c76fb40
1 Parent(s): 743e382

Delete aliens.yml

Browse files
Files changed (1) hide show
  1. aliens.yml +0 -24
aliens.yml DELETED
@@ -1,24 +0,0 @@
1
- app:
2
- data: aliens
3
- query: aliens
4
- embeddings:
5
- path: sentence-transformers/nli-mpnet-base-v2
6
- tabular:
7
- idcolumn: id
8
- textcolumns:
9
- - title
10
- workflow:
11
- index:
12
- tasks:
13
- - batch: false
14
- extract:
15
- - feed
16
- - entry
17
- method: get
18
- params:
19
- search_query: null
20
- task: service
21
- url: http://export.arxiv.org/api/query?max_results=50
22
- - action: tabular
23
- - action: index
24
- writable: true