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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -30,27 +30,26 @@ 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
- <!-- 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;
38
- background-color: #000; /* Black background */
39
- color: #fff; /* White text for contrast */
40
  margin: 0;
41
  padding: 0;
42
  }
43
  .container {
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 {
@@ -99,7 +98,7 @@ base_model:
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>
@@ -148,12 +147,13 @@ base_model:
148
  </div>
149
  <div class="quantizations">
150
  <h2 class="section-title">Quantizations</h2>
151
- <div class="quantization-info">
152
  <h4>We provide GGUF quantized versions of Golden-Curry-12B:</h4>
153
- <ul>
154
  <li><a href="https://huggingface.co/mradermacher/Golden-Curry-12B-GGUF" target="_blank">Golden-Curry-12B GGUF</a></li>
155
  <li><a href="https://huggingface.co/mradermacher/Golden-Curry-12B-i1-GGUF" target="_blank">Golden-Curry-12B-i1 GGUF</a></li>
156
- </ul>
 
157
  </div>
158
  </div>
159
  </body>
 
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
+ <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700&display=swap" rel="stylesheet">
 
34
  <style>
35
  body {
36
+ font-family: 'Orbitron', sans-serif;
37
+ background-color: #000;
38
+ color: #fff;
39
  margin: 0;
40
  padding: 0;
41
  }
42
  .container {
43
  width: 95%;
44
  margin: 0 auto;
45
+ background-color: #222;
46
+ padding: 10px 20px 20px 20px;
47
  border-radius: 10px;
48
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
49
  }
50
  h1, h2, h3, h4 {
51
+ font-family: 'Orbitron', sans-serif;
52
+ color: #996515;
53
  text-align: center;
54
  }
55
  h3 {
 
98
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
99
  }
100
  .quantization-info h4 {
101
+ font-family: 'Orbitron', sans-serif;
102
  color: #996515;
103
  }
104
  </style>
 
147
  </div>
148
  <div class="quantizations">
149
  <h2 class="section-title">Quantizations</h2>
150
+ <div class="quantization-info">
151
  <h4>We provide GGUF quantized versions of Golden-Curry-12B:</h4>
152
+ <ul>
153
  <li><a href="https://huggingface.co/mradermacher/Golden-Curry-12B-GGUF" target="_blank">Golden-Curry-12B GGUF</a></li>
154
  <li><a href="https://huggingface.co/mradermacher/Golden-Curry-12B-i1-GGUF" target="_blank">Golden-Curry-12B-i1 GGUF</a></li>
155
+ </ul>
156
+ </div>
157
  </div>
158
  </div>
159
  </body>