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

gilf
/
french-camembert-postag-model

Token Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
French
camembert
Model card Files Files and versions
xet
Community
1

Instructions to use gilf/french-camembert-postag-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gilf/french-camembert-postag-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="gilf/french-camembert-postag-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gilf/french-camembert-postag-model")
    model = AutoModelForTokenClassification.from_pretrained("gilf/french-camembert-postag-model")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
french-camembert-postag-model
Ctrl+K
Ctrl+K
  • 3 contributors
History: 13 commits
gilf's picture
gilf
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
172276c about 3 years ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    4.95 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    1.5 kB
    Update config.json almost 6 years ago
  • model.safetensors
    443 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin
    443 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • sentencepiece.bpe.model
    811 kB
    Update sentencepiece.bpe.model almost 6 years ago
  • special_tokens_map.json
    210 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tf_model.h5
    443 MB
    xet
    Update tf_model.h5 almost 6 years ago
  • tokenizer_config.json
    2 Bytes
    Update tokenizer_config.json almost 6 years ago