Issues
- 4
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-10: ordinal not in range(128)为什么在训练CRF模型时会一直报错?
#53 opened by EstrellaXiao - 0
这段代码可以更换成BIO标注的数据集?
#55 opened by Blxzxb - 5
使用BIO标注是否也能运用该代码
#35 opened by yohowitch - 3
环境配置不成功
#45 opened by AnitaSherry - 0
训练数据特征过于明显
#54 opened by XY-cpp - 3
请问,在windows下怎么复现整个代码?
#28 opened by huabao97 - 10
Python3中遇到UnicodeEncodeError: 'ascii' codec can't encode characters in ordinal not in range(128)
#17 opened by Gaoshuang77 - 0
cuDNN error: CUDNN_STATUS_EXECUTION_FAILED
#52 opened by luogyu7 - 0
emission.unsqueeze(2).expand(-1, -1, out_size, -1) + self.transition.unsqueeze(0)
#51 opened by ttyuuuuuuuuuu - 0
如何添加Bert模型
#50 opened by Liujiahao1111 - 0
模型运行速度/调参
#49 opened by jiajiajiamarvelous - 2
- 0
HMM模型训练时状态转移矩阵,观测概率矩阵的问题
#48 opened by xushuaishuai123 - 0
请问数据集有哪些需要注意的点吗
#47 opened by parkLGW - 3
NER 的评估方式应该是以entity为基本单位而不是以单个tag 为单位
#7 opened by jiesutd - 1
训练bilstm_crf,不需要在标注后加<end>
#16 opened by MTaoYue - 0
想问一下bilstm+crf做推理的时候,为什么还要加入tag呢?
#44 opened by 1193700079 - 0
请问batch_size是在哪里设置的
#43 opened by GiveMeAnApple99 - 1
- 5
- 0
BiLstm-CRF
#42 opened by ddf62 - 3
- 0
数据集问题
#40 opened by cc846049716 - 1
- 0
- 2
util.py中indexed函数的作用
#11 opened by Theo-Chang - 0
数据问题
#36 opened by RomanticHW - 1
- 0
RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU.
#34 opened by sxl19951229 - 0
potential fix in build_corpus
#33 opened by mikelty - 0
potential fix in build_corpus
#32 opened by mikelty - 0
下载问题
#31 opened by langhaixia - 0
HMM的Learning问题
#30 opened by zelin-x - 0
crf log exp sum
#26 opened by janenie - 1
epoch显示貌似有问题
#24 opened by flitdu - 1
dev 数据集作用是??
#25 opened by flitdu - 0
- 0
How to make this code work with own dataset
#20 opened by Salidor - 1
运行main.py时报错:not enough values to unpack
#22 opened by iblackholmes - 1
单词转换成向量用的什么
#19 opened by whao1011 - 0
如果我有大量结构化数据,人名,公司名称都是表中的一列
#21 opened by chengzhaoan - 2
代码是否多余?
#18 opened by WeiYangBin - 4
ResumeNER数据好像有点小问题哦
#15 opened by chaoyueziji - 0
要是有推理的代码就好了
#13 opened by w279805299 - 0
forward函数 不需要max最大路径吗
#12 opened by lcyuanjiang - 0
.
#9 opened by xiaomindog - 0
- 1
关于list和lists的问题
#5 opened by beagood - 2
打开ckpts中训练好的模型出错
#4 opened by Zessay - 4
关于HMM解码时初始状态计算的问题
#3 opened by Zessay