possible1402

Results 10 issues of possible1402

## Bug report(问题描述) 运行报错: This dependency was not found: * @/views/specification/specificationDetail in ./src/router/index.js #### Steps to reproduce(问题复现步骤) 按照readme文件的步骤运行发现找不到依赖,是路径不对吗? #### Screenshot or Gif(截图或动态图) ![image](https://user-images.githubusercontent.com/29528469/117292309-a3255580-aea2-11eb-9d4a-20091c439593.png) #### Link to minimal reproduction(最小可在线还原demo) #### Other...

Dear Flair developers, I try to process the biomedical NER datasets used in HunFlair and I use the code from flair/datasets/biomedical.py. While downloading the datasets, some requsts errors occur. I'm...

question

I use my own dataseta, and in the training process of CRF, the following error occurs: ``` line 483, in main global_step, tr_loss = train(args, train_dataset, model, tokenizer, labels,pos, pad_token_label_id)...

https://github.com/lonePatient/BERT-NER-Pytorch/blob/13199aeea321aa3bebe4cf2bb4bf37c69937e8ff/models/bert_for_ner.py#L89 请问作者加soft_label的意义是什么呢?

https://github.com/lonePatient/BERT-NER-Pytorch/blob/13199aeea321aa3bebe4cf2bb4bf37c69937e8ff/models/bert_for_ner.py#L124 直接对两个loss加和除2的意义是什么呢,有没有论文可以参考呢? 我看ACL2020收录的论文"A Unified MRC Framework for Named Entity Recognition"里面为了计算start 和end的匹配,单独设计了一个span match的目标函数。这里除以2是想表达寻找距离最小的start和end的意思吗?

In `train.py`, the function `run_lan `is not defined.

Hi, I want to make sure that the model architecture works well, so I use the same dataset(golden true dataset without removing entities) to train and evaluate the model. The...

Hi, thanks for sharing the code! I saw that it's possible to use contextual embedding such as elmo. And in your code of main.py, do you train elmo by yourself?...

想问下作者,为什么README文件里的loss曲线的图片中loss会为负值呀

Dear Huner developers, I try to process the biomedical NER datasets used in Huner. While downloading the datasets, some requsts errors occur. I'm wondering if you can share the dataset...