hardlyworking commited on
Commit
b569f8a
·
verified ·
1 Parent(s): acf4153

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -30,6 +30,8 @@ base_model:
30
  <meta charset="UTF-8">
31
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
32
  <title>Golden-Curry-12B Model Card</title>
 
 
33
  <style>
34
  body {
35
  font-family: 'Arial', sans-serif;
@@ -42,20 +44,19 @@ base_model:
42
  width: 95%;
43
  margin: 0 auto;
44
  background-color: #222; /* Dark grey container for contrast */
45
- padding: 20px 20px 20px 20px;
46
  border-radius: 10px;
47
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
48
  }
49
- h1, h2 {
 
50
  color: #996515; /* Bright color for headings */
51
  text-align: center;
52
  }
53
  h3 {
54
- color: #996515; /* Bright color for model title */
55
- text-align: center;
56
- font-size: 3em; /* Increase the title size */
57
  margin-top: 10px;
58
- margin-bottom: 20px; /* Space below the title */
59
  }
60
  p {
61
  line-height: 1.6;
@@ -66,8 +67,8 @@ base_model:
66
  margin-bottom: 20px;
67
  }
68
  .image-container img {
69
- display: inline-block; /* Ensures image is treated as inline element */
70
- max-width: 100%; /* Ensure image is responsive */
71
  height: auto;
72
  }
73
  .description, .procedure, .data, .quantizations {
@@ -78,7 +79,7 @@ base_model:
78
  margin-left: 20px;
79
  }
80
  .quote {
81
- background-color: #333; /* Slightly lighter background for quote section */
82
  padding: 10px;
83
  border-left: 4px solid #ff6f61;
84
  font-style: italic;
@@ -86,19 +87,20 @@ base_model:
86
  }
87
  .section-title {
88
  font-size: 1.5em;
89
- color: #996515; /* Corrected color for section titles */
90
- border-bottom: 2px solid #996515; /* Corrected underline color */
91
  padding-bottom: 5px;
92
  margin-bottom: 10px;
93
  }
94
  .quantization-info {
95
- background-color: #444; /* Dark grey background for quantization info */
96
  padding: 20px;
97
  border-radius: 8px;
98
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
99
  }
100
  .quantization-info h4 {
101
- color: #996515; /* Corrected color for quantization subheading */
 
102
  }
103
  </style>
104
  </head>
@@ -155,4 +157,4 @@ base_model:
155
  </div>
156
  </div>
157
  </body>
158
- </html>
 
30
  <meta charset="UTF-8">
31
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
32
  <title>Golden-Curry-12B Model Card</title>
33
+ <!-- Import Roboto Slab font -->
34
+ <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
35
  <style>
36
  body {
37
  font-family: 'Arial', sans-serif;
 
44
  width: 95%;
45
  margin: 0 auto;
46
  background-color: #222; /* Dark grey container for contrast */
47
+ padding: 10px 20px 20px 20px; /* Reduced top padding */
48
  border-radius: 10px;
49
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
50
  }
51
+ h1, h2, h3, h4 {
52
+ font-family: 'Roboto Slab', serif;
53
  color: #996515; /* Bright color for headings */
54
  text-align: center;
55
  }
56
  h3 {
57
+ font-size: 3em;
 
 
58
  margin-top: 10px;
59
+ margin-bottom: 20px;
60
  }
61
  p {
62
  line-height: 1.6;
 
67
  margin-bottom: 20px;
68
  }
69
  .image-container img {
70
+ display: inline-block;
71
+ max-width: 100%;
72
  height: auto;
73
  }
74
  .description, .procedure, .data, .quantizations {
 
79
  margin-left: 20px;
80
  }
81
  .quote {
82
+ background-color: #333;
83
  padding: 10px;
84
  border-left: 4px solid #ff6f61;
85
  font-style: italic;
 
87
  }
88
  .section-title {
89
  font-size: 1.5em;
90
+ color: #996515;
91
+ border-bottom: 2px solid #996515;
92
  padding-bottom: 5px;
93
  margin-bottom: 10px;
94
  }
95
  .quantization-info {
96
+ background-color: #444;
97
  padding: 20px;
98
  border-radius: 8px;
99
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
100
  }
101
  .quantization-info h4 {
102
+ font-family: 'Roboto Slab', serif;
103
+ color: #996515;
104
  }
105
  </style>
106
  </head>
 
157
  </div>
158
  </div>
159
  </body>
160
+ </html>