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

almanach
/
camembert-base

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
French
camembert
Model card Files Files and versions
xet
Community
12

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

  • Libraries
  • Transformers

    How to use almanach/camembert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="almanach/camembert-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("almanach/camembert-base")
    model = AutoModelForMaskedLM.from_pretrained("almanach/camembert-base")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
camembert-base
Ctrl+K
Ctrl+K
  • 8 contributors
History: 15 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
28d35c4 about 3 years ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model about 3 years ago
  • README.md
    6.98 kB
    Model Card (#1) almost 4 years ago
  • config.json
    508 Bytes
    Revert changes almost 5 years ago
  • model.safetensors
    445 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • pytorch_model.bin
    445 MB
    xet
    Update pytorch_model.bin over 6 years ago
  • sentencepiece.bpe.model
    811 kB
    Update sentencepiece.bpe.model over 6 years ago
  • tf_model.h5
    543 MB
    xet
    add model almost 5 years ago
  • tokenizer.json
    1.4 MB
    Update tokenizer.json over 5 years ago