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

diwank
/
silicone-deberta-pair

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
deberta
Model card Files Files and versions
xet
Community
1

Instructions to use diwank/silicone-deberta-pair with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use diwank/silicone-deberta-pair with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="diwank/silicone-deberta-pair")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("diwank/silicone-deberta-pair")
    model = AutoModelForSequenceClassification.from_pretrained("diwank/silicone-deberta-pair", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
silicone-deberta-pair
1.67 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Diwank Tomer
Update README.md
405127a over 4 years ago
  • .ipynb_checkpoints
    Model files over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    1.55 kB
    Update README.md over 4 years ago
  • config.json
    1.25 kB
    Updated model to a deberta-base trained on a balanced version of the dataset over 4 years ago
  • eval_results.txt
    57 Bytes
    Model files over 4 years ago
  • merges.txt
    456 kB
    Model files over 4 years ago
  • model_args.json
    2.67 kB
    Updated model to a deberta-base trained on a balanced version of the dataset over 4 years ago
  • optimizer.pt
    1.11 GB
    xet
    Updated model to a deberta-base trained on a balanced version of the dataset over 4 years ago
  • pytorch_model.bin
    557 MB
    xet
    Updated model to a deberta-base trained on a balanced version of the dataset over 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    Updated model to a deberta-base trained on a balanced version of the dataset over 4 years ago
  • silicone-deberta-pair-report.pdf
    158 kB
    Model files over 4 years ago
  • special_tokens_map.json
    778 Bytes
    Model files over 4 years ago
  • tf_model.h5
    1.25 kB
    xet
    Model files over 4 years ago
  • tokenizer_config.json
    1.2 kB
    Updated model to a deberta-base trained on a balanced version of the dataset over 4 years ago
  • training_args.bin
    3.18 kB
    xet
    Updated model to a deberta-base trained on a balanced version of the dataset over 4 years ago
  • vocab.json
    899 kB
    Model files over 4 years ago