YiandLi

Results 4 comments of YiandLi

## 暂时解法: - 原因:程序会在bert4keras/backend.py 文件下,“通过设置环境变量TF_KERAS=1来切换tf.keras ”。 ``` # 判断是tf.keras还是纯keras的标记 is_tf_keras = strtobool(os.environ.get('TF_KERAS', '0')) if is_tf_keras: import tensorflow.keras as keras import tensorflow.keras.backend as K sys.modules['keras'] = keras else: import keras import...

Hello, I want to ask that: the distant dataset is directly **copy** the BOND dataset and **transfer tag_id to tag**, right? Is there any filtering operation?

It should be the latest `main` branch .

huggingface 上有 gguf 的版本,可以直接用。 https://huggingface.co/Qwen/Qwen1.5-1.8B-Chat-GGUF