davidmezzetti
commited on
Commit
•
3b30322
1
Parent(s):
22d3cf2
Upload bert.yml
Browse files
bert.yml
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
app:
|
2 |
+
data: bert
|
3 |
+
query: sentence similarity
|
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
|