Instructions to use chloeli/llama-3.1-8b-pro-affordability-spec-msm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chloeli/llama-3.1-8b-pro-affordability-spec-msm with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "chloeli/llama-3.1-8b-pro-affordability-spec-msm") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d7e623e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6aeb0ba47c6640ecb4f8a799a1df2d861b12a975f4df032eb57da144539151c2
size 671149168
|