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

cmarkea
/
distilcamembert-base-nli

Zero-Shot Classification
Transformers
PyTorch
google-tensorflow TensorFlow
ONNX
Safetensors
French
camembert
text-classification
sentence-similarity
nli
Model card Files Files and versions
xet
Community
2

Instructions to use cmarkea/distilcamembert-base-nli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cmarkea/distilcamembert-base-nli with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-classification", model="cmarkea/distilcamembert-base-nli")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cmarkea/distilcamembert-base-nli")
    model = AutoModelForSequenceClassification.from_pretrained("cmarkea/distilcamembert-base-nli")
  • Notebooks
  • Google Colab
  • Kaggle
distilcamembert-base-nli
1.23 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 59 commits
Cyrile's picture
Cyrile
Update README.md
e1b3671 verified over 1 year ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • README.md
    8.84 kB
    Update README.md over 1 year ago
  • config.json
    965 Bytes
    Upload config.json over 4 years ago
  • model.onnx
    272 MB
    xet
    add onnx model over 3 years ago
  • model.safetensors
    272 MB
    xet
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • model_quantized.onnx
    143 MB
    xet
    Upload model_quantized.onnx over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    272 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Upload sentencepiece.bpe.model with git-lfs over 4 years ago
  • tf_model.h5
    273 MB
    xet
    Upload tf_model.h5 with git-lfs over 4 years ago
  • tokenizer_config.json
    236 Bytes
    Upload tokenizer_config.json over 4 years ago