Kamal Raj Kanakarajan

Results 57 comments of Kamal Raj Kanakarajan

https://huggingface.co/kamalkraj/BioGPT-Large-PubMedQA ![Screenshot 2023-02-04 at 1 21 23 PM](https://user-images.githubusercontent.com/17096858/216755896-5cb3adf3-fa18-4a02-9ac7-cfd3fcdfef2c.png) ![Screenshot 2023-02-04 at 1 26 48 PM](https://user-images.githubusercontent.com/17096858/216756071-dd00fbf9-fd9a-43d0-b4fb-b711338a7e03.png)

Hi @harveenchadha, Once the model is loaded like this below ```python import torch torch.manual_seed(42) from src.transformer_lm_prompt import TransformerLanguageModelPrompt model = TransformerLanguageModelPrompt.from_pretrained( "../QA-PubMedQA-BioGPT-Large", "checkpoint.pt", "../QA-PubMedQA-BioGPT-Large", max_len_b=1024, max_tokens=12000, source_lang="x", target_lang="y") ``` You...

> @kamalkraj do you mind converting the other BioGPT checkpoints? > > Can I transfer [this checkpoint](https://huggingface.co/kamalkraj/BioGPT-Large-PubMedQA) to the Microsoft organization? You can transfer https://huggingface.co/kamalkraj/BioGPT-Large-PubMedQA to Microsoft. I will update...

@NielsRogge https://huggingface.co/kamalkraj/BioGPT-Large

You can directly infer here -> https://huggingface.co/kamalkraj/BioGPT-Large-PubMedQA Notebook : https://github.com/kamalkraj/BioGPT-HF/blob/master/BioGPT_Large_PubMedQA.ipynb ![Screenshot 2023-02-04 at 1 26 48 PM](https://user-images.githubusercontent.com/17096858/216756071-dd00fbf9-fd9a-43d0-b4fb-b711338a7e03.png)

https://github.com/facebookincubator/AITemplate/pull/114

I haven't checked v2 models yet, I will check and update