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

ElMad
/
adaptable-fly-271

Text Classification
Transformers
Safetensors
deberta-v2
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use ElMad/adaptable-fly-271 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ElMad/adaptable-fly-271 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ElMad/adaptable-fly-271")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ElMad/adaptable-fly-271")
    model = AutoModelForSequenceClassification.from_pretrained("ElMad/adaptable-fly-271", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
adaptable-fly-271
283 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ElMad's picture
ElMad
stackoverflow_tag_classification/initial_run/deberta-v3-xsmall/adaptable-fly-271
c0b8987 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    3.13 kB
    stackoverflow_tag_classification/initial_run/deberta-v3-xsmall/adaptable-fly-271 almost 2 years ago
  • config.json
    2.07 kB
    stackoverflow_tag_classification/initial_run/deberta-v3-xsmall/adaptable-fly-271 almost 2 years ago
  • model.safetensors
    283 MB
    xet
    stackoverflow_tag_classification/initial_run/deberta-v3-xsmall/adaptable-fly-271 almost 2 years ago
  • training_args.bin
    5.37 kB
    xet
    stackoverflow_tag_classification/initial_run/deberta-v3-xsmall/adaptable-fly-271 almost 2 years ago