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

  • Log In
  • Sign Up

StevenLimcorn
/
indo-roberta-indonli

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Indonesian
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use StevenLimcorn/indo-roberta-indonli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use StevenLimcorn/indo-roberta-indonli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="StevenLimcorn/indo-roberta-indonli")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("StevenLimcorn/indo-roberta-indonli")
    model = AutoModelForSequenceClassification.from_pretrained("StevenLimcorn/indo-roberta-indonli")
  • Notebooks
  • Google Colab
  • Kaggle
indo-roberta-indonli
1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
StevenLimcorn's picture
StevenLimcorn
Update README.md
638a504 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    3.25 kB
    Update README.md over 4 years ago
  • config.json
    923 Bytes
    initial commit; fine-tuned on NLI over 4 years ago
  • merges.txt
    467 kB
    initial commit; fine-tuned on NLI over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    499 MB
    xet
    initial commit; fine-tuned on NLI over 4 years ago
  • special_tokens_map.json
    239 Bytes
    initial commit; fine-tuned on NLI over 4 years ago
  • tf_model.h5
    499 MB
    xet
    initial commit; fine-tuned on NLI over 4 years ago
  • tokenizer.json
    1.38 MB
    initial commit; fine-tuned on NLI over 4 years ago
  • tokenizer_config.json
    328 Bytes
    initial commit; fine-tuned on NLI over 4 years ago
  • vocab.json
    808 kB
    initial commit; fine-tuned on NLI over 4 years ago