Instructions to use dklpp/llama3-section-classifier-2k-3epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dklpp/llama3-section-classifier-2k-3epochs with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "dklpp/llama3-section-classifier-2k-3epochs") - Transformers
How to use dklpp/llama3-section-classifier-2k-3epochs with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dklpp/llama3-section-classifier-2k-3epochs", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 74d31f3e87584d4b1480f106ee2d72ad6060374738bb7d488a37078ed3f43c5c
- Size of remote file:
- 17.2 MB
- SHA256:
- 239e0b552d764f83a7bcfb5974cbc788d2b25e49d3bc9e2f6d70ec5e03c8a823
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.