File size: 335 Bytes
f220c1f | 1 2 3 4 5 6 7 8 9 | # mlm-punct
This model is a fine-tuned version of XLM-RoBERTa with a custom binary classifier.
## Model Description
- **Model Architecture:** XLM-RoBERTa with two linear layers and a binary classifier
- **Configuration:** {'hidden_size': 768, 'intermediate_size': 1568, 'dropout_rate': 0.1, 'num_labels': 2}
- **Framework:** PyTorch
|