Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use fredymad/distilbert_Pfinal_4CLASES_2e-5_16_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fredymad/distilbert_Pfinal_4CLASES_2e-5_16_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fredymad/distilbert_Pfinal_4CLASES_2e-5_16_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fredymad/distilbert_Pfinal_4CLASES_2e-5_16_2") model = AutoModelForSequenceClassification.from_pretrained("fredymad/distilbert_Pfinal_4CLASES_2e-5_16_2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jun02_08-41-39_5085565a7698
- Jun02_08-48-31_5085565a7698
- Jun02_08-49-53_5085565a7698
- Jun02_08-53-49_5085565a7698
- Jun02_08-58-07_5085565a7698
- Jun02_09-01-17_5085565a7698
- Jun02_09-02-59_5085565a7698
- Jun02_09-06-46_5085565a7698
- Jun02_09-08-26_5085565a7698
- Jun02_09-10-11_5085565a7698
- Jun02_09-22-36_5085565a7698
- Jun02_09-25-35_5085565a7698
- Jun02_09-25-46_5085565a7698
- Jun02_09-33-38_63a10f89ad87
- Jun02_10-28-50_faf75afe39d6