AetherPrior commited on
Commit
f220c1f
·
verified ·
1 Parent(s): dee6969

Add model card

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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