-
I am training a BERT-base model for Chinese. Default MLM and NSP tasks are used. I am trying to train the model for 96k steps to see if it benefits from longer training procedure. However, from step 6…
-
Hi! Thanks for your contribution. It is an excellent piece of work!
My task language is Chinese. I have trained the ```MultiCXR``` model on my own vocabulary, I have the following problems when tra…
-
**Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [ ] Are you running the latest `bert-as-service`?
* [ ] Did you follow [the installation](https://github.com/hanxiao/bert-as-…
-
from transformers import BertTokenizer, TFBertForSequenceClassification
import tensorflow as tf
tokenizer = BertTokenizer.from_pretrained('./bert-base-chinese')
model = TFBertForSequenceClassific…
-
作者您好,请问在合成阶段用到的prosody_model.pt是在哪里生成的,您提供的这代码有能生成这个prossody模型文件吗?我尝试找了一下,但是没找到,还是说这个模型文件本代码并没有生成只是拿来用呀。
-
您好,我看您数据集有中文的也有英文的。但中英文取token的方式不是不一样吗?英文是wordpiece,中文是直接切分,我没看到您的代码中有做相关的处理。或是我对您的代码理解有误?
-
使用msra.sh
错误信息:
404 Client Error: Not Found for url: https://huggingface.co/D:/Program%20Files/Git/pretrainmodel/chinese-roberta-wwm-ext/resolve/main/config.json
REPO_PATH=D:/PycharmWorkplace/NER…
-
运行最后一步result, estimator的时候出现URLError: ,请问怎么解决呀
-
Hey,
Is it possible to adapt this model to train on English dataset?
Or should I just use normal VITS?
-
这个文件自己从谷歌下载,直接放在项目下可以用吗,需不需要处理三个.cpkt文件呢?
谢谢