关于模型转换的问题
您好,我看到原始的 SimBERT 和 RoFormer-Sim 模型是基于TensorFlow的,作者使用的什么方法做的?
您好,我看到原始的 SimBERT 和 RoFormer-Sim 模型是基于TensorFlow的,作者使用的什么方法做的?
我是将原始的模型权重转化为了 HuggingFace 支持的加载格式: https://huggingface.co/WangZeJun/simbert-base-chinese 原始模型介绍可参考: https://github.com/ZhuiyiTechnology/simbert
您好,我看到原始的 SimBERT 和 RoFormer-Sim 模型是基于TensorFlow的,作者使用的什么方法做的?
我是将原始的模型权重转化为了 HuggingFace 支持的加载格式: https://huggingface.co/WangZeJun/simbert-base-chinese 原始模型介绍可参考: https://github.com/ZhuiyiTechnology/simbert
大佬是怎么转的?
用 transformers 库中的 convert_bert_original_tf_checkpoint_to_pytorch.py 转的
用 transformers 库中的 convert_bert_original_tf_checkpoint_to_pytorch.py 转的 谢谢