Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,6 @@ It achieves the following results on the evaluation set:
|
|
22 |
## Model description
|
23 |
|
24 |
This is a modernbert model with a regression head designed to predict the Content score of a summary.
|
25 |
-
Before the finetuning step, the model was pretrained on a very large synthetic dataset.
|
26 |
|
27 |
The input should be the summary + [sep] + source.
|
28 |
|
@@ -57,7 +56,7 @@ The scores are normalized such that 0 is the mean of the training data and 1 is
|
|
57 |
|
58 |
## Training and evaluation data
|
59 |
|
60 |
-
|
61 |
|
62 |
## Training procedure
|
63 |
|
|
|
22 |
## Model description
|
23 |
|
24 |
This is a modernbert model with a regression head designed to predict the Content score of a summary.
|
|
|
25 |
|
26 |
The input should be the summary + [sep] + source.
|
27 |
|
|
|
56 |
|
57 |
## Training and evaluation data
|
58 |
|
59 |
+
Before the finetuning step, the model was pretrained on a very large synthetic dataset.
|
60 |
|
61 |
## Training procedure
|
62 |
|