visolex / sphobert-hsd-span

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

Introduction of sphobert-hsd-span

Model Details of sphobert-hsd-span

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

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

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

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

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

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

More sphobert-hsd-span license Visit here:

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

sphobert-hsd-span huggingface.co

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

sphobert-hsd-span huggingface.co Url

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

visolex sphobert-hsd-span online free

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

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

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

sphobert-hsd-span install

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

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

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

Url of sphobert-hsd-span

sphobert-hsd-span huggingface.co Url

Provider of sphobert-hsd-span huggingface.co

visolex
ORGANIZATIONS

Other API from visolex

huggingface.co

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

Total runs: 52
Run Growth: 31
Growth Rate: 55.36%
Updated:January 05 2026
huggingface.co

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

Total runs: 19
Run Growth: 12
Growth Rate: 57.14%
Updated:June 20 2025
huggingface.co

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

Total runs: 13
Run Growth: -5
Growth Rate: -50.00%
Updated:January 05 2026
huggingface.co

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

Total runs: 4
Run Growth: 2
Growth Rate: 40.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