visolex / vit5-hsd-span

huggingface.co
Total runs: 10
24-hour runs: 0
7-day runs: 2
30-day runs: 2
Model's Last Updated: October 31 2025
token-classification

Introduction of vit5-hsd-span

Model Details of vit5-hsd-span

vit5-hsd-span: Hate Speech Span Detection (Vietnamese)

This model is a fine-tuned version of vit5 for Vietnamese Hate Speech Span Detection .

Model Details
  • Base Model: vit5
  • Description: Vietnamese Hate Speech Span Detection
  • Framework: HuggingFace Transformers
  • Task: Hate Speech Span Detection (token/char-level spans)
Hyperparameters
  • Max sequence length: 64
  • Learning rate: 5e-6
  • Batch size: 32
  • Epochs: 100
  • Early stopping patience: 5
Results
  • F1: N/A
  • Precision: N/A
  • Recall: N/A
  • Exact Match: 0.0063
Usage
from transformers import AutoTokenizer, AutoModelForTokenClassification
import torch

model_name = "vit5-hsd-span"
tok = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForTokenClassification.from_pretrained(model_name)
text = "Ví dụ câu tiếng Việt có nội dung thù ghét ..."
enc = tok(text, return_tensors="pt", truncation=True, max_length=256, is_split_into_words=False)
with torch.no_grad():
    logits = model(**enc).logits
    pred_ids = logits.argmax(-1)[0].tolist()
# TODO: chuyển pred_ids -> spans theo scheme nhãn của bạn (BIO/BILOU/char-offset)
License

Apache-2.0

Acknowledgments

Runs of visolex vit5-hsd-span on huggingface.co

10
Total runs
0
24-hour runs
0
3-day runs
2
7-day runs
2
30-day runs

More Information About vit5-hsd-span huggingface.co Model

More vit5-hsd-span license Visit here:

https://choosealicense.com/licenses/apache-2.0

vit5-hsd-span huggingface.co

vit5-hsd-span huggingface.co is an AI model on huggingface.co that provides vit5-hsd-span's model effect (), which can be used instantly with this visolex vit5-hsd-span model. huggingface.co supports a free trial of the vit5-hsd-span model, and also provides paid use of the vit5-hsd-span. Support call vit5-hsd-span model through api, including Node.js, Python, http.

vit5-hsd-span huggingface.co Url

https://huggingface.co/visolex/vit5-hsd-span

visolex vit5-hsd-span online free

vit5-hsd-span huggingface.co is an online trial and call api platform, which integrates vit5-hsd-span's modeling effects, including api services, and provides a free online trial of vit5-hsd-span, you can try vit5-hsd-span online for free by clicking the link below.

visolex vit5-hsd-span online free url in huggingface.co:

https://huggingface.co/visolex/vit5-hsd-span

vit5-hsd-span install

vit5-hsd-span is an open source model from GitHub that offers a free installation service, and any user can find vit5-hsd-span on GitHub to install. At the same time, huggingface.co provides the effect of vit5-hsd-span install, users can directly use vit5-hsd-span installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

vit5-hsd-span install url in huggingface.co:

https://huggingface.co/visolex/vit5-hsd-span

Url of vit5-hsd-span

vit5-hsd-span huggingface.co Url

Provider of vit5-hsd-span huggingface.co

visolex
ORGANIZATIONS

Other API from visolex

huggingface.co

Total runs: 56
Run Growth: 20
Growth Rate: 35.09%
Updated:January 05 2026
huggingface.co

Total runs: 49
Run Growth: 24
Growth Rate: 46.15%
Updated:January 05 2026
huggingface.co

Total runs: 32
Run Growth: 17
Growth Rate: 53.13%
Updated:January 05 2026
huggingface.co

Total runs: 19
Run Growth: 8
Growth Rate: 42.11%
Updated:June 20 2025
huggingface.co

Total runs: 18
Run Growth: -18
Growth Rate: -94.74%
Updated:January 05 2026
huggingface.co

Total runs: 12
Run Growth: -2
Growth Rate: -15.38%
Updated:January 05 2026
huggingface.co

Total runs: 9
Run Growth: -2
Growth Rate: -25.00%
Updated:January 05 2026
huggingface.co

Total runs: 3
Run Growth: 0
Growth Rate: 0.00%
Updated:January 05 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:October 17 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:October 29 2025