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

  • Log In
  • Sign Up

AP-HP
/
dummy-ner

Token Classification
EDS-NLP
Safetensors
French
Model card Files Files and versions
xet
Community

Instructions to use AP-HP/dummy-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • EDS-NLP

    How to use AP-HP/dummy-ner with EDS-NLP:

    # Load it from the Hub directly
    import edsnlp
    nlp = edsnlp.load("AP-HP/dummy-ner")
    
    # Or install it as a package
    !pip install git+https://huggingface.co/AP-HP/dummy-ner
    
    # and import it as a module
    import dummy_ner
    
    nlp = dummy_ner.load()  # or edsnlp.load("dummy_ner")
    
  • Notebooks
  • Google Colab
  • Kaggle
dummy-ner
18.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
percevalw's picture
percevalw
Update pyproject.toml
a5b20c0 verified almost 2 years ago
  • dummy_ner
    Upload folder using huggingface_hub almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • PKG-INFO
    756 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • README.md
    271 Bytes
    Update README.md almost 2 years ago
  • pyproject.toml
    477 Bytes
    Update pyproject.toml almost 2 years ago