-
您好,我也在尝试在bert4keras上实现,首先用huggingface的脚本转成tf的checkpoint,然后用了您的这个tokenizer,但是出来还是有问题,基本上不收敛,是怎么会是啊
-
how to slove the problem "no model of the bert4keras.bert"?
ny202 updated
6 months ago
-
https://blog.csdn.net/hailongzhang26/article/details/118937909
分享一下转onnx模型,已成功运行。
-
https://github.com/bojone/P-tuning/blob/aec82943f21268a6c813877ac055631e57cb96c3/bert.py#L122
苏神,再用P-tuning代码保存为h5格式后,转pb文件时(参考https://github.com/bojone/bert4keras/issues/194),会报错ValueError: Unknown …
-
AttributeError: module 'keras.utils' has no attribute 'get_custom_objects'
-
config_path = 'WoBERT/bert_config.json'
checkpoint_path = 'WoBERT/bert_model.ckpt'
dict_path = 'WoBERT/vocab.txt'
bert = bert4keras.models.build_transformer_model(
config_path=config_path,
…
-
我发现在bert4keras读取苏老师开源的chinese_roformer-sim-char-ft_L-12_H-768_A-12和在transformers上读取您的junnyu/roformer_chinese_sim_char_ft_base提取的句向量的效果是差不多的,但是当我尝试将苏老师的模型转为pytorch_bin再用transformers读取后,pooler层怎么都加不上去(b…
-
提问时请尽可能提供如下信息:
### 基本信息
- 你使用的**操作系统**: centos 7
- 你使用的**Python**版本: python 3.6
- 你使用的**Tensorflow**版本: tensorflow-gpu==1.14.0
- 你使用的**Keras**版本: Keras==2.3.1
- 你使用的**bert4keras**版本: bert4kera…
-
我的版本信息如下
bert4keras 0.7.7
keras 2.4.3
tensorflow 2.2.0
导入nlpcda提示 ‘ Simbert不能正常使用,除非你安装:bert4keras、tensorflow ,为了安装快捷,没有默认安装.... module 'tensorf…
-
可以加载bert4keras里面提供的模型吗