OrlandoHugBot commited on
Commit
02cd841
·
verified ·
1 Parent(s): 7d6f941

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -24
README.md CHANGED
@@ -29,26 +29,48 @@ license: mit
29
  ## 2. Evaluation
30
 
31
 
32
- <div align="center">
33
- <img src="open_source.png" width="100%" height="100%" alt="skywork_r1v2_eval_open" />
34
- </div>
35
- <div align="center">
36
- <b>Comparison with Larger-Scale Open-Source Models</b>
37
- </div>
38
- <br>
39
-
40
-
41
-
42
- <div align="center">
43
- <img src="properitary.png" width="100%" height="100%" alt="skywork_r1v2_eval_properitary" />
44
- </div>
45
- <div align="center">
46
- <b>Comparison with Properitary Models</b>
47
- </div>
48
- <br>
49
-
50
-
51
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  <table>
53
  <thead>
54
  <tr>
@@ -248,10 +270,8 @@ license: mit
248
  </tr>
249
  </tbody>
250
  </table>
251
- <div align="center">
252
- <b>Evaluation results of state-of-the-art LLMs and VLMs</b>
253
- </div>
254
- <br>
255
 
256
 
257
 
 
29
  ## 2. Evaluation
30
 
31
 
32
+ <style>
33
+ section {
34
+ margin-bottom: 4em;
35
+ }
36
+ figure {
37
+ margin: 2em 0;
38
+ text-align: center;
39
+ }
40
+ figcaption {
41
+ font-weight: bold;
42
+ margin-top: 0.5em;
43
+ }
44
+ table {
45
+ margin: 3em auto;
46
+ width: 100%;
47
+ border-collapse: collapse;
48
+ }
49
+ table th, table td {
50
+ padding: 0.6em;
51
+ border: 1px solid #ddd;
52
+ text-align: center;
53
+ }
54
+ </style>
55
+
56
+ <section>
57
+ <figure>
58
+ <img src="open_source.png" alt="Open Source" width="100%" />
59
+ <figcaption>Comparison with Larger-Scale Open-Source Models</figcaption>
60
+ </figure>
61
+ </section>
62
+
63
+ <section>
64
+ <figure>
65
+ <img src="properitary.png" alt="Proprietary" width="100%" />
66
+ <figcaption>Comparison with Proprietary Models</figcaption>
67
+ </figure>
68
+ </section>
69
+
70
+ <section>
71
+ <div align="center">
72
+ <h3>Evaluation Results of State-of-the-Art LLMs and VLMs</h3>
73
+ </div>
74
  <table>
75
  <thead>
76
  <tr>
 
270
  </tr>
271
  </tbody>
272
  </table>
273
+ </section>
274
+
 
 
275
 
276
 
277