renma commited on
Commit
5bfbee1
·
verified ·
1 Parent(s): a2f4e79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -15,6 +15,10 @@ library_name: transformers
15
 
16
  # Readability Rating Model
17
 
 
 
 
 
18
  ## Model Description
19
 
20
  This model is a fine-tuned version of ModernBERT-base designed to evaluate the **Readability** dimension of text quality on a 5-point scale (0-5). Readability measures the ease with which a reader can understand a written text, considering factors such as clarity, coherence, vocabulary complexity, and sentence structure.
 
15
 
16
  # Readability Rating Model
17
 
18
+ This repository contains the model described in the paper [Meta-rater: A Multi-dimensional Data Selection Method for Pre-training Language Models](https://huggingface.co/papers/2504.14194).
19
+
20
+ Code: https://github.com/opendatalab/Meta-rater
21
+
22
  ## Model Description
23
 
24
  This model is a fine-tuned version of ModernBERT-base designed to evaluate the **Readability** dimension of text quality on a 5-point scale (0-5). Readability measures the ease with which a reader can understand a written text, considering factors such as clarity, coherence, vocabulary complexity, and sentence structure.