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

  • Log In
  • Sign Up

michiel
/
checkthat_tinybert

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

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

  • Libraries
  • Transformers

    How to use michiel/checkthat_tinybert with Transformers:

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