Text Classification
Transformers
TensorBoard
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Instructions to use ThuyNT03/CS505-Dev-CSI-videberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThuyNT03/CS505-Dev-CSI-videberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ThuyNT03/CS505-Dev-CSI-videberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ThuyNT03/CS505-Dev-CSI-videberta-base") model = AutoModelForSequenceClassification.from_pretrained("ThuyNT03/CS505-Dev-CSI-videberta-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2b6bd26 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7691d208aa8c48aeb466c92adc14ee2c06008c98ea8e693717721c1b398299be
size 5112
|