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

indobenchmark
/
indobert-lite-large-p1

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
Indonesian
albert
indobert
indobenchmark
indonlu
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use indobenchmark/indobert-lite-large-p1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="indobenchmark/indobert-lite-large-p1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("indobenchmark/indobert-lite-large-p1")
    model = AutoModel.from_pretrained("indobenchmark/indobert-lite-large-p1")
  • Notebooks
  • Google Colab
  • Kaggle
indobert-lite-large-p1
158 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
julien-c's picture
julien-c HF Staff
Migrate model card from transformers-repo
94a2711 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • README.md
    2.73 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    1.54 kB
    Update config.json over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    70.7 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 5 years ago
  • tf_model.h5
    87.2 MB
    xet
    Update tf_model.h5 over 5 years ago
  • tokenizer_config.json
    2 Bytes
    Update tokenizer_config.json over 5 years ago
  • vocab.txt
    225 kB
    Update vocab.txt over 5 years ago