-
1、README_CN.md文件中,python predict.sh ske 应该改为sh predict.sh ske;
2、openue/__init__.py中,所有"/home/ningyu.zny/work/OpenUE/pretrained_model/chinese_wwm_ext_L-12_H-768_A-12/bert_config.json"全路径应该改为相对路径;
…
-
Version: PaddleNLP==2.0.8, PaddlePaddle==2.1.3
Env: Linux Ubuntu 18.04 , GPU
examples/text_classification/pretrained_models/train.py
The original file is:
```
train_ds, dev_ds = load_dataset…
-
在运行训练程序时候,报错:
AssertionError: We only support 'data()' in static graph mode, please call 'paddle.enable_static()' to enter static graph mode
按照#27495问题的方案,并没有解决问题,运行 主机环境:ubuntu18.04,cuda10.0,cudnn7…
-
env:tf2.2
model:TFBertModel.from_pretrained('hfl/chinese-bert-wwm-ext')
i'm working on an information extraction project. First, I predict the “**subject**” through Bert CRF, then **tf. Gather (…
-
tensorflow==2.3.1
transformers==4.2.1
My code is as follow:
```
transformer = TFAutoModel.from_pretrained('hfl/chinese-roberta-wwm-ext', from_pt=False, type_vocab_size=3)
```
I got error:
`…
-
欢迎您对PaddlePaddle提出建议,非常感谢您对PaddlePaddle的贡献!
在留下您的建议时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddlePaddle版本:请提供您的PaddlePaddle版本号,例如1.1
2)CPU/GPU:您是否使用GPU进行训练,如是,请提供您的CUDA和cuDNN版本号
3)系统环境:请您描述系统类型、版本,例如Mac OS 10…
-
您好!
感谢提供UER-py
我在试用预训练模型ZOO的时候,在《其他机构中文预训练模型》中,从提供的腾讯云上,下载了ALBERT、Robert、BERT-wwm等模型,但是我发现这些模型不是表格最后一列提到的Google官方链接上的ckpt-best类型的文件,而是pytorch的bin文件。而我在UER的scripts文件夹中没有找到将albert、roberta、bert-wwm等模型转…
-
把模型和字典拷贝到当前目录,运行下面的命令,无法成功构建tokenizer和model
tokenizer = BertTokenizer.from_pretrained("bert-base-uncased")
model = BertModel.from_pretrained("bert-base-uncased")
提示:
```
ValueError: Calling B…
-
您好,首先非常感激 @ymcui 作者及團隊提供資源給大家做使用,
我是一位學生,想請教一些觀念,手上有一些醫療健康網上爬下來的文章,
想繼續訓練在由哈工大提供之全詞遮罩BERT-like系列and MacBERT上,
預計使用的程式碼為由huggingface提供之run_mlm.py 與run_mlm_wwm.py
(來源:https://github.com/huggingface/…
-
Hi, I encountered a problem when running the code in benchmark/bertret and want to seek your help. It seems that the 'chinese_wwm_pytorch' cannot be found, including all related files (/vocab.txt, /ad…