Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Yanzhu's picture
Yanzhu
Update README.md
90de75c almost 5 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • README.md
    98 Bytes
    Update README.md almost 5 years ago
  • config.json
    726 Bytes
    commit from vanessea almost 5 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