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

michaelp11
/
zeroshot-classification-de

Zero-Shot Classification
Transformers
Safetensors
German
deberta-v2
text-classification
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use michaelp11/zeroshot-classification-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use michaelp11/zeroshot-classification-de with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="michaelp11/zeroshot-classification-de")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("michaelp11/zeroshot-classification-de")
    model = AutoModelForSequenceClassification.from_pretrained("michaelp11/zeroshot-classification-de")
  • Notebooks
  • Google Colab
  • Kaggle
zeroshot-classification-de
1.48 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Thuongtruong's picture
Thuongtruong
Upload publications.csv
d127d59 verified almost 2 years ago
  • best-deberta-v3-base-zeroshot-v1.1-all-33-20240109
    End of training over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README-deberta-v3-base-zeroshot-v1.1-all-33-20240109.md
    23 Bytes
    End of training over 2 years ago
  • README.md
    2.63 kB
    Update README.md almost 2 years ago
  • added_tokens.json
    23 Bytes
    End of training over 2 years ago
  • config.json
    1.04 kB
    End of training over 2 years ago
  • model.safetensors
    738 MB
    xet
    End of training over 2 years ago
  • publications.csv
    65.5 kB
    Upload publications.csv almost 2 years ago
  • special_tokens_map.json
    970 Bytes
    End of training over 2 years ago
  • spm.model
    2.46 MB
    xet
    End of training over 2 years ago
  • tokenizer_config.json
    1.26 kB
    End of training over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.92 kB
    xet
    End of training over 2 years ago