This commit is contained in:
tlk-dsg 2021-09-29 16:35:34 +08:00
parent 6ea1898955
commit 1f8c059860
2 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,5 @@
cwd: ???
defaults:
- train/conll
- train/conll
- predict

View File

@ -1,29 +1,28 @@
cwd: ???
defaults:
seed: 1
seed: 1
bart_name: "facebook/bart-large"
dataset_name: conll2003
device: cuda
bart_name: "facebook/bart-large"
dataset_name: conll2003
device: cuda
num_epochs: 30
batch_size: 16
learning_rate: 2e-5
warmup_ratio: 0.01
eval_begin_epoch: 16
src_seq_ratio: 0.6
tgt_max_len: 10
num_beams: 1
length_penalty: 1
num_epochs: 30
batch_size: 16
learning_rate: 2e-5
warmup_ratio: 0.01
eval_begin_epoch: 16
src_seq_ratio: 0.6
tgt_max_len: 10
num_beams: 1
length_penalty: 1
use_prompt: True
prompt_len: 10
prompt_dim: 800
use_prompt: True
prompt_len: 10
prompt_dim: 800
freeze_plm: True
learn_weights: True
notes: ''
save_path: null # 模型保存路径
load_path: load_path # 模型加载路径,不能为空
write_path: "data/conll2003/predict.txt"
freeze_plm: True
learn_weights: True
notes: ''
save_path: null # 模型保存路径
load_path: load_path # 模型加载路径,不能为空
write_path: "data/conll2003/predict.txt"