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

  • Log In
  • Sign Up

medkit
/
DrBERT-CASM2

Token Classification
Transformers
PyTorch
Safetensors
French
bert
medical
biomedical
medkit-lib
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use medkit/DrBERT-CASM2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="medkit/DrBERT-CASM2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("medkit/DrBERT-CASM2")
    model = AutoModelForTokenClassification.from_pretrained("medkit/DrBERT-CASM2")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
DrBERT-CASM2
872 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
olivierb's picture
olivierb
initial commit
e5844c7 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.05 kB
    initial commit over 2 years ago
  • config.json
    959 Bytes
    initial commit over 2 years ago
  • history.json
    3.45 kB
    initial commit over 2 years ago
  • model.safetensors
    436 MB
    xet
    initial commit over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    436 MB
    xet
    initial commit over 2 years ago
  • special_tokens_map.json
    125 Bytes
    initial commit over 2 years ago
  • tokenizer.json
    706 kB
    initial commit over 2 years ago
  • tokenizer_config.json
    415 Bytes
    initial commit over 2 years ago
  • trainer_config.yml
    201 Bytes
    initial commit over 2 years ago
  • vocab.txt
    226 kB
    initial commit over 2 years ago