Text Classification
Transformers
Safetensors
qwen3
trackio
Generated from Trainer
text-embeddings-inference
Instructions to use akseljoonas/f2llm-sentiment-ablation-E with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use akseljoonas/f2llm-sentiment-ablation-E with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="akseljoonas/f2llm-sentiment-ablation-E")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("akseljoonas/f2llm-sentiment-ablation-E") model = AutoModelForSequenceClassification.from_pretrained("akseljoonas/f2llm-sentiment-ablation-E") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
d70a5c4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:92fa411c5bbebbc8cefb1e19b87a291cedd0306f723f97b20d03b35aa3599736
size 11423469
|