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

vgarg
/
results

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use vgarg/results with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="vgarg/results")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("vgarg/results")
    model = AutoModelForSequenceClassification.from_pretrained("vgarg/results")
  • Notebooks
  • Google Colab
  • Kaggle
results / runs
50.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
vgarg's picture
vgarg
vgarg/context_flag_model_v3
30bd13e verified almost 2 years ago
  • May27_12-09-36_d41b09c529c5
    vgarg/context_flag_model_v3 almost 2 years ago
  • May27_12-14-52_d41b09c529c5
    vgarg/context_flag_model_v3 almost 2 years ago
  • May27_12-15-52_d41b09c529c5
    vgarg/context_flag_model_v3 almost 2 years ago
  • May27_12-18-07_d41b09c529c5
    vgarg/context_flag_model_v3 almost 2 years ago
  • May27_12-20-25_d41b09c529c5
    vgarg/context_flag_model_v3 almost 2 years ago
  • May27_12-21-51_d41b09c529c5
    vgarg/context_flag_model_v3 almost 2 years ago
  • May27_12-25-05_d41b09c529c5
    vgarg/context_flag_model_v3 almost 2 years ago
  • May27_12-25-40_d41b09c529c5
    vgarg/context_flag_model_v3 almost 2 years ago
  • May27_12-26-17_d41b09c529c5
    vgarg/context_flag_model_v3 almost 2 years ago