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

Rocketknight1
/
europython-imdb

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

Instructions to use Rocketknight1/europython-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Rocketknight1/europython-imdb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Rocketknight1/europython-imdb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Rocketknight1/europython-imdb")
    model = AutoModelForSequenceClassification.from_pretrained("Rocketknight1/europython-imdb")
  • Notebooks
  • Google Colab
  • Kaggle
europython-imdb
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Rocketknight1's picture
Rocketknight1 HF Staff
initial commit
4471ce6 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago