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

cmarkea
/
distilcamembert-base-ner

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

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

  • Libraries
  • Transformers

    How to use cmarkea/distilcamembert-base-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="cmarkea/distilcamembert-base-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cmarkea/distilcamembert-base-ner")
    model = AutoModelForTokenClassification.from_pretrained("cmarkea/distilcamembert-base-ner")
  • Notebooks
  • Google Colab
  • Kaggle
distilcamembert-base-ner
Ctrl+K
Ctrl+K
  • 6 contributors
History: 79 commits
Cyrile's picture
Cyrile
Update README.md
e539d95 verified over 1 year ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#9) almost 3 years ago
  • README.md
    7.25 kB
    Update README.md over 1 year ago
  • config.json
    945 Bytes
    Update config.json over 4 years ago
  • model.onnx
    270 MB
    xet
    Add onnx model almost 4 years ago
  • model.safetensors
    270 MB
    xet
    Adding `safetensors` variant of this model (#9) almost 3 years ago
  • model_quantized.onnx
    143 MB
    xet
    Upload model_quantized.onnx over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    270 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Upload sentencepiece.bpe.model with git-lfs over 4 years ago
  • tf_model.h5
    270 MB
    xet
    Upload tf_model.h5 with git-lfs about 4 years ago
  • tokenizer_config.json
    236 Bytes
    Upload tokenizer_config.json over 4 years ago
  • vocab.txt
    317 kB
    Upload vocab.txt almost 3 years ago