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

AnonymousSub
/
declutr-s10-SR

Text Classification
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use AnonymousSub/declutr-s10-SR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AnonymousSub/declutr-s10-SR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AnonymousSub/declutr-s10-SR")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/declutr-s10-SR")
    model = AutoModelForSequenceClassification.from_pretrained("AnonymousSub/declutr-s10-SR")
  • Notebooks
  • Google Colab
  • Kaggle
declutr-s10-SR
989 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AnonymousSub's picture
AnonymousSub
first commit
6c9b48b over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.json
    788 Bytes
    first commit over 4 years ago
  • eval_results.txt
    146 Bytes
    first commit over 4 years ago
  • merges.txt
    456 kB
    first commit over 4 years ago
  • model_args.json
    2.59 kB
    first commit over 4 years ago
  • optimizer.pt
    657 MB
    xet
    first commit over 4 years ago
  • pytorch_model.bin
    331 MB
    xet
    first commit over 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    559 Bytes
    xet
    first commit over 4 years ago
  • special_tokens_map.json
    239 Bytes
    first commit over 4 years ago
  • tokenizer_config.json
    1.23 kB
    first commit over 4 years ago
  • training_args.bin

    Detected Pickle imports (1)

    • "simpletransformers.config.model_args.ClassificationArgs"

    How to fix it?

    3.12 kB
    xet
    first commit over 4 years ago
  • vocab.json
    899 kB
    first commit over 4 years ago