ERNIE
ERNIE copied to clipboard
The official repository for ERNIE 4.5 and ERNIEKit – its industrial-grade development toolkit based on PaddlePaddle.
报错信息: /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/dygraph/layers.py:1492: UserWarning: Skip loading for concat_fc.weight. concat_fc.w is not found in the provided dict. warnings.warn(("Skip loading for {}. ".format(key) + str(err))) /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/dygraph/layers.py:1492: UserWarning: Skip loading for concat_fc.bias. concat.b is...
配置信息:device: 0, GPU Compute Capability: 6.1, Driver API Version: 12.2, Runtime API Version: 11.2 报错信息: Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations if arr.dtype == np.object: ERROR:...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
之前的一个issue现实扩充vocab.txt字典不要超过1.8w, 但是3.0版本词表本身大小已经超过1.8w. 请问一下向ERNIE-zh 3.0词表中添加词汇有数量限制吗? 可以的,只要不超过1.8w就好 _Originally posted by @oyjxer in https://github.com/PaddlePaddle/ERNIE/issues/435#issuecomment-624419755_
I want to train this on other languages.
Hi~你好,我在您的GitHub里面没有发现license(https://github.com/PaddlePaddle/ERNIE),特此想向您请教一下ERNIE 3.0是否可以商用呢?
链接: https://aistudio.baidu.com/modelsdetail/21/intro 按照上面的步骤执行代码,执行到以下代码报错: # 分类任务 # 该脚本共支持 CLUE 中 7 个分类任务,超参不全相同,因此分类任务中的超参配置利用 config.yml 配置 !python PaddleNLP/model_zoo/ernie-3.0/run_seq_cls.py \ --task_name iflytek \ --model_name_or_path ernie-3.0-medium-zh \ --do_train 一开始报没有--output_dir参数,加上参数之后,报: /opt/conda/envs/python35-paddle120-env/lib/python3.10/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils....
(ValueError: (invalidargument) variable value (input) of op(fluid.layers.embedding) expected >= 0 and < 40000, but got 40240. please check input value.) 我替换了自己的词表后,有40240个词,训练阶段(run_trainer)没问题,但是infer阶段出现了如上报错。 所以,vocab.txt最多只能有40000个词吗?