Instructions to use l3cube-pune/hate-bert-hasoc-marathi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use l3cube-pune/hate-bert-hasoc-marathi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="l3cube-pune/hate-bert-hasoc-marathi")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("l3cube-pune/hate-bert-hasoc-marathi") model = AutoModelForSequenceClassification.from_pretrained("l3cube-pune/hate-bert-hasoc-marathi") - Notebooks
- Google Colab
- Kaggle
Commit ·
d232ecf
1
Parent(s): 1112987
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ widget:
|
|
| 13 |
## hate-bert-hasoc-marathi
|
| 14 |
|
| 15 |
hate-bert-hasoc-marathi is a binary hate speech model fine-tuned on Marathi Hasoc Hate Speech Dataset 2021.
|
|
|
|
| 16 |
|
| 17 |
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2110.12200)
|
| 18 |
|
|
|
|
| 13 |
## hate-bert-hasoc-marathi
|
| 14 |
|
| 15 |
hate-bert-hasoc-marathi is a binary hate speech model fine-tuned on Marathi Hasoc Hate Speech Dataset 2021.
|
| 16 |
+
The label mappings are 0 -> None, 1 -> Hate.
|
| 17 |
|
| 18 |
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2110.12200)
|
| 19 |
|