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

manu
/
lilt-camembert-base

Token Classification
Transformers
PyTorch
French
liltrobertalike
fill-mask
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use manu/lilt-camembert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="manu/lilt-camembert-base")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("manu/lilt-camembert-base", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
lilt-camembert-base
470 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
manu's picture
manu
Update README.md
3e05da9 about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    1.65 kB
    Update README.md about 4 years ago
  • config.json
    580 Bytes
    Upload config.json about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    470 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago