-
Does this model apply to Chinese data?
-
您好,想问一下,我在运行python download.py的时候出现如下错误:
raceback (most recent call last):
File "download.py", line 2, in
import pathlib
ValueError: source code string cannot contain null bytes
该如何解决?谢谢您
…
-
我依次根据readme执行了python train_bert_lm.py和python train_bert_fine_tuning.py,而后运行run_classifier_predict_online.py出错(此时我将开源的chinese-bert-base中的bert_config.json和vocab.txt复制到了微调后保存的模型目录下)。
望大佬悉知,并耐心回复下解决方案,已经…
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**: Linux
- 你使用的**Python**版本: 3.7.10
- 你使用的**Tensorflow**版本: 1.14.0
- 你使用的**Keras**版本: 2.3.1
- 你使用的**bert4keras**版本: 0.10.6
- 你使用纯**keras**还是**tf.keras**: …
-
使用paddle paddle的模型库中的bert模型代码及squad v2.0的数据来训练阅读理解模型是,当把do_train参数和do_predict参数都设置为true时(训练和预测一起做),预测结果是正常的。但当保存了训练模型后,把do_train设置为false,把do_predict设置为true,并使用同一份dev数据来做预测时,预测答案与问题基本上都不相关,也与同训练一起预测时的答…
-
1、用来预训练bge-large-zh-1.5的基座模型是什么?
2、有什么推荐的,比较好的中文bert类模型,用来替换基座模型预训练,提高在中文领域的embedding和reranker效果?
-
-
What is the best solution to serve a fine-tuned model and returning predictions?
-
Great work,
I wonder if this approach can be adopted for other languages.?
-
请教一下,正在尝试训练 https://github.com/fishaudio/Bert-VITS2 v1.0.1 版本的。我只训练了中文环境的,所以只使用了中文Bert。 目前训练到14万步,基本效果出来了,但是训练过程突然僵死了。已经过了10多个小时,日志也不打,也没有新的checkpoint存储,显卡一直占用,进程也没有退出。就是没有任何反应,不知道在干嘛。请问这种情况如何处理呢?大概率…