Instructions to use vpkrishna/llama38binstruct_summarize with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vpkrishna/llama38binstruct_summarize with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "vpkrishna/llama38binstruct_summarize") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jun18_18-04-28_f5b46a600a87
- Jun19_02-06-52_0113f146e29c
- Jun19_02-15-31_0113f146e29c
- Jun19_02-30-55_0113f146e29c
- Jun19_02-31-44_0113f146e29c
- Jun19_02-32-38_0113f146e29c
- Jun19_02-40-57_0113f146e29c
- Jun19_04-27-12_0113f146e29c
- Jun19_05-00-52_0113f146e29c
- Jun19_05-33-52_0113f146e29c
- Jun19_07-40-29_0113f146e29c