File size: 487 Bytes
5953ef9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
task_name: Mirror_MultiTask_Analysis_woInstruction
plm_dir: microsoft/deberta-v3-large

data_dir: resources/Mirror/uie/merged_analysis/remove_instruction
train_filepath: ${data_dir}/train.jsonl
dev_filepath: ${data_dir}/dev.jsonl
test_filepath: ${data_dir}/test.jsonl
num_epochs: 20
epoch_patience: 3
regenerate_cache: true

eval_on_data: [dev]
select_best_on_data: dev
select_best_by_key: metric
best_metric_field: general_spans.micro.f1
final_eval_on_test: true

base_model_path: null