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
      • Hardware
      • 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-legacy

Fill-Mask
Transformers
PyTorch
Safetensors
French
camembert
Model card Files Files and versions
xet
Community
5

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

  • Libraries
  • Transformers

    How to use almanach/camembert-base-legacy with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="almanach/camembert-base-legacy")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("almanach/camembert-base-legacy")
    model = AutoModelForMaskedLM.from_pretrained("almanach/camembert-base-legacy")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
camembert-base-legacy
891 MB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 10 commits
wissamantoun's picture
wissamantoun
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#5)
526a804 verified over 1 year ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model (#5) over 1 year ago
  • LICENSE
    1.09 kB
    Update LICENSE over 6 years ago
  • README.md
    5.35 kB
    Notice to use https://huggingface.co/almanach/camembert-base instead over 2 years ago
  • config.json
    509 Bytes
    correct config over 5 years ago
  • model.safetensors
    445 MB
    xet
    Adding `safetensors` variant of this model (#5) over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    445 MB
    xet
    Update pytorch_model.bin over 6 years ago
  • sentencepiece.bpe.model
    811 kB
    Update sentencepiece.bpe.model over 6 years ago