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

  • Log In
  • Sign Up

mble
/
nameToStdName

spaCy
English
code
ner
named entity recognition
minecraft
minecraft plugins
product name
Model card Files Files and versions
xet
Community

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

  • Libraries
  • spaCy

    How to use mble/nameToStdName with spaCy:

    !pip install https://huggingface.co/mble/nameToStdName/resolve/main/nameToStdName-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("nameToStdName")
    
    # Importing as module.
    import nameToStdName
    nlp = nameToStdName.load()
  • Notebooks
  • Google Colab
  • Kaggle
nameToStdName
71 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Maciej Błędkowski
Add models best and last
0800109 over 3 years ago
  • model-best
    Add models best and last over 3 years ago
  • model-last
    Add models best and last over 3 years ago
  • .gitattributes
    1.52 kB
    Update .gitattributes over 3 years ago
  • README.md
    490 Bytes
    Update README.md over 3 years ago