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

Sreevishnu
/
funnel-transformer-small-imdb

Text Classification
Transformers
PyTorch
English
funnel
sentiment-analysis
Model card Files Files and versions
xet
Community
2

Instructions to use Sreevishnu/funnel-transformer-small-imdb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sreevishnu/funnel-transformer-small-imdb with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sreevishnu/funnel-transformer-small-imdb")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Sreevishnu/funnel-transformer-small-imdb")
    model = AutoModelForSequenceClassification.from_pretrained("Sreevishnu/funnel-transformer-small-imdb")
  • Notebooks
  • Google Colab
  • Kaggle
funnel-transformer-small-imdb
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
Sreevishnu's picture
Sreevishnu
Update README.md
fe18ccd almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    4.52 kB
    Update README.md almost 4 years ago
  • config.json
    980 Bytes
    Align label mapping with imdb dataset (#1) almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    465 MB
    xet
    Release commit about 4 years ago
  • special_tokens_map.json
    153 Bytes
    Release commit about 4 years ago
  • tokenizer_config.json
    583 Bytes
    Release commit about 4 years ago
  • vocab.txt
    231 kB
    Release commit about 4 years ago