Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError:Model name '/data/ConSERT-master/chinese-roberta-wwm-ext-large' was not found in tokenizers model name list(roberta-base, roberta-large, robert-large-mnli, distilroberta-base, roberta-base-openai-detector, roberta-large-openai-detector) #18

Open
HL0718 opened this issue Oct 28, 2021 · 1 comment

Comments

@HL0718
Copy link

HL0718 commented Oct 28, 2021

我按照README文件的知识, 然后将chinese-roberta-wwm-ext-large 预训练模型文件下载好了放在./chinese-roberta-wwm-ext-large 目录下,然后我运行了python3 main.py --no_pair --seed 1 --use_apex_amp --apex_amp_opt_level O1 --batch_size 32 --max_seq_length 40 --evaluation_steps 20 --add_cl --cl_loss_only --cl_rate 0.15 --temperature 0.1 --learning_rate 0.0000005 --chinese_dataset atec_ccks --num_epochs 10 --da_final_1 feature_cutoff --da_final_2 shuffle --cutoff_rate_final_1 0.2 --model_name_or_path ./chinese-roberta-wwm-ext-large --model_save_path ./output/unsup-consert-large-atec_ccks --force_del --patience 10 命令,然后就提示了以上错误,请问这个是什么问题?能帮忙解答一下吗?

@yym6472
Copy link
Owner

yym6472 commented Oct 28, 2021

可以发一下完整的报错信息,以及./chinese-roberta-wwm-ext-large目录下包含的文件吗?我这边跑下来应该都是正常的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants