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

  • Log In
  • Sign Up

medkit
/
CamemBert-Bio-Generalized

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

Instructions to use medkit/CamemBert-Bio-Generalized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use medkit/CamemBert-Bio-Generalized with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="medkit/CamemBert-Bio-Generalized")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("medkit/CamemBert-Bio-Generalized")
    model = AutoModelForTokenClassification.from_pretrained("medkit/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
7e32d4e verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    1.53 kB
    Upload 8 files about 2 years ago
  • model.safetensors
    440 MB
    xet
    Upload 8 files about 2 years ago
  • optimizer.pt
    881 MB
    xet
    Upload 8 files about 2 years ago
  • sentencepiece.bpe.model
    811 kB
    xet
    Upload 8 files about 2 years ago
  • special_tokens_map.json
    354 Bytes
    Upload 8 files about 2 years ago
  • tokenizer.json
    2.42 MB
    Upload 8 files about 2 years ago
  • tokenizer_config.json
    1.56 kB
    Upload 8 files about 2 years ago
  • trainer_config.yml
    261 Bytes
    Upload 8 files about 2 years ago