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