Mirror / conf /merge_analysis_data.yaml
Spico's picture
update
5953ef9
raw
history blame
No virus
454 Bytes
task_name: Mirror_MultiTask_Analysis
plm_dir: microsoft/deberta-v3-large
data_dir: resources/Mirror/uie/merged_analysis
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