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