Instructions to use AIDA-UPM/bertweet-base-multi-mami with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AIDA-UPM/bertweet-base-multi-mami with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AIDA-UPM/bertweet-base-multi-mami")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AIDA-UPM/bertweet-base-multi-mami") model = AutoModelForSequenceClassification.from_pretrained("AIDA-UPM/bertweet-base-multi-mami", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fix example
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
language: en
|
| 7 |
license: apache-2.0
|
| 8 |
widget:
|
| 9 |
-
- text: "
|
| 10 |
example_title: "Misogyny detection"
|
| 11 |
---
|
| 12 |
|
|
|
|
| 6 |
language: en
|
| 7 |
license: apache-2.0
|
| 8 |
widget:
|
| 9 |
+
- text: "Women wear yoga pants because men don't stare at their personality"
|
| 10 |
example_title: "Misogyny detection"
|
| 11 |
---
|
| 12 |
|