Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use aXhyra/test_hate_trained_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aXhyra/test_hate_trained_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aXhyra/test_hate_trained_test")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aXhyra/test_hate_trained_test") model = AutoModelForSequenceClassification.from_pretrained("aXhyra/test_hate_trained_test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 06b6389ab69cb8653a0511ad930ea66fa6b1805504bf5910c2c8d919cab8f71d
- Size of remote file:
- 2.86 kB
- SHA256:
- cf207c2c7951870094834ec10f5b8cfe5284cdf2d03a914097daa93597eb7bc4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.