Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Dlkey/test-trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dlkey/test-trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Dlkey/test-trainer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Dlkey/test-trainer") model = AutoModelForSequenceClassification.from_pretrained("Dlkey/test-trainer") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 60bd81240fbc3f1cfad8c320e443f10b53fbf9009f20c7b311108ce218e47a64
- Size of remote file:
- 5.3 kB
- SHA256:
- c7c7b596d1b51e06d02b9e2105647cce016b57aeb09bc733dc36302ded71a34a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.