Instructions to use preetam7/ClaimVer_LLaMA3-8B-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use preetam7/ClaimVer_LLaMA3-8B-Chat with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "preetam7/ClaimVer_LLaMA3-8B-Chat") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6b62aeb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:229ec326d868e6a6737287d0da6cc61d19526e7ed7f2f0782385906a01649730
size 5304
|