Instructions to use LLMsForHepth/s10-L-3.1-8B-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LLMsForHepth/s10-L-3.1-8B-base with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "LLMsForHepth/s10-L-3.1-8B-base") - Notebooks
- Google Colab
- Kaggle
Ctrl+K