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

  • Log In
  • Sign Up

Modfiededition
/
dummy-model

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

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

  • Libraries
  • Transformers

    How to use Modfiededition/dummy-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Modfiededition/dummy-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Modfiededition/dummy-model")
    model = AutoModelForSequenceClassification.from_pretrained("Modfiededition/dummy-model")
  • Notebooks
  • Google Colab
  • Kaggle
dummy-model
434 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Modfiededition's picture
Modfiededition
add model
8d80c7a over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    648 Bytes
    add model over 4 years ago
  • tf_model.h5
    434 MB
    xet
    add model over 4 years ago