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

christinacdl
/
clickbait_binary_detection_DeBERTa

Text Classification
Transformers
PyTorch
TensorBoard
English
deberta-v2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use christinacdl/clickbait_binary_detection_DeBERTa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="christinacdl/clickbait_binary_detection_DeBERTa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("christinacdl/clickbait_binary_detection_DeBERTa")
    model = AutoModelForSequenceClassification.from_pretrained("christinacdl/clickbait_binary_detection_DeBERTa")
  • Notebooks
  • Google Colab
  • Kaggle
clickbait_binary_detection_DeBERTa / logs
62.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
christinacdl's picture
christinacdl
End of training
3d9997d almost 3 years ago
  • 1687467604.60738
    Training in progress, epoch 0 almost 3 years ago
  • 1687467821.621217
    Training in progress, epoch 0 almost 3 years ago
  • 1687468229.4086802
    Training in progress, epoch 0 almost 3 years ago
  • 1687468337.6493506
    Training in progress, epoch 0 almost 3 years ago
  • events.out.tfevents.1687467604.e3b85aa49c5f.507.0
    4.18 kB
    xet
    Training in progress, epoch 0 almost 3 years ago
  • events.out.tfevents.1687467821.e3b85aa49c5f.2729.0
    4.29 kB
    xet
    Training in progress, epoch 0 almost 3 years ago
  • events.out.tfevents.1687468229.e3b85aa49c5f.4888.0
    4.18 kB
    xet
    Training in progress, epoch 0 almost 3 years ago
  • events.out.tfevents.1687468337.e3b85aa49c5f.5566.0
    26.3 kB
    xet
    End of training almost 3 years ago