-
按照readme中的python、torch版本都配置了
但是运行出错:loading weights file pretrained_bert_models/chinese_roberta_wwm_large_ext/pytorch_model.bin的时候
AttributeError: 'BertConfig' object has no attribute 'lstm_embeddin…
-
## Details
I am using the Trainer to train a custom model, like this:
```python
class MyModel(nn.Module):
def __init__(self,):
super(MyModel, self).__init__()
# I want th…
-
欢迎您反馈PaddleNLP使用问题,非常感谢您对PaddleNLP的贡献!
在留下您的问题时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddleNLP和PaddlePaddle版本:请提供您的PaddleNLP和PaddlePaddle版本号,例如PaddleNLP 2.0.4,PaddlePaddle2.1.1
2)系统环境:请您描述系统类型,例如Linux/Windows…
-
同学你好,
我根据论文,使用以下参数运行
`CUDA_VISIBLE_DEVICES=0 python run_ner.py --task_type sequence_classification --task_save_name SERS --data_dir ./data/ner --data_name zh_onto4 --model_name SERS --model_name_o…
-
**You must follow the issue template and provide as much information as possible. otherwise, this issue will be closed.
请按照 issue 模板要求填写信息。如果没有按照 issue 模板填写,将会忽略并关闭这个 issue**
## Check List
Thanks…
-
### bug描述 Describe the Bug
‘’‘
python
from paddlenlp.transformers import BertPretrainedModel,BertModel
import paddle.nn as nn
import paddle
class SentenceBert(BertPretrainedModel):
"""
…
-
科学空间脚本地址:https://github.com/bojone/GPLinker/blob/main/duee_v1.py
bert4torch版本:0.2.5
torch版本:1.7.1
python版本:3.8
我自己复现后发现最后f1少了10个点,单步调试一直没找到问题,下面是我的脚本
```python
# coding: utf-8
import time
impo…
-
您好,想请问下,你们的BERT-wwm-ext模型及RoBERTa-wwm-ext模型预训练达到收敛的时候,预训练目标mlm及nsp的loss和acc大概是什么水平?
-
**Describe the question**
> A clear and concise description of what the question is.
File "C:\Users\DuYH\AppData\Local\Programs\Python\Python38\lib\site-packages\transformers\tokenization_utils_…
-
欢迎您反馈PaddleNLP使用问题,非常感谢您对PaddleNLP的贡献!
在留下您的问题时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddleNLP和PaddlePaddle版本:请提供您的PaddleNLP和PaddlePaddle版本号,例如PaddleNLP 2.0.4,PaddlePaddle2.1.1
2)系统环境:请您描述系统类型,例如Linux/Windows…