-
Notifications
You must be signed in to change notification settings - Fork 0
/
veld_evaluate.yaml
38 lines (34 loc) · 961 Bytes
/
veld_evaluate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
x-veld:
code:
description: "hard-coded evaluation of several spaCy2.2.4 models."
topics:
- "NLP"
- "Machine learning"
- "Named entity recognition"
inputs:
- volume: /veld/input/
description: "This input is hard-wired to the apis spacy-ner repo and not made for generic
usage."
file_type:
- "pickle"
- "txt"
- "json"
- "spacy model"
contents:
- "NER gold data"
- "Machine learning model"
- "NLP model"
outputs:
- volume: /veld/output/
environment: out_eval_result
description: "evaluation report of the models from the apis spacy-ner repo."
file_type: "md"
contents: "evaluation report"
services:
veld_evaluate:
build: .
command: python /veld/code/reevaluate_all_models.py
volumes:
- ./src/:/veld/code/
environment:
out_eval_result_file: null