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

tyqiangz
/
indobert-lite-large-p2-smsa

Text Classification
Transformers
PyTorch
Safetensors
Indonesian
albert
indobert
indobenchmark
indonlu
Model card Files Files and versions
xet
Community
1

Instructions to use tyqiangz/indobert-lite-large-p2-smsa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tyqiangz/indobert-lite-large-p2-smsa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tyqiangz/indobert-lite-large-p2-smsa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tyqiangz/indobert-lite-large-p2-smsa")
    model = AutoModelForSequenceClassification.from_pretrained("tyqiangz/indobert-lite-large-p2-smsa")
  • Notebooks
  • Google Colab
  • Kaggle
indobert-lite-large-p2-smsa
142 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
tyqiangz's picture
tyqiangz
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
f6ce5bf almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    1.36 kB
    Fixed another formatting error in README.md, text didnt fix into box on HuggingFace page over 4 years ago
  • config.json
    1.11 kB
    Updated README.md with instructions to classify text and, specified class labels in config.json over 4 years ago
  • model.safetensors
    70.8 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    70.8 MB
    xet
    Adding indobert-lite-large-p2 model finetuned on IndoNLU(SmSA) over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Adding indobert-lite-large-p2 model finetuned on IndoNLU(SmSA) over 4 years ago
  • tokenizer_config.json
    552 Bytes
    Adding indobert-lite-large-p2 model finetuned on IndoNLU(SmSA) over 4 years ago
  • vocab.txt
    225 kB
    Adding indobert-lite-large-p2 model finetuned on IndoNLU(SmSA) over 4 years ago