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

  • Log In
  • Sign Up

JonnyTaylor
/
bert-veg

Text Classification
Transformers
google-tensorflow TensorFlow
bert
generated_from_keras_callback
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use JonnyTaylor/bert-veg with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JonnyTaylor/bert-veg")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JonnyTaylor/bert-veg")
    model = AutoModelForSequenceClassification.from_pretrained("JonnyTaylor/bert-veg")
  • Notebooks
  • Google Colab
  • Kaggle
bert-veg
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JonnyTaylor's picture
JonnyTaylor
Update README.md
edc3f34 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    847 Bytes
    Update README.md over 2 years ago
  • config.json
    833 Bytes
    Upload TFBertForSequenceClassification over 2 years ago
  • tf_model.h5
    438 MB
    xet
    Upload TFBertForSequenceClassification over 2 years ago