Instructions to use Dharmik/llama_7b_mixed_dataset_int8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dharmik/llama_7b_mixed_dataset_int8 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_7b") model = PeftModel.from_pretrained(base_model, "Dharmik/llama_7b_mixed_dataset_int8") - Notebooks
- Google Colab
- Kaggle
Ctrl+K