Text Generation
Transformers
Safetensors
English
internlm
custom_code
renma commited on
Commit
7fcf474
·
verified ·
1 Parent(s): 489efc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,6 +10,10 @@ pipeline_tag: text-generation
10
 
11
  # Meta-rater Language Model (3.3B Parameters, 100B Tokens)
12
 
 
 
 
 
13
  ## Model Description
14
 
15
  This is a 3.3B parameter transformer-based decoder-only language model trained from scratch on 100B tokens selected from SlimPajama dataset using the **Meta-rater** framework with all 25 quality scores. This model demonstrates the scalability of Meta-rater's data selection benefits to larger model sizes and training datasets.
 
10
 
11
  # Meta-rater Language Model (3.3B Parameters, 100B Tokens)
12
 
13
+ 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).
14
+
15
+ Code: https://github.com/opendatalab/Meta-rater
16
+
17
  ## Model Description
18
 
19
  This is a 3.3B parameter transformer-based decoder-only language model trained from scratch on 100B tokens selected from SlimPajama dataset using the **Meta-rater** framework with all 25 quality scores. This model demonstrates the scalability of Meta-rater's data selection benefits to larger model sizes and training datasets.