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

wesleymorris
/
summary-longformer-content

Text Classification
Transformers
PyTorch
English
longformer
macroeconomics
automated summary evaluation
wording
Model card Files Files and versions
xet
Community
2

Instructions to use wesleymorris/summary-longformer-content with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use wesleymorris/summary-longformer-content with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="wesleymorris/summary-longformer-content")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("wesleymorris/summary-longformer-content")
    model = AutoModelForSequenceClassification.from_pretrained("wesleymorris/summary-longformer-content")
  • Notebooks
  • Google Colab
  • Kaggle
summary-longformer-content
596 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Wesley Morris
Upload content_scatter.png
79fbaa0 verified almost 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.55 kB
    Create README.md over 3 years ago
  • config.json
    1.08 kB
    Upload 7 files over 3 years ago
  • content_scatter.png
    68.6 kB
    Upload content_scatter.png almost 2 years ago
  • merges.txt
    456 kB
    Upload 7 files over 3 years ago
  • model_diagram.png
    36.8 kB
    Upload 2 files over 3 years ago
  • pytorch_model.bin
    595 MB
    xet
    Upload 7 files over 3 years ago
  • special_tokens_map.json
    957 Bytes
    Upload 7 files over 3 years ago
  • tokenizer_config.json
    1.38 kB
    Upload 7 files over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    3.31 kB
    xet
    Upload 7 files over 3 years ago
  • vocab.json
    999 kB
    Upload 7 files over 3 years ago