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

patrickxchong
/
bert-tiny-bahasa-cased-sentiment

Text Classification
Transformers
google-tensorflow TensorFlow
Malay
English
multilingual
bert
sentiment-analysis
Model card Files Files and versions
xet
Community
1

Instructions to use patrickxchong/bert-tiny-bahasa-cased-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use patrickxchong/bert-tiny-bahasa-cased-sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="patrickxchong/bert-tiny-bahasa-cased-sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("patrickxchong/bert-tiny-bahasa-cased-sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("patrickxchong/bert-tiny-bahasa-cased-sentiment")
  • Notebooks
  • Google Colab
  • Kaggle
bert-tiny-bahasa-cased-sentiment
66.3 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
patrickxchong's picture
patrickxchong
lbourdois's picture
lbourdois
Add multilingual to the language tag (#1)
90b29a5 over 3 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • Hugging_Face_Bert_Malay_Sentiment.ipynb
    35.1 kB
    initial commit over 4 years ago
  • README.md
    626 Bytes
    Add multilingual to the language tag (#1) over 3 years ago
  • config.json
    820 Bytes
    initial commit over 4 years ago
  • special_tokens_map.json
    112 Bytes
    initial commit over 4 years ago
  • tf_model.h5
    66 MB
    xet
    initial commit over 4 years ago
  • tokenizer_config.json
    565 Bytes
    initial commit over 4 years ago
  • vocab.txt
    224 kB
    initial commit over 4 years ago