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

Yanzhu
/
bertweetfr-base

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

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

  • Libraries
  • Transformers

    How to use Yanzhu/bertweetfr-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Yanzhu/bertweetfr-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Yanzhu/bertweetfr-base")
    model = AutoModelForMaskedLM.from_pretrained("Yanzhu/bertweetfr-base")
  • Notebooks
  • Google Colab
  • Kaggle
bertweetfr-base
888 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
df6d7a9 almost 3 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    98 Bytes
    Update README.md almost 5 years ago
  • config.json
    726 Bytes
    commit from vanessea almost 5 years ago
  • model.safetensors
    443 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    commit from vanessea almost 5 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    commit from vanessea almost 5 years ago
  • special_tokens_map.json
    299 Bytes
    commit from vanessea almost 5 years ago
  • tokenizer.json
    1.39 MB
    commit from vanessea almost 5 years ago
  • tokenizer_config.json
    414 Bytes
    commit from vanessea almost 5 years ago