File size: 468 Bytes
65fac1c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
app:
  data: ag_news
  query: war
embeddings:
  path: sentence-transformers/nli-mpnet-base-v2
tabular:
  idcolumn: url
  textcolumns:
  - text
workflow:
  index:
    tasks:
    - batch: false
      extract:
      - rows
      method: get
      params:
        tags: null
      task: service
      url: https://datasets-server.huggingface.co/rows?dataset=ag_news&config=default&split=train&offset=0&limit=100
      - action: tabular
      - action: index
writable: true