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

jiiyy
/
funnel

Text Classification
Transformers
PyTorch
TensorBoard
funnel
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use jiiyy/funnel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="jiiyy/funnel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("jiiyy/funnel")
    model = AutoModelForSequenceClassification.from_pretrained("jiiyy/funnel")
  • Notebooks
  • Google Colab
  • Kaggle
funnel / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
jiiyy's picture
jiiyy
Training in progress, epoch 2
0479793 almost 3 years ago
  • Aug16_07-52-17_7b48932c89e9
    Training in progress, epoch 1 almost 3 years ago
  • Aug17_04-29-25_214b468d76c5
    Training in progress, epoch 3 almost 3 years ago
  • Aug19_06-06-13_8788baaf4f75
    End of training almost 3 years ago
  • Aug21_03-40-05_a42e0ead6308
    Training in progress, epoch 2 almost 3 years ago