Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

deepset
/
deberta-v3-base-injection

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

Instructions to use deepset/deberta-v3-base-injection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use deepset/deberta-v3-base-injection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="deepset/deberta-v3-base-injection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("deepset/deberta-v3-base-injection")
    model = AutoModelForSequenceClassification.from_pretrained("deepset/deberta-v3-base-injection")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
deberta-v3-base-injection
Ctrl+K
Ctrl+K
  • 7 contributors
History: 11 commits
anakin87's picture
anakin87
deepset-manz's picture
deepset-manz
Update README.md (#8)
80dda00 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    4.08 kB
    Update README.md (#8) over 1 year ago
  • added_tokens.json
    23 Bytes
    upload all almost 3 years ago
  • config.json
    996 Bytes
    upload all almost 3 years ago
  • gitattributes.txt
    1.48 kB
    upload all almost 3 years ago
  • gitignore.txt
    13 Bytes
    upload all almost 3 years ago
  • model.safetensors
    738 MB
    xet
    Adding `safetensors` variant of this model (#3) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.LongStorage"

    What is a pickle import?

    738 MB
    xet
    upload all almost 3 years ago
  • special_tokens_map.json
    173 Bytes
    upload all almost 3 years ago
  • spm.model
    2.46 MB
    xet
    upload all almost 3 years ago
  • tokenizer.json
    8.66 MB
    upload all almost 3 years ago
  • tokenizer_config.json
    412 Bytes
    upload all almost 3 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.TrainingArguments",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    3.96 kB
    xet
    upload all almost 3 years ago