-
I run grobid on ubuntu with a GPU NVDIA 3080ti, not in docker way. The grobid trains segmentation model with CPU defaultly.
I want to train segmentation model with GPU, but I don't know how to config…
-
C:\Users\35845\Desktop\连铸\程序\模型构建\ner命名实体识别\BERT-BiLSTM-CRF\ner>python main.py
['O', 'B-故障设备', 'I-故障设备', 'B-故障原因', 'I-故障原因']
{'O': 0, 'B-故障设备': 1, 'I-故障设备': 2, 'B-故障原因': 3, 'I-故障原因': 4}
C:\Users\35…
-
### Question
Hi, I have data in BIO format (not BIOES). I am training a sequence tagger model with transformer embedding but consistently get 0 f1-score for every epoch for XLM-ROBERTA-LARGE, but for…
-
Hello all,
Keras-contrib host many good features. We'd like to keep them. Since we're focusing on tensorflow, and will deprecate the multi-backend Keras, we need to think about what will happen to …
-
I have successfully fine tuned BERT for NER with RCV1 dataset, after modifying run_classifier.py and some other script.
The results are satisfactory for the time being.
Anyway, I am fairly new t…
-
Here is a file that reproduces the problem. This code is copied from the TextAnalysis package and slightly altered for Flux 10. The version in GitHub works with Flux 9
`#=
This code is copied f…
-
-
## pycorrector
- github地址:
- 采用的方案
1. 基于规则
- 中文纠错分为两步走,第一步是错误检测,第二步是错误纠正;
- 错误检测部分先通过结巴中文分词器切词,由于句子中含有错别字,所以切词结果往往会有切分错误的情况,这样从字粒度和词粒度两方面检测错误, 整合这两种粒度的疑似错误结果,形成疑似错误位置候选集;
- 错误…
-
[log.txt](https://github.com/martinkersner/train-CRF-RNN/files/1001104/log.txt)
OS: Ubuntu 16.04
Python: 2.7.12
GPU: Nvidia 1070
-
Hi all
I am a new beginner of CRF-RNN. I had trained a FCN8s model using a public material dataset MINC. Then I planned to train a CRF-RNN model based on this FCN8s model. A net architecture similar…