TomPei commited on
Commit
b4cd316
·
verified ·
1 Parent(s): 944c7f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -17
README.md CHANGED
@@ -49,23 +49,20 @@ The **Chinese Fineweb Edu Dataset V2.1** is an enhanced version of the V2 datase
49
 
50
  #### Data Distribution by Score
51
 
52
- - 4-5
53
-
54
- <p align="center">
55
- <img width="900px" alt="experiment" src="./v21_45_source_stats.png">
56
- </p>
57
-
58
- - 3-4
59
-
60
- <p align="center">
61
- <img width="900px" alt="experiment" src="./v21_34_source_stats.png">
62
- </p>
63
-
64
- - 2-3
65
-
66
- <p align="center">
67
- <img width="900px" alt="experiment" src="./v21_23_source_stats.png">
68
- </p>
69
 
70
 
71
 
 
49
 
50
  #### Data Distribution by Score
51
 
52
+ <div style="display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;">
53
+ <div>
54
+ <p align="center">score-4-5</p>
55
+ <img width="400px" alt="experiment" src="./v21_45_source_stats.png">
56
+ </div>
57
+ <div>
58
+ <p align="center">score-3-4</p>
59
+ <img width="400px" alt="experiment" src="./v21_34_source_stats.png">
60
+ </div>
61
+ <div>
62
+ <p align="center">score-2-3</p>
63
+ <img width="400px" alt="experiment" src="./v21_23_source_stats.png">
64
+ </div>
65
+ </div>
 
 
 
66
 
67
 
68