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

  • Log In
  • Sign Up

elawrie
/
bert-model

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

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

  • Libraries
  • Transformers

    How to use elawrie/bert-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="elawrie/bert-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("elawrie/bert-model")
    model = AutoModelForSequenceClassification.from_pretrained("elawrie/bert-model")
  • Notebooks
  • Google Colab
  • Kaggle
bert-model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
elawrie's picture
elawrie
Upload BertForSequenceClassification
a56cfdd verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload BertForSequenceClassification over 1 year ago
  • config.json
    678 Bytes
    Upload BertForSequenceClassification over 1 year ago
  • model.safetensors
    438 MB
    xet
    Upload BertForSequenceClassification over 1 year ago