Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# mlm-punct
|
| 2 |
+
|
| 3 |
+
This model is a fine-tuned version of XLM-RoBERTa with a custom binary classifier.
|
| 4 |
+
|
| 5 |
+
## Model Description
|
| 6 |
+
- **Model Architecture:** XLM-RoBERTa with two linear layers and a binary classifier
|
| 7 |
+
- **Configuration:** {'hidden_size': 768, 'intermediate_size': 1568, 'dropout_rate': 0.1, 'num_labels': 2}
|
| 8 |
+
- **Framework:** PyTorch
|