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