Update README.md
Browse files
README.md
CHANGED
|
@@ -21,20 +21,25 @@ pinned: false
|
|
| 21 |
</div>
|
| 22 |
<div class="underline">kNOwHATE website</div>
|
| 23 |
</a>
|
| 24 |
-
|
| 25 |
-
href="https://huggingface.co/models?filter=spacy"
|
| 26 |
-
class="block overflow-hidden group"
|
| 27 |
-
>
|
| 28 |
<div
|
| 29 |
-
class="w-full h-40 mb-2
|
| 30 |
>
|
| 31 |
-
<img
|
| 32 |
-
alt=""
|
| 33 |
-
src="/front/assets/promo/spacy_widget.jpeg"
|
| 34 |
-
class="w-full h-40 object-cover overflow-hidden"
|
| 35 |
-
/>
|
| 36 |
</div>
|
| 37 |
-
<div class="underline">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
</a>
|
| 39 |
<a
|
| 40 |
href="https://huggingface.co/models?filter=spacy"
|
|
|
|
| 21 |
</div>
|
| 22 |
<div class="underline">kNOwHATE website</div>
|
| 23 |
</a>
|
| 24 |
+
<a href="https://spacy.io/" class="block overflow-hidden group">
|
|
|
|
|
|
|
|
|
|
| 25 |
<div
|
| 26 |
+
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
|
| 27 |
>
|
| 28 |
+
<img alt="" src="/front/assets/promo/spacy_logo.png" class="w-40" />
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
</div>
|
| 30 |
+
<div class="underline">spaCy website</div>
|
| 31 |
+
</a>
|
| 32 |
+
<a
|
| 33 |
+
href="https://github.com/explosion/spacy-huggingface-hub"
|
| 34 |
+
class="block overflow-hidden"
|
| 35 |
+
>
|
| 36 |
+
<div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
|
| 37 |
+
<pre
|
| 38 |
+
class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
|
| 39 |
+
python -m spacy huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
|
| 40 |
+
</pre>
|
| 41 |
+
</div>
|
| 42 |
+
<div class="underline">Upload packages on the hub</div>
|
| 43 |
</a>
|
| 44 |
<a
|
| 45 |
href="https://huggingface.co/models?filter=spacy"
|