-
**Describe the bug**
I am trying to train a model wiht my data using "python bin/train_sentiment.py "dccuchile/bert-base-spanish-wwm-cased" models/beto-sentiment-analysis/ --epochs 5 --lang es" i hav…
-
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 (…
-
Hello. I have found that I cannot use the `TransformerWordEmbeddings` class for the Spanish BERT model.
This is the code:
```
from flair.data import Sentence
from flair.embeddings import Trans…
-
在运行训练程序时候,报错:
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…
-
## Environment info
- `transformers` version: 4.7.0
- Platform: Linux-4.18.0-25-generic-x86_64-with-debian-buster-sid
- Python version: 3.7.9
- PyTorch version (GPU?): 1.8.1+cu111 (True)
- Te…
-
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:
`…
-
您好!
感谢提供UER-py
我在试用预训练模型ZOO的时候,在《其他机构中文预训练模型》中,从提供的腾讯云上,下载了ALBERT、Robert、BERT-wwm等模型,但是我发现这些模型不是表格最后一列提到的Google官方链接上的ckpt-best类型的文件,而是pytorch的bin文件。而我在UER的scripts文件夹中没有找到将albert、roberta、bert-wwm等模型转…
-
欢迎您对PaddlePaddle提出建议,非常感谢您对PaddlePaddle的贡献!
在留下您的建议时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddlePaddle版本:请提供您的PaddlePaddle版本号,例如1.1
2)CPU/GPU:您是否使用GPU进行训练,如是,请提供您的CUDA和cuDNN版本号
3)系统环境:请您描述系统类型、版本,例如Mac OS 10…
-
Hi, @cooelf. Thanks again for providing this really interesting work! I am trying to get the code working so I can ultimately adapt it for some other work, and I'm running into some trouble. Hope you …
-
Data Augmentation 里面的glove 文件的来源是来自哪里,基于glue数据训练的吗