yaful/MAGE
Viewer • Updated • 437k • 2.04k • 14
How to use michaelcw02/roberta-human-or-machine-classification with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="michaelcw02/roberta-human-or-machine-classification") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("michaelcw02/roberta-human-or-machine-classification")
model = AutoModelForSequenceClassification.from_pretrained("michaelcw02/roberta-human-or-machine-classification")This model is a fine-tuned version of roberta-base on the yaful/MAGE 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.0811 | 1.0 | 6136 | 0.4389 |
Base model
FacebookAI/roberta-base