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