| # 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 | |