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

  • Log In
  • Sign Up

AnonymousCS
/
populism_classifier_057

Text Classification
Transformers
TensorBoard
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use AnonymousCS/populism_classifier_057 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AnonymousCS/populism_classifier_057")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AnonymousCS/populism_classifier_057")
    model = AutoModelForSequenceClassification.from_pretrained("AnonymousCS/populism_classifier_057")
  • Notebooks
  • Google Colab
  • Kaggle
populism_classifier_057
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AnonymousCS's picture
AnonymousCS
End of training
1df73bb verified 9 months ago
  • runs
    End of training 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    2.22 kB
    End of training 9 months ago
  • config.json
    1.28 kB
    End of training 9 months ago
  • model.safetensors
    598 MB
    xet
    End of training 9 months ago
  • special_tokens_map.json
    694 Bytes
    End of training 9 months ago
  • tokenizer.json
    3.58 MB
    End of training 9 months ago
  • tokenizer_config.json
    20.8 kB
    End of training 9 months ago
  • training_args.bin
    5.78 kB
    xet
    End of training 9 months ago