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

  • Log In
  • Sign Up

vtiyyal1
/
bert_ae_detection

Text Classification
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

Instructions to use vtiyyal1/bert_ae_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vtiyyal1/bert_ae_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="vtiyyal1/bert_ae_detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("vtiyyal1/bert_ae_detection")
    model = AutoModelForSequenceClassification.from_pretrained("vtiyyal1/bert_ae_detection")
  • Notebooks
  • Google Colab
  • Kaggle
bert_ae_detection
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
vtiyyal1's picture
vtiyyal1
Upload folder using huggingface_hub
be1654d verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    31 Bytes
    initial commit about 2 years ago
  • config.json
    727 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub about 2 years ago