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

  • Log In
  • Sign Up

ShantanuT01
/
BERT-tiny-RAID

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

Instructions to use ShantanuT01/BERT-tiny-RAID with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ShantanuT01/BERT-tiny-RAID with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ShantanuT01/BERT-tiny-RAID")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ShantanuT01/BERT-tiny-RAID")
    model = AutoModelForSequenceClassification.from_pretrained("ShantanuT01/BERT-tiny-RAID")
  • Notebooks
  • Google Colab
  • Kaggle
BERT-tiny-RAID
18.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ShantanuT01's picture
ShantanuT01
Update README.md
cbc7e63 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    581 Bytes
    Update README.md 8 months ago
  • config.json
    756 Bytes
    Upload 7 files 8 months ago
  • model.safetensors
    17.5 MB
    xet
    Upload 7 files 8 months ago
  • special_tokens_map.json
    732 Bytes
    Upload 7 files 8 months ago
  • tokenizer.json
    712 kB
    Upload 7 files 8 months ago
  • tokenizer_config.json
    1.56 kB
    Upload 7 files 8 months ago
  • vocab.txt
    232 kB
    Upload 7 files 8 months ago