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

lgrobol
/
flaubert-minuscule

Fill-Mask
Transformers
PyTorch
Safetensors
flaubert
Model card Files Files and versions
xet
Community
1

Instructions to use lgrobol/flaubert-minuscule with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lgrobol/flaubert-minuscule with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="lgrobol/flaubert-minuscule")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("lgrobol/flaubert-minuscule")
    model = AutoModelForMaskedLM.from_pretrained("lgrobol/flaubert-minuscule")
  • Notebooks
  • Google Colab
  • Kaggle
flaubert-minuscule
38.7 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
lgrobol's picture
lgrobol
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
4f4d496 about 3 years ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    87 Bytes
    Create README.md over 4 years ago
  • config.json
    1.59 kB
    First model version over 4 years ago
  • merges.txt
    574 kB
    First model version over 4 years ago
  • model.safetensors
    18.4 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    18.4 MB
    xet
    First model version over 4 years ago
  • special_tokens_map.json
    305 Bytes
    First model version over 4 years ago
  • tokenizer_config.json
    574 Bytes
    First model version over 4 years ago
  • vocab.json
    1.31 MB
    First model version over 4 years ago