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

  • Log In
  • Sign Up

vasanth0475
/
bert-ta-seq

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

Instructions to use vasanth0475/bert-ta-seq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vasanth0475/bert-ta-seq with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="vasanth0475/bert-ta-seq")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("vasanth0475/bert-ta-seq")
    model = AutoModelForSequenceClassification.from_pretrained("vasanth0475/bert-ta-seq")
  • Notebooks
  • Google Colab
  • Kaggle
bert-ta-seq
199 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
vasanth0475's picture
vasanth0475
Upload tokenizer
97b3760 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.17 kB
    Upload BertForSequenceClassification 11 months ago
  • config.json
    650 Bytes
    Upload BertForSequenceClassification 10 months ago
  • model.safetensors
    197 MB
    xet
    Upload BertForSequenceClassification 10 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer 11 months ago
  • tokenizer.json
    2.36 MB
    Upload tokenizer 10 months ago
  • tokenizer_config.json
    1.35 kB
    Upload tokenizer 10 months ago