PotatoOff commited on
Commit
8de6896
1 Parent(s): 6134785

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -52,7 +52,7 @@ language:
52
  background-color: #2D3748;
53
  color: #CBD5E0;
54
  font-family: 'Fira Code', 'JetBrains Mono', monospace;
55
- padding: 20px;
56
  border-radius: 10px;
57
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
58
  font-size: 14px;
@@ -61,6 +61,7 @@ language:
61
  margin-top: 40px;
62
  border: 2px solid #4A90E2;
63
  transition: box-shadow 0.3s ease;
 
64
  }
65
  .info:hover {
66
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6), 0 0 24px rgba(74, 144, 226, 0.6);
@@ -122,7 +123,7 @@ language:
122
  </div>
123
  </div>
124
  <div style="overflow: hidden; position: relative;">
125
- <div class="info" style="overflow: hidden; padding-right: 5%;">
126
  <img src="https://cdn-uploads.huggingface.co/production/uploads/64e7616c7df33432812e3c57/KaeVaaLOYZb0k81BbQ2-m.png" alt="OPEN LLM BENCHMARK" style="width: auto; max-width: 60%; max-height: 100%; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); margin-right: 3%; display: block; float: left;">
127
  <h2 style="margin-top: 0;">BenchMarks on OpenLLM Leaderboard</h2>
128
  <p>More details: <a href="https://huggingface.co/datasets/open-llm-leaderboard/details_PotatoOff__HamSter-0.2" target="_blank">HamSter-0.2 OpenLLM BenchMarks</a></p>
@@ -133,12 +134,11 @@ language:
133
  <img src="https://cdn-uploads.huggingface.co/production/uploads/64e7616c7df33432812e3c57/NSUmxUmDyhO9tJb-NZd8m.png" alt="Ayumi's LLM Role Play & ERP Ranking" style="width: auto; max-width: 37%; max-height: 100%; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); margin-left: 0%; display: block; float: right;">
134
  <h2 style="margin-top: 0;">BenchMarks on Ayumi's LLM Role Play & ERP Ranking</h2>
135
  <ul style="margin-top: 0;">
136
- <p class="info">More details: <a href="http://ayumi.m8geil.de/results_v3/model_resp_DL_20240114_7B-Q6_K_HamSter_0.2.html">Ayumi's LLM RolePlay & ERP Rankin HamSter-0.2 GGUF version Q6_K</a></p>
137
  </ul>
138
  </div>
139
  </div>
140
  <h2 style="color: #E2E8F0; margin-bottom: 20px;">Have Fun :)</h2>
141
  </div>
142
-
143
  </body>
144
  </html>
 
52
  background-color: #2D3748;
53
  color: #CBD5E0;
54
  font-family: 'Fira Code', 'JetBrains Mono', monospace;
55
+ padding: 10px;
56
  border-radius: 10px;
57
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
58
  font-size: 14px;
 
61
  margin-top: 40px;
62
  border: 2px solid #4A90E2;
63
  transition: box-shadow 0.3s ease;
64
+ position: relative; /* Ensure proper stacking */
65
  }
66
  .info:hover {
67
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6), 0 0 24px rgba(74, 144, 226, 0.6);
 
123
  </div>
124
  </div>
125
  <div style="overflow: hidden; position: relative;">
126
+ <div class="info" style="overflow: hidden;">
127
  <img src="https://cdn-uploads.huggingface.co/production/uploads/64e7616c7df33432812e3c57/KaeVaaLOYZb0k81BbQ2-m.png" alt="OPEN LLM BENCHMARK" style="width: auto; max-width: 60%; max-height: 100%; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); margin-right: 3%; display: block; float: left;">
128
  <h2 style="margin-top: 0;">BenchMarks on OpenLLM Leaderboard</h2>
129
  <p>More details: <a href="https://huggingface.co/datasets/open-llm-leaderboard/details_PotatoOff__HamSter-0.2" target="_blank">HamSter-0.2 OpenLLM BenchMarks</a></p>
 
134
  <img src="https://cdn-uploads.huggingface.co/production/uploads/64e7616c7df33432812e3c57/NSUmxUmDyhO9tJb-NZd8m.png" alt="Ayumi's LLM Role Play & ERP Ranking" style="width: auto; max-width: 37%; max-height: 100%; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); margin-left: 0%; display: block; float: right;">
135
  <h2 style="margin-top: 0;">BenchMarks on Ayumi's LLM Role Play & ERP Ranking</h2>
136
  <ul style="margin-top: 0;">
137
+ <p>More details: <a href="http://ayumi.m8geil.de/results_v3/model_resp_DL_20240114_7B-Q6_K_HamSter_0.2.html">Ayumi's LLM RolePlay & ERP Rankin HamSter-0.2 GGUF version Q6_K</a></p>
138
  </ul>
139
  </div>
140
  </div>
141
  <h2 style="color: #E2E8F0; margin-bottom: 20px;">Have Fun :)</h2>
142
  </div>
 
143
  </body>
144
  </html>