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

5CD-AI
/
Vietnamese-Sentiment-visobert

Text Classification
Transformers
Safetensors
Vietnamese
xlm-roberta
sentiment-analysis
social-listening
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use 5CD-AI/Vietnamese-Sentiment-visobert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 5CD-AI/Vietnamese-Sentiment-visobert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="5CD-AI/Vietnamese-Sentiment-visobert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("5CD-AI/Vietnamese-Sentiment-visobert")
    model = AutoModelForSequenceClassification.from_pretrained("5CD-AI/Vietnamese-Sentiment-visobert")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Vietnamese-Sentiment-visobert
Ctrl+K
Ctrl+K
  • 2 contributors
History: 20 commits
baohuynhbk14's picture
baohuynhbk14
Update README.md
d7738b8 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    14.3 kB
    Update README.md almost 2 years ago
  • config.json
    958 Bytes
    Upload XLMRobertaForSequenceClassification almost 2 years ago
  • model.safetensors
    390 MB
    xet
    Upload XLMRobertaForSequenceClassification almost 2 years ago
  • sentencepiece.bpe.model
    471 kB
    xet
    Upload tokenizer almost 2 years ago
  • special_tokens_map.json
    964 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    1.1 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    1.28 kB
    Upload tokenizer almost 2 years ago