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

  • Log In
  • Sign Up

Goutham-Vignesh
/
ContributionSentClassification-scibert

Text Classification
Transformers
PyTorch
scibert
Model card Files Files and versions
xet
Community
1

Instructions to use Goutham-Vignesh/ContributionSentClassification-scibert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Goutham-Vignesh/ContributionSentClassification-scibert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Goutham-Vignesh/ContributionSentClassification-scibert")
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("Goutham-Vignesh/ContributionSentClassification-scibert", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ContributionSentClassification-scibert
440 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Goutham-Vignesh's picture
Goutham-Vignesh
Update README.md
92b0dbf about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.14 kB
    Update README.md about 3 years ago
  • config.json
    710 Bytes
    Update config.json about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    440 MB
    xet
    Upload BertForSequenceClassification about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    443 Bytes
    Upload tokenizer about 3 years ago
  • vocab.txt
    228 kB
    Upload tokenizer about 3 years ago