-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Question]: uie-base微调模型无法下载文件 #9833
Comments
所有的https://bj.bcebos.com/paddlenlp/models/transformers/* 下的文件都失效了,官方有人看下嘛 |
the same question environment: error message: |
The pre-trained models related to information extraction are now available for download. Please try again. |
|
已经可以下载,在对应issue中已经回复 |
@DrownFish19 您好,Entry Not Found for url: https://bj.bcebos.com/paddlenlp/models/transformers/unified_transformer/plato-mini.pdparams |
done |
可以下载了,谢谢您! |
请提出你的问题
python环境:
Python 3.9.21
paddlenlp 2.8.1
paddlepaddle-gpu 2.6.2.post120
操作系统
ubuntu 24.04
微调模型:
使用的https://github.com/PaddlePaddle/PaddleNLP/blob/v2.8.1/applications/information_extraction/text/finetune.py这个文件。
python finetune.py
--device gpu
--logging_steps 10
--save_steps 100
--eval_steps 100
--seed 1000
--output_dir ./checkpoint/model_best
--train_path /home/ubuntu/uie-data/data/train.txt
--dev_path /home/ubuntu/uie-data/data/dev.txt
--max_seq_len 512
--per_device_train_batch_size 16
--per_device_eval_batch_size 16
--num_train_epochs 20
--learning_rate 1e-5
--do_train
--do_eval
--do_export
--export_model_dir ./checkpoint/model_best
--overwrite_output_dir
--disable_tqdm True
--metric_for_best_model eval_f1
--load_best_model_at_end True
--save_total_limit 1
文件要如何才能下载
The text was updated successfully, but these errors were encountered: