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

  • Log In
  • Sign Up

CaffreyR
/
test1

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

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

  • Libraries
  • Transformers

    How to use CaffreyR/test1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="CaffreyR/test1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CaffreyR/test1")
    model = AutoModelForSequenceClassification.from_pretrained("CaffreyR/test1")
  • Notebooks
  • Google Colab
  • Kaggle
test1
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
CaffreyR's picture
CaffreyR
Upload BertForSequenceClassification
ad928b5 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    881 Bytes
    Upload BertForSequenceClassification over 3 years ago
  • pytorch_model.bin
    439 MB
    xet
    Upload BertForSequenceClassification over 3 years ago