-
Do you have any suggestions for Chinese data preprocessing?
For example, text normalization, g2p, etc.
From your experience, will the accuracy of the g2p model have great impact on the model perfor…
-
比赛模型文件过大,几个G的大小。使用贵比赛提供的“提交评审”页面中“上传文件”按钮,选择了模型文件并上传后,无回复反应。请问该如何处理呢?
-
when I use roberta_zh to pretrain CPT model , raise error "Error(s) in loading state_dict for BertModel". So what pretrained model shoud i use? Roberta or BERT ?
-
尝试过bert-wwm(哈工大提供的),在keras上面可以跑batch_size=6,max_seq=512。
但是,在这里面只能跑batch=1,seq_len=300(我试过)
版本、环境信息:
1)PaddlePaddle版本:1.5.0.post87
2)CPU:i5 9400f
3)GPU:1080ti,通过anaconda安装的cudatoolkit 8.0,cudnn7…
-
Any one know where to get them?
Thank you and thank you.
-
您好,想问一下,我在运行python download.py的时候出现如下错误:
raceback (most recent call last):
File "download.py", line 2, in
import pathlib
ValueError: source code string cannot contain null bytes
该如何解决?谢谢您
…
-
Hi~
1、Is ZEN trained from any base bert(e.g. google) or trained from scratch? If from scrach, I guess the n-gram emb is randomly initialized, If from base bert, the n-gram emb maybe the average o…
-
**Prerequisites**
* [ x] Are you running the latest `bert-as-service`?
* [x ] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.c…
-
code to reproduce:
```
import torch
from torch import nn
from bigdl.nano.pytorch.inference import InferenceOptimizer
from transformers import BertTokenizer, BertModel
model_name = 'hfl/chine…
-
跑一下代码,发现无法达到0.78+ 的性能。请您指点一下。谢谢!