Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -6,5 +6,57 @@ colorTo: blue
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
|
10 |
+
<p class="lg:col-span-3">
|
11 |
+
Link text prefix here along with link <a href="https://github.com/AaronCWacker/Yggdrasil/">Yggdrasil</a> Yggdrasil - For AI Superheroes!<br />
|
12 |
+
Legend of Huggingface: With a single command, you can upload any pipeline package, with a pretty
|
13 |
+
model card and all required metadata auto-generated for you. The inference
|
14 |
+
API currently supports NER out-of-the-box and you can try out your
|
15 |
+
pipeline interactively in your browser. You'll also get a live URL for
|
16 |
+
your package that you can pip install from anywhere for a smooth path from
|
17 |
+
prototype all the way to production!
|
18 |
+
</p>
|
19 |
+
<a href="https://huggingface.co/awacke1" class="block overflow-hidden group">
|
20 |
+
<div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]">
|
21 |
+
<img alt="" src="/image.png" class="w-40" />
|
22 |
+
</div>
|
23 |
+
<div class="underline">Web</div>
|
24 |
+
</a>
|
25 |
+
<a
|
26 |
+
href="https://github.com/AaronCWacker"
|
27 |
+
class="block overflow-hidden"
|
28 |
+
>
|
29 |
+
<div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
|
30 |
+
<pre
|
31 |
+
class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
|
32 |
+
python -m CoolModelPackages huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
|
33 |
+
</pre>
|
34 |
+
</div>
|
35 |
+
<div class="underline">Upload packages on the hub</div>
|
36 |
+
</a>
|
37 |
+
<a href="https://huggingface.co/awacke1?sort_spaces=likes#spaces"
|
38 |
+
class="block overflow-hidden group">
|
39 |
+
<div class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden">
|
40 |
+
<img alt="" src="/widget.jpeg" class="w-full h-40 object-cover overflow-hidden"/>
|
41 |
+
</div>
|
42 |
+
<div class="underline">Find AI Classroom Spaces</div>
|
43 |
+
</a>
|
44 |
+
<div class="lg:col-span-3">
|
45 |
+
<p class="mb-4">
|
46 |
+
To upload pipelines to the Hub, use the <a href="https://github.com/explosion/spacy-huggingface-hub">spacy-huggingface-hub</a> library.
|
47 |
+
</p>
|
48 |
+
<div class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4">
|
49 |
+
<pre class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
|
50 |
+
pip install spacy-huggingface-hub
|
51 |
+
huggingface-cli login
|
52 |
+
python -m spacy package ./en_ner_fashion ./output --build wheel
|
53 |
+
cd ./output/en_ner_fashion-0.0.0/dist
|
54 |
+
python -m spacy huggingface-hub push en_ner_fashion-0.0.0-py3-none-any.whl
|
55 |
+
</pre>
|
56 |
+
</div>
|
57 |
+
<p>
|
58 |
+
More information: <a href="https://spacy.io/usage/v3-1#huggingface-hub"
|
59 |
+
class="underline">spaCy 3.1 release post</a>
|
60 |
+
</p>
|
61 |
+
</div>
|
62 |
+
</div>
|