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

  • Log In
  • Sign Up

MohammadKarami
/
mdebertav3task1

Text Classification
Transformers
TensorBoard
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use MohammadKarami/mdebertav3task1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MohammadKarami/mdebertav3task1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MohammadKarami/mdebertav3task1")
    model = AutoModelForSequenceClassification.from_pretrained("MohammadKarami/mdebertav3task1")
  • Notebooks
  • Google Colab
  • Kaggle
mdebertav3task1 / runs
13.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
MohammadKarami's picture
MohammadKarami
textificationdebertav3m
8997e8a verified almost 2 years ago
  • Jun09_21-20-04_5ecee32dda51
    textificationdebertav3m almost 2 years ago
  • Jun09_21-24-07_5ecee32dda51
    textificationdebertav3m almost 2 years ago