Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

candra
/
indobertweet-sentiment

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use candra/indobertweet-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use candra/indobertweet-sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="candra/indobertweet-sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("candra/indobertweet-sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("candra/indobertweet-sentiment")
  • Notebooks
  • Google Colab
  • Kaggle
indobertweet-sentiment
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
candra's picture
candra
update model card README.md
d6abe98 over 2 years ago
  • runs
    Model save over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 over 2 years ago
  • README.md
    1.07 kB
    update model card README.md over 2 years ago
  • config.json
    967 Bytes
    Training in progress, epoch 1 over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    442 MB
    xet
    Training in progress, epoch 3 over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 2 years ago
  • tokenizer.json
    738 kB
    Training in progress, epoch 1 over 2 years ago
  • tokenizer_config.json
    588 Bytes
    Training in progress, epoch 1 over 2 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    3.52 kB
    xet
    Training in progress, epoch 1 over 2 years ago
  • vocab.txt
    235 kB
    Training in progress, epoch 1 over 2 years ago