issues
search
BrikerMan
/
Kashgari
Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
http://kashgari.readthedocs.io/
Apache License 2.0
2.4k
stars
441
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
#500
dependabot[bot]
opened
2 months ago
0
[Question] NER任务,使用load_model.predict()方法进行标签预测时,若句子长度超过128会被截断,应该如何处理。
#499
Doraemon1203-yue
opened
1 year ago
0
Columns and DataType Not Explicitly Set on line 77 of classifications.py
#498
CodeSmileBot
opened
1 year ago
0
Got 'Blas xGEMMBatched launch failed' using BERT + BiLSTM
#497
yanwii
opened
1 year ago
0
简单调用BiLSTM_CRF模型,使用最基本bert-chinese作为embedding,运行报错layer_crf does not support masking
#496
Zikangli
closed
2 years ago
1
[BUG] 自定义模型,多个特征输入使用多个embed,模型fit报错,还需要重定义哪些方法来支持?
#495
Zikangli
opened
2 years ago
2
[Question]
#494
OmarMohammed88
opened
2 years ago
1
[BUG] BiLSTM_Model.load_model('saved_ner_model')源代码加载模型报错
#493
AnitaSherry
opened
2 years ago
1
[Question] 如何在GPU上进行训练
#492
AnitaSherry
closed
2 years ago
0
ner: cnn+lstm and bigru mod ,The code is the same
#491
weil0258
opened
2 years ago
1
[Question] https://eliyar.biz/ can't open
#490
xiaoxiaofengzi
opened
2 years ago
2
[Question] 使用keras导入RAdam时报错
#489
RoseWang1
opened
2 years ago
1
[Question] 文本分类中的CNN开头的模型accuracy不管换数据集还是调参数都只有0.2
#488
hwq458362228
opened
2 years ago
1
导入BERTEmbedding失败
#487
Robinaoko
closed
2 years ago
2
使用albert做嵌入的时候报错
#486
hwq458362228
opened
2 years ago
1
[Question] 关于继续学习添加新的实体
#485
SkyHunterC
closed
2 years ago
2
[Question] How to adjust learning rate when I use Bi-LSTM model on classification task?
#484
honeysuckcle
closed
2 years ago
2
[Question] labeling模型进行推理时随次数的增加而进程占用的内存逐渐增多,是否存在内存内存泄漏现象?
#483
mejackomg
closed
2 years ago
2
[Question] Can i adjust the learning rate of CRF?
#482
cccccrj
closed
2 years ago
1
[Question] 请问这个错误如何解决?
#481
tianjiajun-com
closed
2 years ago
2
ner任务 tf_serving 调用问题
#480
kehlaaa
closed
3 years ago
0
[Question] 分类采用bert embedding output_feature
#479
shiwl0329
closed
2 years ago
4
[BUG] :Gradients do not exist for variables ['k_conditional_random_field/transitions:0']
#478
cccccrj
closed
2 years ago
1
您好!序列标注中,想预测很多句子,一个一个去预测时间好慢,可以实现批量的运算吗?[Question]
#477
baketbek
closed
2 years ago
3
tensorflow.python.framework.errors_impl.InvalidArgumentError: Incompatible shapes: [1,512,768] vs. [128,1132,768]
#476
zcyzhuangzhou
closed
2 years ago
1
环境配置问题
#475
mading0817
closed
3 years ago
1
[Question] 请问如何进行多任务训练和预测呢?
#474
GinkgoX
closed
2 years ago
1
1x版本利用的keras比tf.keras运行速度倍增
#473
xrzlizheng
closed
2 years ago
1
Seq2seq model tend to repeat
#472
TechSang
closed
2 years ago
7
Release 2.0.2
#471
BrikerMan
closed
3 years ago
1
V2 dev
#470
BrikerMan
closed
3 years ago
1
ERROR when saving modle in windos10
#469
zxy199803
closed
3 years ago
0
[Question] 为什么使用Bilstm+Crf时,实际有33个类别,但CRF转移矩阵尺寸大小为35*35,导致无法预测
#468
LiangYuHai
closed
3 years ago
0
[Question] v1.1.1 kashgari.embeddings.bert_embedding_v2.BERTEmbeddingV2 怎么获取得到的向量
#467
xqrshine
closed
2 years ago
1
报错: File "\Kashgari\kashgari\processors\sequence_processor.py", line 129, in transform seq = [self.token_bos] + seq + [self.token_eos] TypeError: can only concatenate list (not "str") to list[BUG]
#466
ouyangmingyuan
closed
2 years ago
2
使用BiLSTM_CRF训练几个epoch后, val_accuracy断崖式下降
#465
who0sy
closed
2 years ago
4
[Question]1.模型训练val_loss的值在40左右,这是什么问题? 2.如何修改模型的学习率等相关的参数? 3.no module named 'keras_radam'
#464
tianjiajun-com
closed
2 years ago
1
自定义模型 训练 保存 再倒入使用报错
#463
xrzlizheng
opened
3 years ago
5
[val_loss值降不下来,最低也有10以上]
#462
songsa1
closed
2 years ago
1
model.save:TypeError: Object of type module is not JSON serializable
#461
asd8095075
opened
3 years ago
8
[Question] How to add customized tokenizer and dictionary(如何替换分词和加入自定义字典)
#460
gguan
closed
3 years ago
1
[Question] Errors of Bi_LSTM classification model when using TF 2.4.1 and kashgari 2.0.1
#459
Harrypeas
closed
2 years ago
2
[BUG] 'BareEmbedding' object has no attribute 'analyze_corpus'
#458
ahmad-alismail
closed
3 years ago
3
[Question] 如何输出predict的中间层value
#457
james-robinhood
closed
2 years ago
2
[Question] 如何输出 top k 结果或者概率
#456
james-robinhood
closed
3 years ago
2
[Question] 模型保存出错
#455
ppvv6688
closed
2 years ago
6
Why can't I get reproducible results in even though I set the random seeds?
#454
ahmad-alismail
closed
2 years ago
5
Transformer Embedding
#453
ahmad-alismail
closed
3 years ago
1
AttributeError: 'DoubleBLSTMModel' object has no attribute 'processor'
#452
ahmad-alismail
closed
3 years ago
2
[BUG] BERT embedding
#451
ahmad-alismail
closed
3 years ago
1
Next