melaseddik commited on
Commit
7678874
1 Parent(s): 66224d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -122,17 +122,17 @@ print(tokenizer.decode(outputs[0]))
122
  <tr>
123
  <th>Metrics</th>
124
  <th>Llama3.1-8B</th>
125
- <th style="background-color: rgb(80, 15, 213);">Falcon3-7B-Base</th>
126
  </tr>
127
  <tr>
128
  <td>Row 1, Cell 1</td>
129
  <td>Row 1, Cell 2</td>
130
- <td style="background-color: rgb(80, 15, 213);">Row 1, Cell 3</td>
131
  </tr>
132
  <tr>
133
  <td>Row 2, Cell 1</td>
134
  <td>Row 2, Cell 2</td>
135
- <td style="background-color: rgb(80, 15, 213);">Row 2, Cell 3</td>
136
  </tr>
137
  </table>
138
 
 
122
  <tr>
123
  <th>Metrics</th>
124
  <th>Llama3.1-8B</th>
125
+ <th style="background-color: rgba(80, 15, 213, 0.5);">Falcon3-7B-Base</th>
126
  </tr>
127
  <tr>
128
  <td>Row 1, Cell 1</td>
129
  <td>Row 1, Cell 2</td>
130
+ <td style="background-color: rgba(80, 15, 213, 0.5);">Row 1, Cell 3</td>
131
  </tr>
132
  <tr>
133
  <td>Row 2, Cell 1</td>
134
  <td>Row 2, Cell 2</td>
135
+ <td style="background-color: rgba(80, 15, 213, 0.5);">Row 2, Cell 3</td>
136
  </tr>
137
  </table>
138