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

taskydata
/
deberta-v3-base_10xp3_10xc4_128

Text Classification
Transformers
PyTorch
English
deberta-v2
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use taskydata/deberta-v3-base_10xp3_10xc4_128 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="taskydata/deberta-v3-base_10xp3_10xc4_128")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("taskydata/deberta-v3-base_10xp3_10xc4_128")
    model = AutoModelForSequenceClassification.from_pretrained("taskydata/deberta-v3-base_10xp3_10xc4_128")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-v3-base_10xp3_10xc4_128
740 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
manandey's picture
manandey
Update README.md
f9eecab over 3 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    1.33 kB
    Update README.md over 3 years ago
  • added_tokens.json
    18 Bytes
    Upload added_tokens.json about 4 years ago
  • config.json
    880 Bytes
    Upload config.json about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    738 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • special_tokens_map.json
    156 Bytes
    Upload special_tokens_map.json about 4 years ago
  • spm.model
    2.46 MB
    xet
    Upload spm.model with git-lfs about 4 years ago
  • tokenizer_config.json
    368 Bytes
    Upload tokenizer_config.json about 4 years ago
  • trainer_state.json
    1.41 kB
    Upload trainer_state.json about 4 years ago