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

fahrendrakhoirul
/
indobert-finetuned-ecommerce-reviews

Text Classification
Transformers
Safetensors
Indonesian
bert
feature-extraction
pytorch_model_hub_mixin
model_hub_mixin
indobert
indobenchmark
indonlu
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use fahrendrakhoirul/indobert-finetuned-ecommerce-reviews with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fahrendrakhoirul/indobert-finetuned-ecommerce-reviews with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="fahrendrakhoirul/indobert-finetuned-ecommerce-reviews")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("fahrendrakhoirul/indobert-finetuned-ecommerce-reviews")
    model = AutoModel.from_pretrained("fahrendrakhoirul/indobert-finetuned-ecommerce-reviews")
  • Notebooks
  • Google Colab
  • Kaggle
indobert-finetuned-ecommerce-reviews
499 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
fahrendrakhoirul's picture
fahrendrakhoirul
Update README.md
33faf29 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.49 kB
    Update README.md almost 2 years ago
  • config.json
    1.08 kB
    Update config.json almost 2 years ago
  • model.safetensors
    498 MB
    xet
    Push model using huggingface_hub. almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    709 kB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    1.26 kB
    Upload tokenizer almost 2 years ago
  • vocab.txt
    229 kB
    Upload tokenizer almost 2 years ago