Text Classification
Transformers
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use whoisjones/finerweb-binary-classifier-mdeberta-4o with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use whoisjones/finerweb-binary-classifier-mdeberta-4o with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="whoisjones/finerweb-binary-classifier-mdeberta-4o")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("whoisjones/finerweb-binary-classifier-mdeberta-4o") model = AutoModelForSequenceClassification.from_pretrained("whoisjones/finerweb-binary-classifier-mdeberta-4o", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6f64f83 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:011917dd73b32644d2d0242e66c2c2f8f8413654270034fbd8de4f1bb6abc0d4
size 5560
|