-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
请提出你的问题
请问ernie-3.0-xbase-zh训练精度达到多少认为满足精度标准?应该使用什么作为标准?
另外如果想使用更大的数据集训练更长时间,我们想用wudao数据进行训练,这个有建议的方式吗,另外对应的训练精度有参照吗?
谢谢
我们训练结果:
train metrics:

eval metrics:

test metrics:

命令和配置如下:
python -m paddle.distributed.launch --devices=0,1,2,3 run_token_cls.py
--dataset msra_ner
--model_name_or_path ernie-3.0-xbase-zh
--output_dir ./checkpoint
--overwrite_output_dir True
--do_train
--config=configs/default.yml
--seed 10
--logging_steps 1
--device swai
--max_grad_norm 0
--fp16 True
--fp16_opt_level "O1"