Instructions to use FierceLLM/CoreGPT-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FierceLLM/CoreGPT-small with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("sberbank-ai/rugpt3small_based_on_gpt2") model = PeftModel.from_pretrained(base_model, "FierceLLM/CoreGPT-small") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
e0b1602 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6965c4a1ed8b328620d69032102216e144231373c64df6e5914004f150173fc0
size 14645
|