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

payelb
/
HHRLHF_roberta-base_2k_fixed_adaboost_margin_noaug

Text Classification
Transformers
Safetensors
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use payelb/HHRLHF_roberta-base_2k_fixed_adaboost_margin_noaug with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use payelb/HHRLHF_roberta-base_2k_fixed_adaboost_margin_noaug with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="payelb/HHRLHF_roberta-base_2k_fixed_adaboost_margin_noaug")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("payelb/HHRLHF_roberta-base_2k_fixed_adaboost_margin_noaug")
    model = AutoModelForSequenceClassification.from_pretrained("payelb/HHRLHF_roberta-base_2k_fixed_adaboost_margin_noaug", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
HHRLHF_roberta-base_2k_fixed_adaboost_margin_noaug
502 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
payelb's picture
payelb
final: adaboost-style fixed2k no-aug margin-weighted RM rounds=5, tau=0.5, lr=2e-05, gas=16, batch=4
4534ec6 verified 26 days ago
  • .gitattributes
    1.52 kB
    initial commit 26 days ago
  • README.md
    5.17 kB
    final: adaboost-style fixed2k no-aug margin-weighted RM rounds=5, tau=0.5, lr=2e-05, gas=16, batch=4 26 days ago
  • config.json
    801 Bytes
    final: adaboost-style fixed2k no-aug margin-weighted RM rounds=5, tau=0.5, lr=2e-05, gas=16, batch=4 26 days ago
  • model-00001-of-00003.safetensors
    196 MB
    xet
    final: adaboost-style fixed2k no-aug margin-weighted RM rounds=5, tau=0.5, lr=2e-05, gas=16, batch=4 26 days ago
  • model-00002-of-00003.safetensors
    198 MB
    xet
    final: adaboost-style fixed2k no-aug margin-weighted RM rounds=5, tau=0.5, lr=2e-05, gas=16, batch=4 26 days ago
  • model-00003-of-00003.safetensors
    104 MB
    xet
    final: adaboost-style fixed2k no-aug margin-weighted RM rounds=5, tau=0.5, lr=2e-05, gas=16, batch=4 26 days ago
  • model.safetensors.index.json
    18.7 kB
    final: adaboost-style fixed2k no-aug margin-weighted RM rounds=5, tau=0.5, lr=2e-05, gas=16, batch=4 26 days ago
  • tokenizer.json
    3.56 MB
    final: adaboost-style fixed2k no-aug margin-weighted RM rounds=5, tau=0.5, lr=2e-05, gas=16, batch=4 26 days ago
  • tokenizer_config.json
    388 Bytes
    final: adaboost-style fixed2k no-aug margin-weighted RM rounds=5, tau=0.5, lr=2e-05, gas=16, batch=4 26 days ago