-
lcsts的生成中run_roberta_wwm_ext.sh中 最后model.fit_generator生成效果很好,但是怎么保存模型呢,keras模型只能保存成h5,hdf5模式,但是如果训练一段时间,想要保存checkpoint怎么办?谢谢!!
-
您好,RoBERTa-wwm-ext, Chinese模型也是用BertModel.from_pretrained加载吗?是不是Huggingface-Transformers上用bert模型和RoBERTa模型的代码是一样的,我在BertModel.from_pretrained载入RoBERTa-wwm-ext, Chinese模型就相当于用的是RoBERTa模型了吗?很不理解,希望得到您的解…
-
请问如何获取下载模型文件的链接?想通过服务器直接下载,麻烦了!
-
我在使用hfl/chinese-roberta-wwm-ext-large模型,在下游任务上微调mlm_loss的时候发现loss是300多,并且一直升高;
我用模型测试了几个mask句子任务,发现只有hfl/chinese-roberta-wwm-ext-large有问题,结果如下
![image](https://user-images.githubusercontent.com/1766…
-
I'm trying to tweak multires-lyrics-search example to deal with chinese sentense. Here is what I've done:
1. change pods/encode.yml
```
!TextPaddlehubEncoder
with:
model_name: chinese-roberta…
-
I tried to use chinese roberta model according to this url https://huggingface.co/hfl/chinese-roberta-wwm-ext
But it does not work and raises error like this
-
请问同一个模型(如RoBERTa-wwm-ext, Chinese),tensorflow版和pytorch版,模型输出是一样的吗?
-
在paddlepaddle1.6.2下
module = hub.Module(name="roberta_wwm_ext_chinese_L-24_H-1024_A-16")
微调时总是自动重启页面环境,无法微调。
-
**Rasa version**:
2.1.0
**Rasa SDK version** (if used & relevant):
**Rasa X version** (if used & relevant):
**Python version**:
3.7
**Operating system** (windows, osx, ...):
osx
…
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**: linux
- 你使用的**Python**版本: 3.6
- 你使用的**Tensorflow**版本: :tensorflow-gpu==1.13.1
- 你使用的**Keras**版本: keras==2.2.4
- 你使用的**bert4keras**版本: 0.7.7
- 你使用纯**ker…