BioGPT icon indicating copy to clipboard operation
BioGPT copied to clipboard

Results 88 BioGPT issues
Sort by recently updated
recently updated
newest added

Running "KD-DTI" example results in error: src module not found. "BioGPT" directory needs to be added to the path...

We have tried running QA(non-large), document classification and the 3 RE models. All of them seem to have learned1, learned2,.... learned9 in the output. What do they stand for or...

I precisely followed the great _README.md_ and share it in the colab notebook here: [github gist](https://colab.research.google.com/gist/raven44099/445056d1d77c89b12cf56f8953c3a7ed/biogpt_230208.ipynb#scrollTo=em4vMY2N_BmE) All went fine until I acctually do the inference: ```py path1 = '/content/BioGPT/' from...

Hello! I've added some code examples for usage with Hugging Face `transformers` as well as added links to the model checkpoints currently on the Hugging Face Hub. I've also included...

I am following the instruction on readme on google colab. ```python path1 = '/content/fairseq/' import os path = os.path.join(path1, "checkpoints/Pre-trained-BioGPT") import torch from fairseq.models.transformer_lm import TransformerLanguageModel m = TransformerLanguageModel.from_pretrained( path,...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 3.20.2. Release notes Sourced from protobuf's releases. Protocol Buffers v3.20.2 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

I followed installation instructions but have failed to run the first example. I'm glad to contribute with a slick script that install all the requirements with one command when I...