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

drcoool
/
featured-articles-from-clicks

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 drcoool/featured-articles-from-clicks with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use drcoool/featured-articles-from-clicks with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="drcoool/featured-articles-from-clicks")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("drcoool/featured-articles-from-clicks")
    model = AutoModelForSequenceClassification.from_pretrained("drcoool/featured-articles-from-clicks")
  • Notebooks
  • Google Colab
  • Kaggle
featured-articles-from-clicks / runs
12.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
drcoool's picture
drcoool
End of training
7e8bffa verified 11 months ago
  • Jul07_15-51-18_Mac.attlocal.net
    End of training 11 months ago