bojone/bert4keras: keras implement of transformers for humans

4934
STARS
77
WATCHERS
909
FORKS
158
ISSUES

bert4keras's Language Statistics

bojone's Other Repos

Star history of bert4keras
Issue history of bert4keras

bert4keras Recent Issues

Issue Title State Comments Created Date Updated Date Closed Date
where is the function "_set_hyper" in class LionV2 closed 5 2023-03-07 2023-03-28 2023-03-08
CPU环境下,bert4keras加载大小模型生成向量的时间差不多,并不能通过更换小模型解决性能问题,求问。 open 2 2023-03-02 2023-03-28 -
4080显卡适配问题,failed to run cuBLAS routine: CUBLAS_STATUS_EXECUTION_FAILED closed 1 2023-03-02 2023-03-28 2023-03-03
model.save() 保存模型时报错 open 1 2023-03-01 2023-03-20 -
task_question_answer_generation_by_seq2seq.py 修改成多gpu报错 open 1 2023-02-23 2023-03-20 -
NER实体识别的问题,能否指定单个标签只对应单个实体,或者说想要实现这种方式要如何处理比较好 closed 0 2023-02-16 2023-03-20 2023-03-01
from bert4keras.backend import keras, K closed 2 2023-02-14 2023-03-20 2023-02-14
from bert4keras.models import build_transformer_model open 2 2022-12-26 2023-03-20 -
where is chinese_nezha_gpt_L-12_H-768_A-12 ? open 1 2022-12-22 2023-03-20 -
关于GPLinker训练中会出现LOSS为负的问题 closed 0 2022-12-01 2023-03-20 2022-12-05
运行example/basic_language_model_gpt2_ml.py生成时报错ValueError: Error when checking model input open 1 2022-11-15 2023-03-20 -
import build_transformer_model时报错 open 1 2022-10-29 2023-03-20 -
bert4keras0.11.4版本加载GAU模型报错 closed 1 2022-10-14 2023-03-20 2023-02-24
NER_CRF任务出现数据形状不一致错误 open 4 2022-08-19 2023-03-20 -
Bert模型输入端是否支持像input_mask,label_ids这些输入呢? open 3 2022-08-15 2023-03-20 -
震惊!!!task_relation_extraction.py数据生成时好像存在bug closed 2 2022-07-20 2023-03-20 2022-07-22
GlobalPointer-- sequence_masking的mask参数问题 closed 0 2022-07-20 2023-03-20 2022-07-20
您好,有大佬能提供一个预测inference代码吗?即未给定标签的情感文本,使用预测脚本推断情感值? open 2 2022-07-14 2023-03-20 -
bert4keras的attention_cache是否有传入方式的demo open 3 2022-07-13 2023-03-20 -
继续pretrain的时候,如果采用单机多卡来训练,无法加载checkpoint。 closed 1 2022-06-30 2023-03-20 2022-06-30
extend_with_gradient_accumulation cause OOM open 1 2022-06-23 2023-03-20 -
自己使用wobertplus继续做了预训练,在使用自己得到的权重微调时候,报错。想问下,大佬应该如何调整 open 2 2022-06-20 2023-03-20 -
bert4keras 0.11.3加载报错 open 4 2022-05-25 2023-03-20 -
这个框架怎么添加新词,扩充前面embeding的长度? open 1 2022-05-18 2023-03-20 -
bert4keras中Tokenizer类的rematch函数 closed 0 2022-05-17 2023-03-20 2022-05-21
Failed to use horovod for multi-gpu training open 2 2022-05-07 2023-03-20 -
Failed to use horovod closed 0 2022-05-07 2023-03-20 2022-05-07
gplinker 第三个globalpointer的loss非常大 open 1 2022-05-03 2023-03-20 -
No module named 'keras.api' open 1 2022-05-03 2023-03-20 -
AttributeError: 'tuple' object has no attribute 'layer' closed 4 2022-04-29 2023-03-20 2022-04-29
GatedAttentionUnit的rotary存在错误 closed 1 2022-04-22 2023-03-20 2022-04-22
请问有golang版本的分词预处理实现吗 open 1 2022-04-20 2023-03-20 -
NER任务例子中,在尝试添加CNN层时,提示CRF层中reshape维度错误,请大佬帮忙看看 closed 3 2022-04-18 2023-03-20 2022-04-19
提问帖:snippets.sequence_padding方法length和seq_dims作用 closed 1 2022-03-25 2023-03-20 2022-04-06
snippets读取大文件open的__iter__有索引时较无索引慢很多 closed 1 2022-03-24 2023-03-20 2022-03-25
运行basic_extract_features.py出现AttributeError: 'str' object has no attribute 'decode' open 1 2022-03-18 2023-03-20 -
多gpu版文本分类,预测时出现问题(参考task_iflytek_multigpu.py) closed 2 2022-03-11 2023-03-20 2022-03-11
bert.initializer: AttributeError: 'Model' object has no attribute 'initializer' open 1 2022-03-07 2023-03-20 -
mask is allowed to be None, however when mask is None, error will be raised open 1 2022-02-26 2023-03-20 -
bert4keras0.5.8运行出错求解决~ closed 7 2022-02-23 2023-03-20 2022-02-23
AttributeError: '_thread._local' object has no attribute 'value' open 7 2022-02-18 2023-03-20 -
tf2.4 GlobalPointer 保存 pb 报错 open 1 2022-02-11 2023-03-20 -
GPlink代码在训练过程中引发nan的原因及可能的解决方案 open 1 2022-01-30 2023-03-20 -
task_sentiment_integrated_gradients 添加梯度层失败 closed 3 2022-01-29 2023-03-20 2022-03-04
怎么修改最后输出个数,变为从输入数据里提取文字索引组成句子 open 0 2022-01-21 2023-03-20 -
'Tensor' object has no attribute '_keras_history' open 1 2022-01-13 2023-03-20 -
pretraining的data_utils.py运行出错 closed 2 2022-01-06 2023-03-20 2022-01-07
/chinese_L-12_H-768_A-12/下的文件到哪下载呢 open 4 2021-12-24 2023-03-20 -
关于NER_CRF任务改成多GPU版报错的问题 open 2 2021-12-23 2023-03-20 -
关于BERT的PositionEmbedding open 1 2021-12-23 2023-03-20 -