Text Classification
Transformers
Safetensors
PEFT
English
Generated from Trainer
subjectivity-detection
news-articles
sentiment-augmented
clef-2025
llm-finetune
Instructions to use AIWizards/Llama-3.2-1B-subjectivity-english with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AIWizards/Llama-3.2-1B-subjectivity-english with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AIWizards/Llama-3.2-1B-subjectivity-english")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AIWizards/Llama-3.2-1B-subjectivity-english", dtype="auto") - PEFT
How to use AIWizards/Llama-3.2-1B-subjectivity-english with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Ctrl+K