Hoda
Hoda
Hi xianshu1 Are you execute on colab? > HAN training input file: > link.dat: Each line is formatted as {head_node_id}\t{tail_node_id}\t{link_type} > > Is it possible to add edge weight as...
Hello I want to work with UmlsBERT on the huggingface. there are two UmlsBert on the huggingface: https://huggingface.co/GanjinZero/UMLSBert_ENG , and cambridgeltl/SapBERT-UMLS-2020AB-all-lang-from-XLMR I am a beginner in this area. How can...
> Hi did you find a way to use them? Hi. Please refer to issue #199. Of course, I asked another question that was sent in that issue. Please inform...
Dear All I have a question about modifying __init__.py please guide me. I want to use the SciBERT model from Huggingface I try to add the model and tokenizer to...
Thank you for your reply I change the code in colab like the bellow: ![Uploading image.png…]() Adding a model will result in an error. I probably didn't do the right...
Thank you for your reply I change the code in colab like the bellow: 1- add this model to __init__.py ` 'PubMedBERT': ModelClass(**{ 'config': BertConfig, 'tokenizer': AutoTokenizer.from_pretrained('microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext'), 'model':AutoModel.from_pretrained('microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext'), 'wrapper': MLMTokenizerWrapper,...
Thank you for your reply I change the code in colab like the bellow in the attached figure. Adding a model will result in an error. I probably didn't do...
Hi Thank you very much for your time and explanation. On Tue, May 9, 2023 at 1:58 PM kinghmy ***@***.***> wrote: > 你好,来信我已收到,我会尽快处理,谢谢! > > — > Reply to this...