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
/
SweepBest-TestRepo

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

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

  • Libraries
  • Transformers

    How to use dusersad12/SweepBest-TestRepo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dusersad12/SweepBest-TestRepo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dusersad12/SweepBest-TestRepo")
    model = AutoModelForSequenceClassification.from_pretrained("dusersad12/SweepBest-TestRepo", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
SweepBest-TestRepo
3.62 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
dusersad12's picture
dusersad12
Add figures referenced in the model card
684c1a7 verified 9 days ago
  • figures
    Add figures referenced in the model card 9 days ago
  • .gitattributes
    1.42 kB
    Add .gitattributes (safetensors NOT in LFS) 9 days ago
  • README.md
    1.62 kB
    Add model card with sweep results filled in 9 days ago
  • config.json
    188 Bytes
    Upload config.json 9 days ago
  • model.safetensors
    256 Bytes
    Add model.safetensors from best checkpoint (run_lr5e-5_wd0.01/checkpoint-1000) 9 days ago