Instructions to use Kashfia/base_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Kashfia/base_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("abhishek/llama-2-7b-hf-small-shards") model = PeftModel.from_pretrained(base_model, "Kashfia/base_model") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
30292d6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8702f2edc3661c02520615b9ccc8fcc5cf154a211d4f2054ffdc2263565dc1f0
size 7564860349
|