Darkknight535 commited on
Commit
34a63b1
·
verified ·
1 Parent(s): 4bf9f91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -73
README.md CHANGED
@@ -21,88 +21,52 @@ WindEngine-24B-Instruct is a merge of the following models using [LazyMergekit](
21
  <head>
22
  <meta charset="UTF-8">
23
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
24
- <style>
25
- body {
26
- background: linear-gradient(to bottom, #e0f7fa, #ffffff);
27
- font-family: Arial, sans-serif;
28
- color: #004d40;
29
- text-align: center;
30
- padding: 20px;
31
- }
32
- .title {
33
- font-size: 2.5rem;
34
- font-weight: bold;
35
- margin-bottom: 10px;
36
- }
37
- .logo {
38
- width: 100px;
39
- height: 100px;
40
- background: #e0f7fa;
41
- border-radius: 50%;
42
- display: flex;
43
- align-items: center;
44
- justify-content: center;
45
- font-size: 3rem;
46
- color: #004d40;
47
- box-shadow: 0 0 10px #b2ebf2;
48
- }
49
- .description {
50
- font-size: 1.2rem;
51
- margin-top: 20px;
52
- }
53
- .details, .settings, .prompt-format {
54
- text-align: left;
55
- background: #ffffff;
56
- padding: 10px;
57
- margin: 10px auto;
58
- max-width: 600px;
59
- border-radius: 10px;
60
- box-shadow: 0 2px 8px #b2ebf2;
61
- }
62
- pre {
63
- background: #e0f7fa;
64
- padding: 10px;
65
- border-radius: 8px;
66
- }
67
- </style>
68
  </head>
69
- <body>
70
- <div class="logo">❄️🧠</div>
71
- <div class="title">WinterEngine-24B-Instruct</div>
72
- <p class="description">A versatile and powerful model designed for general-purpose text generation, roleplay, storywriting, scientific exploration, and more.</p>
73
-
74
- <div class="details">
75
- <h3>Key Details</h3>
76
- <pre>
 
 
 
 
 
 
 
77
  BASE MODEL: mistralai/Mistral-Small-24B-Base-2501
78
  LICENSE: apache-2.0
79
  LANGUAGE: English
80
- CONTEXT LENGTH: 32768 tokens
81
- </pre>
82
- </div>
83
-
84
- <div class="settings">
85
- <h3>Recommended Settings</h3>
86
- <pre>
87
- TEMPERATURE: 1.0
88
- TOP_P: 0.95
89
- MIN_P: 0.05
90
- </pre>
91
- </div>
92
-
93
- <div class="prompt-format">
94
- <h3>Prompting Format</h3>
95
- <pre>
96
  <|im_start|>system
97
  system prompt<|im_end|>
98
  <|im_start|>user
99
- Hi there!<|im_end|>
100
  <|im_start|>assistant
101
- Nice to meet you!<|im_end|>
102
- </pre>
 
103
  </div>
104
- </body>
105
- </html>
 
 
 
 
 
 
 
 
106
 
107
 
108
 
 
21
  <head>
22
  <meta charset="UTF-8">
23
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  </head>
25
+ <div class="winter-container">
26
+ <div class="winter-case">
27
+ <div class="winter-inner-case">
28
+ <div class="winter-bezel">
29
+ <div class="terminal-screen">
30
+ <div style="text-align: center;">
31
+ <h2 style="color: #8ecae6;">WinterEngine-24B-Instruct</h2>
32
+ <pre class="code-block" style="display: inline-block; text-align: left; font-size: clamp(2px, 0.8vw, 14px); line-height: 1.2; max-width: 100%; overflow: hidden; white-space: pre; color: #219ebc;">
33
+ ❄️❄️🧠❄️❄️
34
+ Snowflake Intelligence at its finest
35
+ </pre>
36
+ </div>
37
+ <p style="color: #023047;">WinterEngine is a highly capable model for creative writing, roleplay, coding, and general-purpose inference. Inspired by the calm and depth of winter, this model excels in nuanced storytelling and problem-solving.</p>
38
+ <h3 style="color: #ffb703;">Key Details</h3>
39
+ <pre class="code-block" style="color: #fb8500;">
40
  BASE MODEL: mistralai/Mistral-Small-24B-Base-2501
41
  LICENSE: apache-2.0
42
  LANGUAGE: English
43
+ CONTEXT LENGTH: 32768 tokens</pre>
44
+ <h3 style="color: #ffb703;">Recommended Settings</h3>
45
+ <pre class="code-block" style="color: #fb8500;">
46
+ TEMPERATURE: 0.8
47
+ TOP_P: 0.9
48
+ MIN_P: 0.05</pre>
49
+ <h3 style="color: #ffb703;">Prompting Format</h3>
50
+ <pre class="code-block" style="color: #fb8500;">
 
 
 
 
 
 
 
 
51
  <|im_start|>system
52
  system prompt<|im_end|>
53
  <|im_start|>user
54
+ Hello, WinterEngine!<|im_end|>
55
  <|im_start|>assistant
56
+ Hello! How can I help you today?<|im_end|></pre>
57
+ </div>
58
+ </div>
59
  </div>
60
+ </div>
61
+ </div>
62
+ <style>
63
+ @import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
64
+ .winter-container { background-color: #edf6f9; padding: 20px; border-radius: 20px; }
65
+ .winter-case { border: 2px solid #8ecae6; padding: 10px; }
66
+ .terminal-screen { background-color: #023047; color: #ffb703; padding: 15px; border-radius: 15px; font-family: 'VT323', monospace; }
67
+ .code-block { background: #219ebc; padding: 10px; border-radius: 10px; }
68
+ </style>
69
+
70
 
71
 
72