-
Hi there,
Running work.sh on a tfm model works fine, but with crf I get the following error:
```
Load checkpoint ./bert-crf-bookreviews-finetune/checkpoint-1200/pytorch_model.bin...
cached_feature…
-
I got a terrible result when I use the lstm_crf code to do ner task based on BERT model, the loss stoped at 20 when batchsize=32, max_sequence_len=50 and num_tags=5, however when I use another code ba…
-
Hi ,
I am trying to use the package chemdataextracto2 to extract chemical names from a paragraph or an article. I installed the same and while trying to use for a basic step say i.e. document loading…
-
Hello, your work is very excellent. However, due to my poor understanding, I have some questions when reading the code, and would like to ask for for your help. That is, BERT is used in Tutorial A to …
-
请问你这里的bert预训练模型用的哪里的,我用的huggingface的bert-base-chinese,不但训练效果差,而且代码也一直报vocab的索引对不上的问题。
glMa7 updated
9 months ago
-
I know in the original paper, they use softmax at the end of the module, but I wonder whether using crf will improve the performance ? Thanks
-
如何替换自己的数据,报错zero
-
-
这个命名实体识别的算法思路是什么?
-
Hey,
Thanks for the great repo! I am currently trying to train a NLU and tested out your `using_bert_crf_nlu` example notebook with your provided data.
I have tested both Bert and Albert embeddings.…