🔥💢ViSoBERT - finetune - word (segmented)
Collection
ViSoBERT model, finetuned on ViHSD dataset with VnCoreNLP segmentation (word-level). Numbers denote different training seeds. • 5 items • Updated
How to use trhgquan/visobert-finetune-from-scratch-seg-69 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="trhgquan/visobert-finetune-from-scratch-seg-69") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("trhgquan/visobert-finetune-from-scratch-seg-69")
model = AutoModelForSequenceClassification.from_pretrained("trhgquan/visobert-finetune-from-scratch-seg-69")Base model
uitnlp/visobert