Instructions to use Pylessons/Llama-2-7b-chat-hf-domain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Pylessons/Llama-2-7b-chat-hf-domain with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "Pylessons/Llama-2-7b-chat-hf-domain") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 3c067f1231a41cf8a2910966d045baaecd3e0d1f1c4217b09ef2cbf68d7df2de
- Size of remote file:
- 4.92 kB
- SHA256:
- e36c8d3b41a441490cfbf258ad66f855aca6b9ef9aa167fc1f63b51062d8183a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.