Instructions to use manishiitg/open-aditi-chat-hi-1.26-llama3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use manishiitg/open-aditi-chat-hi-1.26-llama3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "manishiitg/open-aditi-chat-hi-1.26-llama3") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c6e2057 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:efb8966043d358a11877028de01791e6c95435215bc56b2c283b029fbf7b8b16
size 6968
|