visolex / mbert-hsd-span

huggingface.co
Total runs: 18
24-hour runs: 0
7-day runs: -4
30-day runs: 5
Model's Last Updated: January 05 2026
token-classification

Introduction of mbert-hsd-span

Model Details of mbert-hsd-span

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

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

Model Details
  • Base Model: mbert
  • 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.0127
Usage
from transformers import AutoTokenizer, AutoModelForTokenClassification
import torch

model_name = "mbert-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 mbert-hsd-span on huggingface.co

18
Total runs
0
24-hour runs
-1
3-day runs
-4
7-day runs
5
30-day runs

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

More mbert-hsd-span license Visit here:

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

mbert-hsd-span huggingface.co

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

mbert-hsd-span huggingface.co Url

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

visolex mbert-hsd-span online free

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

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

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

mbert-hsd-span install

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

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

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

Url of mbert-hsd-span

mbert-hsd-span huggingface.co Url

Provider of mbert-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