Downloads · 30 days
11
2% of all-time downloads
wandb/celadon
celadon is a text classification model from wandb. Use it when you need a label for a piece of text. It is set up for transformers.
Same model, just packed as a transformers model than you can load with:
Downloads · 30 days
11
2% of all-time downloads
All-time downloads
510
Public
Parameters
141M
568 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors565 MB · 98%
From the Hugging Face model README
Same model, just packed as a transformers model than you can load with:
from transformers import AutoModelForSequenceClassification
AutoModelForSequenceClassification.from_pretrained("tcapelle/celadon", trust_remote_code=True)