Instructions to use Electricarchmage/ApocryphaGenerator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Electricarchmage/ApocryphaGenerator with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-neox-20b") model = PeftModel.from_pretrained(base_model, "Electricarchmage/ApocryphaGenerator") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
3b81367 | 1 2 3 4 5 6 7 | {
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}
|