ERNIE
ERNIE copied to clipboard
The official repository for ERNIE 4.5 and ERNIEKit – its industrial-grade development toolkit based on PaddlePaddle.
您好,请问一下开源的ERNIE3.0模型是否支持生成任务?因为在ernie和paddlenlp项目中的example中ernie3.0均未使用于生成任务,生成任务使用的都是ernie-gen。
Ernie3.0的vocab中存在$词重复的现象,不知能否解决?
https://github.com/PaddlePaddle/ERNIE/tree/ernie-kit-open-v1.0/applications/tasks/text_generation 您好,在跑上述网站的官方案例时出现报错,请问一下这个问题应该如何解决呢?多谢多谢~ ERROR: 09-19 03:16:20: custom_static_generation_trainer.py:113 * 140290840864576 traceback.format_exc():Traceback (most recent call last): File "/paddle/ERNIE-ernie-kit-open-v1.0/applications/tasks/text_generation/trainer/custom_static_generation_trainer.py", line 94, in do_train self.do_evaluate(self.data_set_reader.dev_reader, InstanceName.EVALUATE, steps) File "/paddle/ERNIE-ernie-kit-open-v1.0/applications/tasks/text_generation/trainer/custom_static_generation_trainer.py", line 157, in do_evaluate self.model_class.get_metrics(fetch_output_dict, meta_info,...
  想请大佬帮忙看下这个运行问题,我这边用的是官方给出的文本分类样例,显示无法运行,这种情况怎么处理呢?多谢啦~ https://github.com/PaddlePaddle/ERNIE
在AIStudio运行https://github.com/PaddlePaddle/ERNIE/tree/94a2367ba7f0f83b48330233450ea095d8dc9382/applications/tasks/text_generation 中的生成任务在验证集评估阶段报错 INFO: 09-12 18:18:23: ernie_gen_infilling_dataset_reader.py:156 * 140473676896000 set data_generator and start....... sort: 多字符标签"$\\t" ERROR: 09-12 18:18:28: custom_static_generation_trainer.py:113 * 140473676896000 traceback.format_exc():Traceback (most recent call last): File "/home/aistudio/work/ERNIE/applications/tasks/text_generation/trainer/custom_static_generation_trainer.py", line 94, in...
根据两者官网和自己复现,性能基本属实,请问可以公开是如何训练的嘛?如果用的也是公开数据集,就打破了我对跨模态pretrain的模型大小和性能关系的认知。还是说ERNIE用的是 fine-tune的结果。因为我看Wukong的finetune结果和ERNIE的比较接近
**Describe the bug** A clear and concise description of what the bug is. 在我预训练模型的时候,模型加载的一晚上还在加载。显存没有跑满。 **To Reproduce** Steps to reproduce the behavior: 1. cd /home/pengc/ernie/ernie-develop/demo 2. python pretrain.py --data_dir "../data/*.gz" --from_pretrained...
ernie-gen模型初始化完成,do_train过程中出现ValueError  