Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,8 @@ sdk: gradio
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
<div class="grid lg:grid-cols-
|
11 |
-
<p class="lg:col-span-
|
12 |
Hugging Face makes it really easy to share your <a
|
13 |
href="https://spacy.io/">spaCy</a
|
14 |
>
|
@@ -40,45 +40,11 @@ pinned: false
|
|
40 |
</div>
|
41 |
<div class="underline">Upload packages on the hub</div>
|
42 |
</a>
|
43 |
-
<
|
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://
|
81 |
-
class="underline">
|
82 |
>
|
83 |
</p>
|
84 |
</div>
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-7">
|
11 |
+
<p class="lg:col-span-2">
|
12 |
Hugging Face makes it really easy to share your <a
|
13 |
href="https://spacy.io/">spaCy</a
|
14 |
>
|
|
|
40 |
</div>
|
41 |
<div class="underline">Upload packages on the hub</div>
|
42 |
</a>
|
43 |
+
<div class="lg:col-span-1">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
<p>
|
45 |
More information: <a
|
46 |
+
href="https://knowhate.eu"
|
47 |
+
class="underline">kNOwHATE website</a
|
48 |
>
|
49 |
</p>
|
50 |
</div>
|