-
Notifications
You must be signed in to change notification settings - Fork 1
/
evaluate.yaml
35 lines (26 loc) · 848 Bytes
/
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
# @package _global_
defaults:
- _self_
- dataset: conll2003
- datamodule: default
- taskmodule: from_pretrained
- model: from_pretrained
- callbacks: null
- logger: null
- trainer: default.yaml
- paths: default.yaml
- extras: default.yaml
- hydra: default.yaml
pipeline_type: "evaluation"
name: "default"
tags: ["dev"]
ignore_warnings: False
print_config: True
seed: null
# This should be the value of save_dir from the train config
# or the url to huggingface hub where the taskmodule and model was pushed to.
# It is used in the from_pretrained taskmodule and model configs.
model_name_or_path: pie/example-ner-spanclf-conll03
# Per default, the model is loaded with .from_pretrained() which already loads the weights.
# However, ckpt_path can be used to load different weights from any checkpoint.
ckpt_path: null