StackOverflowNER icon indicating copy to clipboard operation
StackOverflowNER copied to clipboard

Source Code and Data for Software Domain NER

Results 9 StackOverflowNER issues
Sort by recently updated
recently updated
newest added

I downloaded the pretrained model you provided and loaded it.([https](https://drive.google.com/drive/folders/1iEEMr2DYofulK2F5pSErOPf5ggrEqtJt?usp=sharing) : [//drive.google.com/drive/folders/1iEEMr2DYofulK2F5pSErOPf5ggrEqtJt?usp=sharing](https://drive.google.com/drive/folders/1iEEMr2DYofulK2F5pSErOPf5ggrEqtJt?usp=sharing)) Why is the result random? ```python import torch from transformers import AutoModelForTokenClassification, AutoTokenizer pretrained_model ='./utils_fine_tune/word_piece_ner/' tokenizer = AutoTokenizer.from_pretrained(pretrained_model)...

I'm trying to download the needed resources to run the model. Although I have checked the existed issues and found the google drive link [https://drive.google.com/drive/folders/1iEEMr2DYofulK2F5pSErOPf5ggrEqtJt?usp=sharing](https://drive.google.com/drive/folders/1iEEMr2DYofulK2F5pSErOPf5ggrEqtJt?usp=sharing), it seems to have no...

Hi, I have ported over the StackOverflowNER code over to Google colab. I fixed many small bugs and finally got it to work. Feel free to use the code in...

The tokenization never stops for some specific instances, for example: `"it('should remove the elements domProps'), () => {"` It may be caused by the catastrophic backtracking of `Func_Name_Recursive` regular expression.

First of all thanks for sharing this nice work. But while I was trying to download utils_fine_tune.zip data_ctc.zip , I could not find . I have went this link https://drive.google.com/drive/folders/1iEEMr2DYofulK2F5pSErOPf5ggrEqtJt...

Hello! First of all, amazing work. I'm looking to play around with the BERT NER model, and following the prerequisite steps I tried downloading `data_ctc.zip` using Mega. However, I wasn't...

Hi, I'm trying to run `E2E_SoftNER.py`. I think I have been able to resolve the references to the locations of a lot of the models and files that are associated...

I try to download the _utils_fine_tune.zip_ and the _data_ctc.zip_, but the link is not available now. Could you please check these links? Thank you for your help!

https://github.com/jeniyat/StackOverflowNER/ i tried a lot but could not find a way to download and run this model. can anyone help?