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

dusersad12
/
SweepBestModel-Repo

Text Classification
Transformers
Safetensors
roberta
sweep
Model card Files Files and versions
xet
Community

Instructions to use dusersad12/SweepBestModel-Repo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dusersad12/SweepBestModel-Repo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dusersad12/SweepBestModel-Repo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dusersad12/SweepBestModel-Repo")
    model = AutoModelForSequenceClassification.from_pretrained("dusersad12/SweepBestModel-Repo", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
SweepBestModel-Repo
3.03 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
dusersad12's picture
dusersad12
Upload figures/loss_curve.png with huggingface_hub
041c6f0 verified 10 days ago
  • figures
    Upload figures/loss_curve.png with huggingface_hub 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 10 days ago
  • README.md
    1.22 kB
    Upload README.md with huggingface_hub 10 days ago
  • config.json
    174 Bytes
    Upload config.json with huggingface_hub 10 days ago
  • model.safetensors
    36 Bytes
    xet
    Upload model.safetensors with huggingface_hub 10 days ago