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-flaubert-base-cased

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

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

  • Libraries
  • Transformers

    How to use jplu/tf-flaubert-base-cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="jplu/tf-flaubert-base-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("jplu/tf-flaubert-base-cased")
    model = AutoModelForMaskedLM.from_pretrained("jplu/tf-flaubert-base-cased")
  • Notebooks
  • Google Colab
  • Kaggle
tf-flaubert-base-cased
767 MB
Ctrl+K
Ctrl+K
History: 7 commits
system's picture
system HF Staff
Update config.json
8796e81 about 6 years ago
  • .gitattributes
    345 Bytes
    initial commit over 6 years ago
  • config.json
    1.5 kB
    Update config.json about 6 years ago
  • merges.txt
    896 kB
    Update merges.txt about 6 years ago
  • tf_model.h5
    765 MB
    xet
    Update tf_model.h5 over 6 years ago
  • vocab.json
    1.56 MB
    Update vocab.json about 6 years ago