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

  • Log In
  • Sign Up

Thibeb
/
CamemBert_bio_generalized

Token Classification
Transformers
Safetensors
camembert
Model card Files Files and versions
xet
Community

Instructions to use Thibeb/CamemBert_bio_generalized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Thibeb/CamemBert_bio_generalized with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Thibeb/CamemBert_bio_generalized")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Thibeb/CamemBert_bio_generalized")
    model = AutoModelForTokenClassification.from_pretrained("Thibeb/CamemBert_bio_generalized")
  • Notebooks
  • Google Colab
  • Kaggle
CamemBert_bio_generalized
1.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Thibeb's picture
Thibeb
Upload 8 files
22f3c22 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.53 kB
    Upload 8 files over 2 years ago
  • model.safetensors
    440 MB
    xet
    Upload 8 files over 2 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    881 MB
    xet
    Upload 8 files over 2 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Upload 8 files over 2 years ago
  • special_tokens_map.json
    354 Bytes
    Upload 8 files over 2 years ago
  • tokenizer.json
    2.42 MB
    Upload 8 files over 2 years ago
  • tokenizer_config.json
    1.56 kB
    Upload 8 files over 2 years ago
  • trainer_config.yml
    259 Bytes
    Upload 8 files over 2 years ago