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

  • Log In
  • Sign Up

LogischeIP
/
zero-shot_text_classification

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 LogischeIP/zero-shot_text_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LogischeIP/zero-shot_text_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LogischeIP/zero-shot_text_classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LogischeIP/zero-shot_text_classification")
    model = AutoModelForSequenceClassification.from_pretrained("LogischeIP/zero-shot_text_classification")
  • Notebooks
  • Google Colab
  • Kaggle
zero-shot_text_classification
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
LogischeIP's picture
LogischeIP
End of training
5c71b3e over 2 years ago
  • runs
    Training in progress, epoch 0 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.41 kB
    End of training over 2 years ago
  • added_tokens.json
    23 Bytes
    Training in progress, epoch 0 over 2 years ago
  • config.json
    1.24 kB
    Training in progress, epoch 0 over 2 years ago
  • model.safetensors
    738 MB
    xet
    Training in progress, epoch 0 over 2 years ago
  • special_tokens_map.json
    286 Bytes
    Training in progress, epoch 0 over 2 years ago
  • spm.model
    2.46 MB
    xet
    Training in progress, epoch 0 over 2 years ago
  • tokenizer.json
    8.66 MB
    Training in progress, epoch 0 over 2 years ago
  • tokenizer_config.json
    1.26 kB
    Training in progress, epoch 0 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.66 kB
    xet
    Training in progress, epoch 0 over 2 years ago