Thibault Goehringer
commited on
Commit
•
8ea18fc
1
Parent(s):
bb9505f
Update styling
Browse files
README.md
CHANGED
@@ -7,77 +7,79 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
<
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
pipelines with the community!<br />
|
15 |
-
With a single command, you can upload any pipeline package, with a pretty
|
16 |
-
model card and all required metadata auto-generated for you. The inference
|
17 |
-
API currently supports NER out-of-the-box and you can try out your
|
18 |
-
pipeline interactively in your browser. You'll also get a live URL for
|
19 |
-
your package that you can pip install from anywhere for a smooth path from
|
20 |
-
prototype all the way to production!
|
21 |
-
</p>
|
22 |
-
<a href="https://spacy.io/" class="block overflow-hidden group">
|
23 |
-
<div
|
24 |
-
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
|
25 |
-
>
|
26 |
-
<img alt="" src="/front/assets/promo/spacy_logo.png" class="w-40" />
|
27 |
-
</div>
|
28 |
-
<div class="underline">spaCy website</div>
|
29 |
-
</a>
|
30 |
-
<a
|
31 |
-
href="https://github.com/explosion/spacy-huggingface-hub"
|
32 |
-
class="block overflow-hidden"
|
33 |
-
>
|
34 |
-
<div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
|
35 |
-
<pre
|
36 |
-
class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
|
37 |
-
python -m spacy huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
|
38 |
-
</pre>
|
39 |
-
</div>
|
40 |
-
<div class="underline">Upload packages on the hub</div>
|
41 |
-
</a>
|
42 |
-
<a
|
43 |
-
href="https://huggingface.co/models?filter=spacy"
|
44 |
-
class="block overflow-hidden group"
|
45 |
-
>
|
46 |
-
<div
|
47 |
-
class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
|
48 |
-
>
|
49 |
-
<img
|
50 |
-
alt=""
|
51 |
-
src="/front/assets/promo/spacy_widget.jpeg"
|
52 |
-
class="w-full h-40 object-cover overflow-hidden"
|
53 |
-
/>
|
54 |
-
</div>
|
55 |
-
<div class="underline">Find all spaCy models in the Hub</div>
|
56 |
-
</a>
|
57 |
-
<div class="lg:col-span-3">
|
58 |
-
<p class="mb-4">
|
59 |
-
To upload your spaCy pipelines to the Hub, you can use the <a
|
60 |
-
href="https://github.com/explosion/spacy-huggingface-hub"
|
61 |
-
>spacy-huggingface-hub</a
|
62 |
>
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
</p>
|
65 |
-
<
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
>
|
68 |
-
<
|
69 |
-
|
70 |
-
|
71 |
-
huggingface-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
</
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
|
|
81 |
>
|
82 |
-
|
83 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
|
11 |
+
<p class="lg:col-span-3">
|
12 |
+
Hugging Face makes it really easy to share your <a
|
13 |
+
href="https://spacy.io/">spaCy</a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
>
|
15 |
+
pipelines with the community!<br />
|
16 |
+
With a single command, you can upload any pipeline package, with a pretty
|
17 |
+
model card and all required metadata auto-generated for you. The inference
|
18 |
+
API currently supports NER out-of-the-box and you can try out your
|
19 |
+
pipeline interactively in your browser. You'll also get a live URL for
|
20 |
+
your package that you can pip install from anywhere for a smooth path from
|
21 |
+
prototype all the way to production!
|
22 |
</p>
|
23 |
+
<a href="https://spacy.io/" class="block overflow-hidden group">
|
24 |
+
<div
|
25 |
+
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
|
26 |
+
>
|
27 |
+
<img alt="" src="/front/assets/promo/spacy_logo.png" class="w-40" />
|
28 |
+
</div>
|
29 |
+
<div class="underline">spaCy website</div>
|
30 |
+
</a>
|
31 |
+
<a
|
32 |
+
href="https://github.com/explosion/spacy-huggingface-hub"
|
33 |
+
class="block overflow-hidden"
|
34 |
>
|
35 |
+
<div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
|
36 |
+
<pre
|
37 |
+
class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
|
38 |
+
python -m spacy huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
|
39 |
+
</pre>
|
40 |
+
</div>
|
41 |
+
<div class="underline">Upload packages on the hub</div>
|
42 |
+
</a>
|
43 |
+
<a
|
44 |
+
href="https://huggingface.co/models?filter=spacy"
|
45 |
+
class="block overflow-hidden group"
|
46 |
+
>
|
47 |
+
<div
|
48 |
+
class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
|
49 |
>
|
50 |
+
<img
|
51 |
+
alt=""
|
52 |
+
src="/front/assets/promo/spacy_widget.jpeg"
|
53 |
+
class="w-full h-40 object-cover overflow-hidden"
|
54 |
+
/>
|
55 |
+
</div>
|
56 |
+
<div class="underline">Find all spaCy models in the Hub</div>
|
57 |
+
</a>
|
58 |
+
<div class="lg:col-span-3">
|
59 |
+
<p class="mb-4">
|
60 |
+
To upload your spaCy pipelines to the Hub, you can use the <a
|
61 |
+
href="https://github.com/explosion/spacy-huggingface-hub"
|
62 |
+
>spacy-huggingface-hub</a
|
63 |
+
>
|
64 |
+
library.
|
65 |
+
</p>
|
66 |
+
<div
|
67 |
+
class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
|
68 |
+
>
|
69 |
+
<pre
|
70 |
+
class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
|
71 |
+
pip install spacy-huggingface-hub
|
72 |
+
huggingface-cli login
|
73 |
+
python -m spacy package ./en_ner_fashion ./output --build wheel
|
74 |
+
cd ./output/en_ner_fashion-0.0.0/dist
|
75 |
+
python -m spacy huggingface-hub push en_ner_fashion-0.0.0-py3-none-any.whl
|
76 |
+
</pre>
|
77 |
+
</div>
|
78 |
+
<p>
|
79 |
+
More information: <a
|
80 |
+
href="https://spacy.io/usage/v3-1#huggingface-hub"
|
81 |
+
class="underline">spaCy 3.1 release post</a
|
82 |
+
>
|
83 |
+
</p>
|
84 |
+
</div>
|
85 |
+
</div>
|