Text Classification
Transformers
Safetensors
Vietnamese
xlm-roberta
vietnamese
vihsd
transfer
eacl-2027
hate-speech-detection
offensive-language
social-media
Instructions to use BaoNhan/cafebert-ViHSD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BaoNhan/cafebert-ViHSD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BaoNhan/cafebert-ViHSD")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BaoNhan/cafebert-ViHSD") model = AutoModelForSequenceClassification.from_pretrained("BaoNhan/cafebert-ViHSD", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0cd47bb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:529890c7d6826d2705572679ea7eba4f69d5b39d315420f11b6844946499b12d
size 5496
|