Instructions to use kiendt/llama3-8b-math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kiendt/llama3-8b-math with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "kiendt/llama3-8b-math") - Notebooks
- Google Colab
- Kaggle
- Size of remote file:
- 4.98 kB
- SHA256:
- b42be8612e70a48c1f58bfb9b310c35c84d939ebeec5f63df4a01a97ce51accb
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.