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

wiorz
/
long_small

Text Classification
Transformers
PyTorch
TensorBoard
longformer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use wiorz/long_small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="wiorz/long_small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("wiorz/long_small")
    model = AutoModelForSequenceClassification.from_pretrained("wiorz/long_small")
  • Notebooks
  • Google Colab
  • Kaggle
long_small / runs
47 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
wiorz's picture
wiorz
Training in progress, epoch 20
23e9211 about 3 years ago
  • May21_22-21-00_b30320c803e3
    Training in progress, epoch 6 about 3 years ago
  • May21_22-46-46_958a86de76f3
    Training in progress, epoch 3 about 3 years ago
  • May21_23-04-35_d8476db72feb
    Training in progress, epoch 20 about 3 years ago