Text Classification
Transformers
Safetensors
English
modernbert
agent-safety
tool-calling
guardrails
long-context
Eval Results (legacy)
text-embeddings-inference
Instructions to use ProCreations/auto-0.4b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ProCreations/auto-0.4b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ProCreations/auto-0.4b")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ProCreations/auto-0.4b") model = AutoModelForSequenceClassification.from_pretrained("ProCreations/auto-0.4b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "160000.0": { | |
| "8192": 0.5885795839130878, | |
| "16384": 0.5930146612226963, | |
| "32768": 0.7518724873661995, | |
| "65536": 2.0597480833530426 | |
| }, | |
| "640000.0": { | |
| "8192": 0.5881775766611099, | |
| "16384": 0.4741400517523289, | |
| "32768": 0.4060591496527195, | |
| "65536": 0.5500402227044106 | |
| }, | |
| "1280000.0": { | |
| "8192": 0.5994637161493301, | |
| "16384": 0.4774863198399544, | |
| "32768": 0.31730373576283455, | |
| "65536": 0.4443027749657631 | |
| }, | |
| "2560000.0": { | |
| "8192": 0.6141112335026264, | |
| "16384": 0.4900572672486305, | |
| "32768": 0.3143045175820589, | |
| "65536": 0.22163011692464352 | |
| }, | |
| "5120000.0": { | |
| "8192": 0.6348009258508682, | |
| "16384": 0.5069809779524803, | |
| "32768": 0.32805899158120155, | |
| "65536": 0.19511538743972778 | |
| } | |
| } |