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

davanstrien
/
datacard_to_task

Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
longformer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use davanstrien/datacard_to_task with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="davanstrien/datacard_to_task")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("davanstrien/datacard_to_task")
    model = AutoModelForSequenceClassification.from_pretrained("davanstrien/datacard_to_task")
  • Notebooks
  • Google Colab
  • Kaggle
datacard_to_task / runs
Ctrl+K
Ctrl+K
  • 2 contributors
History: 20 commits
davanstrien's picture
davanstrien HF Staff
Training in progress, epoch 20
cc58523 almost 3 years ago
  • Jun27_14-31-52_193385804fff
    Training in progress, epoch 20 almost 3 years ago