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

  • 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: 22 commits
wissamantoun's picture
wissamantoun
MattFr's picture
MattFr
Update README.md (#10)
a759675 verified 11 months ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model (#3) about 3 years ago
  • README.md
    5.15 kB
    Update README.md (#10) 11 months ago
  • config.json
    508 Bytes
    Revert changes almost 5 years ago
  • model.safetensors
    445 MB
    xet
    Adding `safetensors` variant of this model (#3) 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
  • tokenizer_config.json
    25 Bytes
    Adds missing tokenizer configuration file (#8) about 2 years ago