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-qa

Question Answering
Transformers
PyTorch
google-tensorflow TensorFlow
ONNX
Safetensors
French
camembert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="cmarkea/distilcamembert-base-qa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("cmarkea/distilcamembert-base-qa")
    model = AutoModelForQuestionAnswering.from_pretrained("cmarkea/distilcamembert-base-qa")
  • Notebooks
  • Google Colab
  • Kaggle
distilcamembert-base-qa
1.22 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 49 commits
Cyrile's picture
Cyrile
Update README.md
ac8d404 verified over 1 year ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    7.18 kB
    Update README.md over 1 year ago
  • config.json
    738 Bytes
    Upload config.json about 4 years ago
  • model.onnx
    270 MB
    xet
    add onnx model over 3 years ago
  • model.safetensors
    270 MB
    xet
    Adding `safetensors` variant of this model (#1) 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?

    270 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Upload sentencepiece.bpe.model with git-lfs about 4 years ago
  • tf_model.h5
    270 MB
    xet
    Upload tf_model.h5 with git-lfs about 4 years ago
  • tokenizer_config.json
    264 Bytes
    Update tokenizer_config.json almost 4 years ago