Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

uitnlp
/
visobert

Fill-Mask
Transformers
PyTorch
Vietnamese
xlm-roberta
Vietnamese
Social Media
Vietnamese Pre-trained Model
Sentiment Analysis
Hate Speech Detection
Spam Detection
Emotionn Recognition
Model card Files Files and versions
xet
Community
3

Instructions to use uitnlp/visobert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use uitnlp/visobert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="uitnlp/visobert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("uitnlp/visobert")
    model = AutoModelForMaskedLM.from_pretrained("uitnlp/visobert")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
visobert
Ctrl+K
Ctrl+K
  • 4 contributors
History: 22 commits
kietnv's picture
kietnv
Update README.md
196a62a verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.91 kB
    Update README.md almost 2 years ago
  • config.json
    644 Bytes
    Upload 3 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch.LongStorage"

    What is a pickle import?

    390 MB
    xet
    Upload 3 files over 2 years ago
  • sentencepiece.bpe.model
    471 kB
    xet
    Upload 3 files over 2 years ago