Instructions to use oof-baroomf/MuseGPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use oof-baroomf/MuseGPT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-40b") model = PeftModel.from_pretrained(base_model, "oof-baroomf/MuseGPT") - Notebooks
- Google Colab
- Kaggle
| { | |
| "additional_special_tokens": [ | |
| ">>TITLE<<", | |
| ">>ABSTRACT<<", | |
| ">>INTRODUCTION<<", | |
| ">>SUMMARY<<", | |
| ">>COMMENT<<", | |
| ">>ANSWER<<", | |
| ">>QUESTION<<", | |
| ">>DOMAIN<<", | |
| ">>PREFIX<<", | |
| ">>SUFFIX<<", | |
| ">>MIDDLE<<" | |
| ], | |
| "eos_token": "<|endoftext|>", | |
| "pad_token": "<|endoftext|>" | |
| } | |