Instructions to use ucberkeley-dlab/hate-measure-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use ucberkeley-dlab/hate-measure-roberta-large with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("ucberkeley-dlab/hate-measure-roberta-large") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,8 @@ tags:
|
|
| 7 |
- counterspeech
|
| 8 |
- irt
|
| 9 |
- arxiv:2009.10277
|
| 10 |
-
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Measuring hate speech: RoBERTa-Large
|
|
|
|
| 7 |
- counterspeech
|
| 8 |
- irt
|
| 9 |
- arxiv:2009.10277
|
| 10 |
+
datasets:
|
| 11 |
+
- ucberkeley-dlab/measuring-hate-speech
|
| 12 |
---
|
| 13 |
|
| 14 |
# Measuring hate speech: RoBERTa-Large
|