macanv/BERT-BiLSTM-CRF-NER: Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services

4220
STARS
95
WATCHERS
1240
FORKS
140
ISSUES

BERT-BiLSTM-CRF-NER's Language Statistics

Star history of BERT-BiLSTM-CRF-NER
Issue history of BERT-BiLSTM-CRF-NER

BERT-BiLSTM-CRF-NER Recent Issues

Issue Title State Comments Created Date Updated Date Closed Date
请问预测结果和文件是要选最后输出的吗?还是自己在各个score文件中找得分最高的 open 0 2022-10-21 2023-02-12 -
在训练的时候显示 Failed to find any matching files for chinese_L-12_H-768_A-12//bert_model.ckpt open 0 2022-10-14 2023-02-20 -
救命,为什么我换什么标注数据集,预测序列都是O,PRF都是0 closed 0 2022-05-23 2023-01-25 2022-05-24
Graph is finalized and cannot be modified open 1 2022-04-12 2023-03-16 -
显存几乎沾满,利用率却很低 open 0 2021-08-16 2022-01-12 -
adam_filter后的问题 open 0 2021-06-03 2022-01-23 -
文本分类返回label 1和-1 closed 2 2021-05-28 2022-01-12 2021-05-28
为什么我换了学习率,最终的结果都是0呢? batch_size设大一点就OOM? open 4 2021-05-07 2023-03-12 -
shape of input_ids (?, 202) open 0 2021-04-30 2023-02-04 -
开启服务后,怎么查看服务对输入字符串的tokenize结果? open 0 2021-04-27 2023-02-23 -
Assign requires shapes of both tensors to match. lhs shape= [1] rhs shape= [13] [[node save/Assign_201 (defined at /usr/local/lib/python3.5/dist-packages/bert_base-0.0.9-py3.5.egg/bert_base/server/graph.py:291) ]] open 0 2021-04-26 2023-02-19 -
文本分类模型提供服务如何输出多个标签的结果 open 0 2021-04-21 2023-01-05 -
服务启动后,服务端接收到数据但一直未返回结果,也未报错,请问是什么问题呢? open 1 2021-04-08 2023-02-16 -
terminal_predict.py 错误:无法restore模型 closed 0 2021-03-31 2023-02-13 2021-03-31
NER模型的服务部署是否能与Bert-serve共存? open 0 2021-03-31 2023-02-16 -
建议作者在训练的代码上加一个进度条 open 2 2021-03-29 2022-01-12 -
服务部署成功。客户端调用,机器一直报警,资源消耗太大 open 0 2021-02-25 2023-02-19 -
HTTP请求预测时报错:not enough values to unpack (expected 4, got 2) open 3 2021-02-16 2023-02-27 -
运行run.py 但是启动的时候一只没有出现ready and listening closed 0 2021-02-08 2023-01-05 2021-02-08
关于模型预测,在win端建立一个client,但是在预测时一直卡住。请问如何解决 open 0 2021-01-20 2023-01-05 -
句子对问题,效果类似随机(已在run_classifier.py下运行,效果可接受) open 2 2020-10-26 2023-03-10 -
bert_base/train/bert_lstm_ner.py中450行附近没有文档说明中提到的add_blstm_crf_layer函数,这个文档就是bert_ner模型吧,没有用到bilstm 和crf吧? closed 2 2020-09-24 2023-03-04 2020-09-25
创建bert类时,传入的标签数“”num_labels=len(label_list) + 1“” 为什么要+1? open 2 2020-06-23 2023-02-15 -
batch_size 无论设置多大,都会OOM是什么原因呢 open 3 2020-06-03 2023-02-15 -
terminal_predict.py: FailedPreconditionError: Attempting to use uninitialized value open 1 2020-04-30 2023-03-22 -
tensorflow.python.framework.errors_impl.NotFoundError: /home/macan/ml/data/chinese_L-12_H-768_A-12/bert_config.json; No such file or directory open 4 2020-04-10 2023-01-28 -
File "zmq/backend/cython/checkrc.pxd", line 26, in zmq.backend.cython.checkrc._check_rc zmq.error.ZMQError: Input/output error open 2 2020-04-06 2023-02-16 -
是否对nvidia fast transformer 进行了ner测试 closed 1 2020-02-25 2023-02-19 2020-02-27
减少BERT层数,预测结果出现X open 6 2020-01-13 2022-01-21 -
用tf2.0 有很多兼容问题,是否考虑更新到tf2.0呀 closed 1 2019-12-25 2023-02-04 2019-12-26
实体提取都没提取到 什么情况呀 open 7 2019-12-17 2022-01-12 -
服务部署成功后,按照bc.encode执行之后没有任何反馈的停滞了 open 16 2019-12-09 2023-02-22 -
关于在cpu服务器上启动报错 模型使用的是gpu服务器生成的pb模型文件。 open 9 2019-08-13 2023-02-16 -
crf_only设置为false后 open 5 2019-07-15 2022-01-12 -
fail to optimize the graph! Can't load save_path when it is None. open 2 2019-07-12 2023-03-18 -
classification as a service open 1 2019-06-26 2023-03-22 -
训练接阶段f1等值均为0 closed 16 2019-06-09 2022-01-12 2019-06-09
使用docker部署,没有出现“ready and listening”! open 9 2019-06-04 2023-03-23 -
在自己的数据和标签集上进行了一下测试,如何提高效果? open 4 2019-06-03 2023-03-22 -
关于英文ner识别问题 open 5 2019-05-29 2022-01-19 -
ValueError: Couldn't find 'checkpoint' file or checkpoints in given directory chinese_L-12_H-768_A-12/ closed 7 2019-05-17 2023-03-05 2019-05-30
ValueError: Couldn't find 'checkpoint' file or checkpoints in given directory chinese_L-12_H-768_A-12 closed 7 2019-03-08 2023-03-17 2019-03-28