-
Are you planning in any near future an pytorch implementation?
I'm super curious to try LMU in my torch projects!
-
こんにちは。現在第九章のところは誤変換のエラータイプに対して、fine-tuningを介して修正できるようになっていると存じております。誤字、脱字の場合を対応できるようには、プログラムをどう修正すればよいのでしょうか。
それに関する資料を見つからずこちらで質問させていただきました。
恐縮ですが、ご教授いただければ幸いです。どうぞよろしくお願いいたします。
-
汉字序列的标签处理:类似于做情感分析之前的文本预处理:清洗,分词等。
在NER这里需要的预处理主要包括把数据处理成为BIO标注的形式,也就是序列的原始标注问题
- B,即Begin,表示开始
- I,即Intermediate,表示中间
- O,即Other,表示其他,用于标记无关字符
一、序列标注
序列标注(Sequence labeling)是我们在解决…
-
These tests used to work before the restructuring. The content of the tests doesn't need to change (probably), but the way data is handled needs to be updated.
-
在做NER的时候,bert_base 微调人民日报f1能达到96%,
但在coNLL2003数据集上却停留在40%,所用的英文模型是 [cased_L-12_H-768_A-12](https://storage.googleapis.com/bert_models/2020_02_20/uncased_L-12_H-768_A-12.zip)
![image](https://user-im…
-
Hello, I encountered two issues while using the HOGraspNet dataset and hope you can help resolve them. Thank you in advance.
Issue 1: The link to download the scanned_obj_3D_models from the cloud d…
-
This is a draft doc to maintain the design of deeper tests for ExplainaBoard so that potential hidden bugs could be captured when we make major refactoring.
Generally, from the task perspective, th…
-
`new Reader` and `newAddReaderCommand` are all not valid syntax in creating a `Reader` or `AddReaderCommand`. They should be actual methods or constructors syntax.
![image.png](https://raw.githubuser…
-
Hi
Thank you for the great work, and it is very attractive. I wonder whether this softLabelCRF can be used on NLP task? NER for example? If so, how should I modify the code, any suggestions?
Tha…
-
Could you please upload an example of the datasets you load in train.py, lines 190-192?