yhcc

Results 174 comments of yhcc

The merging will happend in https://github.com/yhcc/BARTNER/blob/a42c3bb84f2bec09e02b30f26beae9a2b4d0b868/train.py#L220 The metric will display once you train several epochs (15 epochs for conll2003). We set this because based on our experiments, the best performance...

https://github.com/yhcc/BARTNER/blob/b1741fec4d1696b5712f5d60b3ee1318bd8d05c9/predictor.py#L116 加了一行这个,应该是ok 了。

Sorry, I am not sure about this. But it seems like auto_skel is what others used to generate the Chinese data.

应该是由于一开始没有`import torch`,我们会在readme中update一下

You can try manually converting the configuration (i.e., the `rope_scaling` parameter in `config.json`) to `null`. After the conversion, another issue you will encounter is that `llama.cpp` does not support the...

在训了在训了,会开源的

因为fastNLP 1.0.1版本中我们支持多种深度学习框架,所以在embedding引用时需要加入具体的深度学习框架 ``` from fastNLP.embeddings.torch.embedding import TokenEmbedding ```

span f表示的是仅当要找的实体的起始位置和类别都正确的时候才判定为正确。这个是序列标注,例如命名实体识别中常用的一个评测指标,