limjiayi/hateful_memes_expanded
Viewer • Updated • 16.9k • 9.06k • 17
How to use phucbruh/my-roberta-for-hateful-meme-classification with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="phucbruh/my-roberta-for-hateful-meme-classification") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("phucbruh/my-roberta-for-hateful-meme-classification")
model = AutoModelForSequenceClassification.from_pretrained("phucbruh/my-roberta-for-hateful-meme-classification")This model is a fine-tuned version of xlm-roberta-base on an hateful meme dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.5181 | 1.0 | 806 | 0.7357 |
| 0.5235 | 2.0 | 1612 | 0.7480 |
| 0.4906 | 3.0 | 2418 | 0.7239 |
| 0.4673 | 4.0 | 3224 | 0.7252 |
| 0.4678 | 5.0 | 4030 | 0.6894 |
| 0.4481 | 6.0 | 4836 | 0.7794 |
| 0.4038 | 7.0 | 5642 | 0.7926 |
| 0.3052 | 8.0 | 6448 | 0.9150 |
| 0.2344 | 9.0 | 7254 | 1.1734 |
| 0.271 | 10.0 | 8060 | 1.1404 |
Base model
FacebookAI/xlm-roberta-base