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

  • Log In
  • Sign Up

AnonymousCS
/
populism_classifier_bsample_041

Text Classification
Transformers
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AnonymousCS/populism_classifier_bsample_041 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AnonymousCS/populism_classifier_bsample_041")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AnonymousCS/populism_classifier_bsample_041")
    model = AutoModelForSequenceClassification.from_pretrained("AnonymousCS/populism_classifier_bsample_041")
  • Notebooks
  • Google Colab
  • Kaggle
populism_classifier_bsample_041
673 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AnonymousCS's picture
AnonymousCS
End of training
7b30a19 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    2.26 kB
    End of training 9 months ago
  • config.json
    909 Bytes
    End of training 9 months ago
  • model.safetensors
    669 MB
    xet
    End of training 9 months ago
  • special_tokens_map.json
    125 Bytes
    End of training 9 months ago
  • tokenizer.json
    2.56 MB
    End of training 9 months ago
  • tokenizer_config.json
    1.19 kB
    End of training 9 months ago
  • training_args.bin
    5.43 kB
    xet
    End of training 9 months ago
  • vocab.txt
    872 kB
    End of training 9 months ago