Instructions to use LukeOLuck/llama2-7-dolly-answer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LukeOLuck/llama2-7-dolly-answer 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, "LukeOLuck/llama2-7-dolly-answer") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Feb22_04-30-00_ff80567182ea
- Feb22_04-55-06_ff80567182ea
- Feb22_15-45-24_56ebfe02ecb5
- Feb22_15-58-49_56ebfe02ecb5
- Feb22_18-53-51_860017ef80cd
- Feb22_19-23-18_b4ff5283b0da
- Feb22_23-19-21_a4b31a73932f
- Feb23_00-03-33_1bff3a34ebbe
- Feb23_00-28-22_97a16b743b3b
- Feb23_19-01-40_fb921fcf49aa
- Feb23_19-19-42_3574afb051a8