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

horychtom
/
czech_media_bias_classifier

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

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

  • Libraries
  • Transformers

    How to use horychtom/czech_media_bias_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="horychtom/czech_media_bias_classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("horychtom/czech_media_bias_classifier")
    model = AutoModelForSequenceClassification.from_pretrained("horychtom/czech_media_bias_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
czech_media_bias_classifier
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Tomáš Horych
Update README.md
d61680e about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • README.md
    186 Bytes
    Update README.md about 4 years ago
  • config.json
    620 Bytes
    Upload config.json about 4 years ago
  • pytorch_model.bin
    651 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago