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
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,8 @@ tags:
|
|
| 19 |
model-index:
|
| 20 |
- name: Llama-3.2-1B-subjectivity-english
|
| 21 |
results: []
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Llama-3.2-1B-subjectivity-english
|
|
|
|
| 19 |
model-index:
|
| 20 |
- name: Llama-3.2-1B-subjectivity-english
|
| 21 |
results: []
|
| 22 |
+
datasets:
|
| 23 |
+
- MatteoFasulo/clef2025_checkthat_task1_subjectivity
|
| 24 |
---
|
| 25 |
|
| 26 |
# Llama-3.2-1B-subjectivity-english
|