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

  • Log In
  • Sign Up

huggingface
/
funnel-small

Feature Extraction
Transformers
PyTorch
funnel
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use huggingface/funnel-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="huggingface/funnel-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("huggingface/funnel-small")
    model = AutoModel.from_pretrained("huggingface/funnel-small")
  • Notebooks
  • Google Colab
  • Kaggle
funnel-small
524 MB
Ctrl+K
Ctrl+K
History: 6 commits
system's picture
system HF Staff
Update special_tokens_map.json
3829c82 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • config.json
    595 Bytes
    Update config.json over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    524 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    153 Bytes
    Update special_tokens_map.json over 5 years ago
  • tokenizer_config.json
    48 Bytes
    Update tokenizer_config.json over 5 years ago
  • vocab.txt
    231 kB
    Update vocab.txt over 5 years ago