Mia01ai commited on
Commit
32a17ec
1 Parent(s): c1079f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -269,7 +269,22 @@ If you want to deploy Yi models, make sure you meet the [software and hardware r
269
  ### Model info
270
 
271
  - For chat and base models
272
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
  <table>
274
  <thead>
275
  <tr>
 
269
  ### Model info
270
 
271
  - For chat and base models
272
+ <!DOCTYPE html>
273
+ <html lang="en">
274
+ <head>
275
+ <meta charset="UTF-8">
276
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
277
+ <title>Model Card Table</title>
278
+ <style>
279
+ table {
280
+ border-collapse: collapse; /* 合并边框 */
281
+ }
282
+ th, td {
283
+ border: 1px solid black; /* 设置单元格边框 */
284
+ text-align: center; /* 居中对齐内容 */
285
+ }
286
+ </style>
287
+ </head>
288
  <table>
289
  <thead>
290
  <tr>