Instructions to use dklpp/llama3-section-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dklpp/llama3-section-classifier 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") - Transformers
How to use dklpp/llama3-section-classifier with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dklpp/llama3-section-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f03d4ace09b833c098431e5fd28b65d16706253724a575623147e1764993c939
- Size of remote file:
- 5.91 kB
- SHA256:
- dd0237321dbe481fb24f96e76a6106c2fab7bfcef2e9409ab79f74774c129464
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.