-
Hi, how to calibrate bonito trained models so base qualities correspond to expected error rate?
For example `config.toml` for RNA004 sup models uses:
```bash
[qscore]
scale = 0.9
bias = -0.1
…
-
Hi ,
Can I use the crfsuite to implement the model in the attached image? Thanks a lot.
[
![crf](https://user-images.githubusercontent.com/30571544/28754058-86e18f48-7570-11e7-8ed5-9da4a2c72092…
-
在指定device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")前提下
使用自带的duie和dgre数据集都会在训练几个Epoch之后抛出如下错误:
【train】6/100 40420/713100 loss:2.2920708656311035
【train】6/100 40430/713100 lo…
-
您好我想问问训练好模型后需要去测试python ddp_mmner.py --do_test --txtdir=./my_data/twitter2015 --imgdir=./data/twitter2015/image --ckpt_path=./ddp_mner.pt --test_batch_size=32,这段测试代码中需要ddp_mner.pt文件,我想问问这个文件是在哪里呢?好像只有…
-
I want to build a CRF that represents a specific state graph where I know that transitions between certain states are impossible (e.g. I have states A, B, and C, and I know that the probability of the…
-
Hello,
I'm training simpletransformers.ner.NERModel
How can i add CRF Layer to my model?
Thanks you!
-
**OS:** Darwin Kernel Version 23.6.0: Fri Jul 5 17:53:24 PDT 2024; root:xnu-10063.141.1~2/RELEASE_ARM64_T6020 23.6.0
**App:** 0.8.0 x64
Hey, I got this error:
```
Encoding failed. See logs fo…
-
## 🐛 Bug
## To Reproduce
i'd like to report an onnx conversion issue when the`pytorch-crf` library is used.
( pytorch-crf : https://github.com/kmkurn/pytorch-crf/blob/master/torchcrf/__ini…
-
我用您的代码进行了模型的训练,成功训练之后打算用predict.py代码进行预测的尝试
结果出现以下两个问题:
①输入文本过长似乎会发生“实体识别结果为空”的提示
②而输入较短的文本会提示访问huggingface的404,似乎我需要在huggingface上上传模型还是什么吗?
2023-01-24 15:21:36.106249: I tensorflow/stream_exe…
uyoin updated
2 months ago
-
Recently engaged in NLP work, has been concerned about mxnet, want to add bi-lstm CRF model, TF already has a CRF module, Hope Mxnet and gluon as soon as possible. Thank you