README / README.md
awacke1's picture
Update README.md
9ba5ed7
|
raw
history blame
2.85 kB
metadata
title: README
emoji: 🐠
colorFrom: red
colorTo: blue
sdk: static
pinned: false

Link text prefix here along with link 🌲 Yggdrasil Yggdrasil🌲- For AI Superheroes!
Legend of Huggingface: With a single command, you can upload any pipeline package, with a pretty model card and all required metadata auto-generated for you. The inference API currently supports NER out-of-the-box and you can try out your pipeline interactively in your browser. You'll also get a live URL for your package that you can pip install from anywhere for a smooth path from prototype all the way to production!

Web
    python -m CoolModelPackages huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
        
Upload packages on the hub
Find AI Classroom Spaces

To upload pipelines to the Hub, use the spacy-huggingface-hub library.

    pip install spacy-huggingface-hub
    huggingface-cli login
    python -m spacy package ./en_ner_fashion ./output --build wheel
    cd ./output/en_ner_fashion-0.0.0/dist
    python -m spacy huggingface-hub push en_ner_fashion-0.0.0-py3-none-any.whl
        

More information: spaCy 3.1 release post