Sachit1137

Results 4 issues of Sachit1137

I am trying to reproduce the results and will like to understand a few things: 1. How are the relationships (links) between entities established within the DRKG dataset (to then...

I tried with the code below: ``` from transformers import AutoTokenizer, AutoModel,AutoModelForTokenClassification import torch #I am getting the label list from labels.txt file present in the Pytorch Huggingface model(scibert-scivocab-uncased) def...

I tried using SciBERT for NER using the following command- from transformers import * tokenizer = AutoTokenizer.from_pretrained('allenai/scibert_scivocab_uncased') model = AutoModel.from_pretrained('allenai/scibert_scivocab_uncased') nlp = pipeline('ner',model = model,tokenizer=tokenizer) nlp('Clinical features of culture-proven Mycoplasma...

**Summary:** On hiding Sync Survey dialog box, it should disappear from the main screen and should appear in the notification panel. However, it disappears entirely. **Steps to reproduce:** 1. Goto...

bug
enhancement