flaird
Collection
Forensic Linguistics and AI for the Detection of Machine-Generated Disinformation Campaigns. • 12 items • Updated
How to use MahmoodAnaam/flaird-modernbert-large-concatenation-single-task with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="MahmoodAnaam/flaird-modernbert-large-concatenation-single-task", trust_remote_code=True) # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("MahmoodAnaam/flaird-modernbert-large-concatenation-single-task", trust_remote_code=True, device_map="auto")This model is a fine-tuned version of on an unknown 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 | Roc-auc | Brier | C@1 | F1 | F05u | Mean |
|---|---|---|---|---|---|---|---|---|---|
| 0.0063 | 0.1000 | 3968 | 0.0060 | 0.994 | 0.967 | 0.958 | 0.978 | 0.99 | 0.977 |
| 0.0057 | 0.2000 | 7936 | 0.0050 | 0.997 | 0.959 | 0.942 | 0.969 | 0.987 | 0.971 |
| 0.0042 | 0.3001 | 11904 | 0.0035 | 0.998 | 0.981 | 0.974 | 0.986 | 0.994 | 0.986 |
| 0.0032 | 0.4001 | 15872 | 0.0035 | 0.998 | 0.975 | 0.965 | 0.982 | 0.992 | 0.982 |
| 0.0029 | 0.5001 | 19840 | 0.0032 | 0.998 | 0.978 | 0.969 | 0.984 | 0.993 | 0.984 |
| 0.0024 | 0.6001 | 23808 | 0.0026 | 0.999 | 0.983 | 0.977 | 0.988 | 0.995 | 0.988 |
| 0.0021 | 0.7001 | 27776 | 0.0022 | 0.999 | 0.987 | 0.982 | 0.991 | 0.996 | 0.991 |
| 0.0021 | 0.8002 | 31744 | 0.0019 | 0.999 | 0.989 | 0.985 | 0.992 | 0.997 | 0.993 |
| 0.0016 | 0.9002 | 35712 | 0.0019 | 0.999 | 0.989 | 0.986 | 0.993 | 0.997 | 0.993 |
| 0.0017 | 1.0 | 39672 | 0.0018 | 0.999 | 0.99 | 0.987 | 0.993 | 0.997 | 0.993 |