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

Ha1dir
/
sentimen-indobert

Text Classification
Transformers
Safetensors
Indonesian
bert
NLP
indobert
sentimen
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Ha1dir/sentimen-indobert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ha1dir/sentimen-indobert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Ha1dir/sentimen-indobert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ha1dir/sentimen-indobert")
    model = AutoModelForSequenceClassification.from_pretrained("Ha1dir/sentimen-indobert")
  • Notebooks
  • Google Colab
  • Kaggle
sentimen-indobert
997 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Ha1dir's picture
Ha1dir
Upload folder using huggingface_hub
417c3c2 verified 23 days ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.58 kB
    Update README.md 7 months ago
  • config.json
    1.31 kB
    Upload folder using huggingface_hub 24 days ago
  • model.safetensors
    498 MB
    xet
    Upload folder using huggingface_hub 23 days ago
  • sentimen_model.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    498 MB
    xet
    Upload folder using huggingface_hub 7 months ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub 7 months ago
  • tokenizer.json
    709 kB
    Upload folder using huggingface_hub 24 days ago
  • tokenizer_config.json
    351 Bytes
    Upload folder using huggingface_hub 24 days ago
  • vocab.txt
    229 kB
    Upload folder using huggingface_hub 7 months ago