Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

leetdavid
/
example_workflow_model

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

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

  • Libraries
  • Transformers

    How to use leetdavid/example_workflow_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="leetdavid/example_workflow_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("leetdavid/example_workflow_model")
    model = AutoModelForSequenceClassification.from_pretrained("leetdavid/example_workflow_model")
  • Notebooks
  • Google Colab
  • Kaggle
example_workflow_model
409 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
leetdavid's picture
leetdavid
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#1)
bcae36f over 2 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    1.76 kB
    Librarian Bot: Add base_model information to model (#1) over 2 years ago
  • config.json
    1.34 kB
    add model about 4 years ago
  • tf_model.h5
    409 MB
    xet
    add model about 4 years ago