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

bdpc
/
DeBERT_50K_steps

Text Classification
Transformers
PyTorch
deberta-v2
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use bdpc/DeBERT_50K_steps with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="bdpc/DeBERT_50K_steps")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bdpc/DeBERT_50K_steps")
    model = AutoModelForSequenceClassification.from_pretrained("bdpc/DeBERT_50K_steps")
  • Notebooks
  • Google Colab
  • Kaggle
DeBERT_50K_steps
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
e11a2ac verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.59 kB
    Saving best model of DeBERT_50K_steps to hub over 2 years ago
  • added_tokens.json
    23 Bytes
    Saving best model of DeBERT_50K_steps to hub over 2 years ago
  • all_results.json
    170 Bytes
    Saving best model of DeBERT_50K_steps to hub over 2 years ago
  • config.json
    8.11 kB
    Saving best model of DeBERT_50K_steps to hub over 2 years ago
  • model.safetensors
    738 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    738 MB
    xet
    Saving best model of DeBERT_50K_steps to hub over 2 years ago
  • special_tokens_map.json
    286 Bytes
    Saving best model of DeBERT_50K_steps to hub over 2 years ago
  • spm.model
    2.46 MB
    xet
    Saving best model of DeBERT_50K_steps to hub over 2 years ago
  • tokenizer.json
    8.66 MB
    Saving best model of DeBERT_50K_steps to hub over 2 years ago
  • tokenizer_config.json
    1.28 kB
    Saving best model of DeBERT_50K_steps to hub over 2 years ago
  • train_results.json
    170 Bytes
    Saving best model of DeBERT_50K_steps to hub over 2 years ago
  • training_args.bin
    4.09 kB
    xet
    Saving best model of DeBERT_50K_steps to hub over 2 years ago