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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sinhala-nlp
/
sinbert-sold-si

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

Instructions to use sinhala-nlp/sinbert-sold-si with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sinhala-nlp/sinbert-sold-si with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sinhala-nlp/sinbert-sold-si")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sinhala-nlp/sinbert-sold-si")
    model = AutoModelForSequenceClassification.from_pretrained("sinhala-nlp/sinbert-sold-si")
  • Notebooks
  • Google Colab
  • Kaggle
sinbert-sold-si
1.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Damith's picture
Damith
model update
d034163 almost 4 years ago
  • .gitattributes
    1.38 kB
    initial commit almost 4 years ago
  • README.md
    28 Bytes
    initial commit almost 4 years ago
  • config.json
    696 Bytes
    model update almost 4 years ago
  • eval_results.txt
    181 Bytes
    model update almost 4 years ago
  • merges.txt
    1.15 MB
    model update almost 4 years ago
  • model_args.json
    2.56 kB
    model update almost 4 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.01 GB
    xet
    model update almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    506 MB
    xet
    model update almost 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    623 Bytes
    xet
    model update almost 4 years ago
  • special_tokens_map.json
    957 Bytes
    model update almost 4 years ago
  • tokenizer.json
    3.53 MB
    model update almost 4 years ago
  • tokenizer_config.json
    1.38 kB
    model update almost 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "deepoffense.classification.transformer_models.args.model_args.ClassificationArgs"

    How to fix it?

    3.18 kB
    xet
    model update almost 4 years ago
  • vocab.json
    1.5 MB
    model update almost 4 years ago