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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

carnival13
/
dist_ret_hpqa

Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use carnival13/dist_ret_hpqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="carnival13/dist_ret_hpqa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("carnival13/dist_ret_hpqa")
    model = AutoModelForSequenceClassification.from_pretrained("carnival13/dist_ret_hpqa", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
dist_ret_hpqa / runs
51 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Kavin R V
Training in progress, step 700
a55cc80 over 3 years ago
  • Apr05_11-14-54_339c7ce262e7
    Training completed! over 3 years ago
  • Apr05_11-30-21_339c7ce262e7
    Training completed! over 3 years ago
  • Apr09_11-50-03_04fce0895664
    Training in progress, step 700 over 3 years ago