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

jplu
/
tf-camembert-base

Fill-Mask
Transformers
google-tensorflow TensorFlow
camembert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use jplu/tf-camembert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="jplu/tf-camembert-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("jplu/tf-camembert-base")
    model = AutoModelForMaskedLM.from_pretrained("jplu/tf-camembert-base")
  • Notebooks
  • Google Colab
  • Kaggle
tf-camembert-base
546 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
julien-c's picture
julien-c HF Staff
Migrate model card from transformers-repo
2a40769 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 6 years ago
  • README.md
    1.22 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    508 Bytes
    Update config.json about 6 years ago
  • sentencepiece.bpe.model
    811 kB
    Update sentencepiece.bpe.model over 6 years ago
  • tf_model.h5
    545 MB
    xet
    Update tf_model.h5 over 6 years ago