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

doctolib-lab
/
finemed-entity-extractor-fr

Token Classification
GLiNER2
Safetensors
GLiNER
French
extractor
medical
healthcare
french
finemed
ner
medical-entity-recognition
Model card Files Files and versions
xet
Community
1

Instructions to use doctolib-lab/finemed-entity-extractor-fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • GLiNER2

    How to use doctolib-lab/finemed-entity-extractor-fr with GLiNER2:

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("doctolib-lab/finemed-entity-extractor-fr")
    
    # Extract entities
    text = "Apple CEO Tim Cook announced iPhone 15 in Cupertino yesterday."
    result = extractor.extract_entities(text, ["company", "person", "product", "location"])
    
    print(result)
  • GLiNER

    How to use doctolib-lab/finemed-entity-extractor-fr with GLiNER:

    from gliner import GLiNER
    
    model = GLiNER.from_pretrained("doctolib-lab/finemed-entity-extractor-fr")
  • Notebooks
  • Google Colab
  • Kaggle
finemed-entity-extractor-fr
1.25 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
bofenghuang's picture
bofenghuang
Upload LICENSE with huggingface_hub
18e30eb verified 2 days ago
  • assets
    Super-squash branch 'main' using huggingface_hub 14 days ago
  • encoder_config
    Super-squash branch 'main' using huggingface_hub 14 days ago
  • .gitattributes
    1.63 kB
    Super-squash branch 'main' using huggingface_hub 14 days ago
  • LICENSE
    11.3 kB
    Upload LICENSE with huggingface_hub 2 days ago
  • README.md
    6.05 kB
    Update README.md (#1) 12 days ago
  • added_tokens.json
    230 Bytes
    Super-squash branch 'main' using huggingface_hub 14 days ago
  • config.json
    234 Bytes
    Super-squash branch 'main' using huggingface_hub 14 days ago
  • model.safetensors
    1.23 GB
    xet
    Super-squash branch 'main' using huggingface_hub 14 days ago
  • special_tokens_map.json
    2.41 kB
    Super-squash branch 'main' using huggingface_hub 14 days ago
  • spm.model
    4.31 MB
    xet
    Super-squash branch 'main' using huggingface_hub 14 days ago
  • tokenizer.json
    16.3 MB
    xet
    Super-squash branch 'main' using huggingface_hub 14 days ago
  • tokenizer_config.json
    21.6 kB
    Super-squash branch 'main' using huggingface_hub 14 days ago