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

KrushiJethe
/
wikiqa_gpt2_seq_classification

Text Classification
Transformers
TensorBoard
Safetensors
gpt2
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use KrushiJethe/wikiqa_gpt2_seq_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KrushiJethe/wikiqa_gpt2_seq_classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KrushiJethe/wikiqa_gpt2_seq_classification")
    model = AutoModelForSequenceClassification.from_pretrained("KrushiJethe/wikiqa_gpt2_seq_classification", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wikiqa_gpt2_seq_classification / runs
32.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
KrushiJethe's picture
KrushiJethe
Training in progress, step 2500
5faa708 over 2 years ago
  • Nov07_18-14-32_0bb76da5c6a3
    Training in progress, step 500 over 2 years ago
  • Nov07_18-20-24_0bb76da5c6a3
    Training in progress, step 500 over 2 years ago
  • Nov07_18-21-29_0bb76da5c6a3
    Training in progress, step 3000 over 2 years ago
  • Nov08_03-25-30_382af7ce5a57
    Training in progress, step 500 over 2 years ago
  • Nov08_03-53-45_382af7ce5a57
    Training in progress, step 2500 over 2 years ago