File size: 1,971 Bytes
6419641 0849b61 6419641 0849b61 6419641 ae577cd 4153793 ae577cd 4153793 ae577cd 4153793 dc41b60 f5aa9d6 bfa0943 f5aa9d6 44f98c9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
---
title: README
emoji: 🏢
colorFrom: gray
colorTo: red
sdk: gradio
pinned: false
---
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-7">
<p class="lg:col-span-2">
Hugging Face makes it really easy to share your <a
href="https://spacy.io/">spaCy</a
>
pipelines with the community!<br />
With a single command, you can upload any pipeline package, with a pretty
model card and all required metadata auto-generated for you. The inference
API currently supports NER out-of-the-box and you can try out your
pipeline interactively in your browser. You'll also get a live URL for
your package that you can pip install from anywhere for a smooth path from
prototype all the way to production!
</p>
<a href="https://spacy.io/" class="block overflow-hidden group">
<div
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
>
<img alt="" src="/front/assets/promo/spacy_logo.png" class="w-40" />
</div>
<div class="underline">spaCy website</div>
</a>
<a
href="https://github.com/explosion/spacy-huggingface-hub"
class="block overflow-hidden"
>
<div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
<pre
class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
python -m spacy huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
</pre>
</div>
<div class="underline">Upload packages on the hub</div>
</a>
<div class="lg:col-span-1">
<p>
More information: <a
href="https://knowhate.eu"
class="underline">kNOwHATE website</a
>
</p>
</div>
</div>
# **kNOwHATE: kNOwing online HATE speech: knowledge + awareness = TacklingHate**
Welcome to the official Hugging Face organization for the kNOwHATE project!
In this organization, you can find models, datasets and a Hate Speech detection app, all developed in the context of this project.
Learn more about the project at [knowhate.eu](https://knowhate.eu) |