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

  • Log In
  • Sign Up

hf-tiny-model-private
/
tiny-random-TransfoXLForSequenceClassification

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
transfo-xl
Model card Files Files and versions
xet
Community
1

Instructions to use hf-tiny-model-private/tiny-random-TransfoXLForSequenceClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hf-tiny-model-private/tiny-random-TransfoXLForSequenceClassification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hf-tiny-model-private/tiny-random-TransfoXLForSequenceClassification")
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("hf-tiny-model-private/tiny-random-TransfoXLForSequenceClassification", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-TransfoXLForSequenceClassification
1.48 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
hf-transformers-bot's picture
hf-transformers-bot
initial commit
b90392f about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago