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: 133 Bytes
a5ed768 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:efadd229300e2c630e2487a68642da5b8368932e182c9c2295d5f6f95a197173
size 33600461
|