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

payelb
/
HHRLHF_deberta_1k_fixed_MARS

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

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

  • Libraries
  • Transformers

    How to use payelb/HHRLHF_deberta_1k_fixed_MARS with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="payelb/HHRLHF_deberta_1k_fixed_MARS")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("payelb/HHRLHF_deberta_1k_fixed_MARS")
    model = AutoModelForSequenceClassification.from_pretrained("payelb/HHRLHF_deberta_1k_fixed_MARS")
  • Notebooks
  • Google Colab
  • Kaggle
HHRLHF_deberta_1k_fixed_MARS
749 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
payelb's picture
payelb
final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16)
6ed21c5 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.17 kB
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago
  • added_tokens.json
    23 Bytes
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago
  • config.json
    976 Bytes
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago
  • model-00001-of-00003.safetensors
    393 MB
    xet
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago
  • model-00002-of-00003.safetensors
    198 MB
    xet
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago
  • model-00003-of-00003.safetensors
    146 MB
    xet
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago
  • model.safetensors.index.json
    19.1 kB
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago
  • special_tokens_map.json
    286 Bytes
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago
  • spm.model
    2.46 MB
    xet
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago
  • tokenizer.json
    8.66 MB
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago
  • tokenizer_config.json
    1.32 kB
    final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16) 5 months ago