BioGPT icon indicating copy to clipboard operation
BioGPT copied to clipboard

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

Dear BioGPT authors, Can I run the pretrained large BioGPT model with CPU only cluster? If so, how? I didn't see any relevant information. Thanks! Lichun

Great work~ while I fellow the instructs and finish all the environmental configuration, run usage example 2023-11-29 12:14:00 | INFO | fairseq.tasks.text_to_speech | Please install tensorboardX: pip install tensorboardX 2023-11-29...

I have converted the QA checkpoint model to a Huggingface model! Please, have a look and test If it works. The full model is here: https://huggingface.co/espoir/BioGPT-Large-QA-PubMedQA! Canvas: The main prompt...

I have the first example in the example usage section working. The code of the the second example produces an assertion error and is unable to infer task type during...

Good afternoon! Thank you for open-sourcing such fantastic work! I have been trying to fine-tune bioGPT on a subset of textual data to provide more knowledge on some specific domain....

When running: wget https://msramllasc.blob.core.windows.net/modelrelease/BioGPT/checkpoints/Pre-trained-BioGPT.tgz Getting back an error: 2023-10-04 13:07:17 ERROR 409: Public access is not permitted on this storage account..

Hi, I can't download the checkpoints again. If anyone has the files for the DDI, please share!!

The links in the 'Demos' section do not work. "[Demos](https://github.com/microsoft/BioGPT/blob/main/README.md#demos) Check out these demos on Hugging Face Spaces: [Text Generation with BioGPT-Large](https://huggingface.co/spaces/katielink/biogpt-large-demo) [Question Answering with BioGPT-Large-PubMedQA](https://huggingface.co/spaces/katielink/biogpt-qa-demo)"

Probando nuevas herramientas

Hi I want to fine-tune BioGPT in HuggingFace for Q&A in specific domain. I am using BioGptForCausalLM.from_pretrained("microsoft/biogpt") When I train the model using Trainer.Train(), I get the error "The model...