DhiyaEddine wdevazelhes commited on
Commit
d34c453
1 Parent(s): a01146d

fix size of table and names of columns (#2)

Browse files

- fix size of table and names of columns (26023bc9d2ac1ada3e15df20ee56325847ec1edf)


Co-authored-by: William de Vazelhes <[email protected]>

Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -134,22 +134,22 @@ Falcon3-7B is trained on 256 H100 nodes (world size 2048).
134
  # Evaluation
135
  <table border="1" style="width: 100%; text-align: center; border-collapse: collapse;">
136
  <colgroup>
137
- <col style="width: 15%;">
138
- <col style="width: 15%;">
139
- <col style="width: 14%;">
140
- <col style="width: 14%;">
141
- <col style="width: 14%;">
142
- <col style="width: 14%;">
143
- <col style="background-color: rgba(80, 15, 213, 0.5); width: 14%;">
144
  </colgroup>
145
  <thead>
146
  <tr>
147
  <th>Category</th>
148
  <th>Benchmark</th>
149
- <th>meta-llama/Llama-3.2-1B</th>
150
- <th>Qwen/Qwen2.5-1.5B</th>
151
- <th>HuggingFaceTB/SmolLM2-1.7B</th>
152
- <th>google/gemma-2-2b</th>
153
  <th>Falcon3-1B-Base</th>
154
  </tr>
155
  </thead>
 
134
  # Evaluation
135
  <table border="1" style="width: 100%; text-align: center; border-collapse: collapse;">
136
  <colgroup>
137
+ <col style="width: 10%;">
138
+ <col style="width: 10%;">
139
+ <col style="width: 7%;">
140
+ <col style="width: 7%;">
141
+ <col style="width: 7%;">
142
+ <col style="width: 7%;">
143
+ <col style="background-color: rgba(80, 15, 213, 0.5); width: 7%;">
144
  </colgroup>
145
  <thead>
146
  <tr>
147
  <th>Category</th>
148
  <th>Benchmark</th>
149
+ <th>Llama-3.2-1B</th>
150
+ <th>Qwen2.5-1.5B</th>
151
+ <th>SmolLM2-1.7B</th>
152
+ <th>gemma-2-2b</th>
153
  <th>Falcon3-1B-Base</th>
154
  </tr>
155
  </thead>