Vezora commited on
Commit
536b361
1 Parent(s): c2e542b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -8
README.md CHANGED
@@ -1,8 +1,35 @@
1
- ---
2
- license: llama2
3
- ---
4
- <img src="https://i.imgur.com/FYuPeho.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
5
-
6
- This model is a merge between MegaCode+Stable Beluga+Wizard-Math+LLama Chat7b.
7
- In that order was the same order of the merge.
8
- This model preforms exceptionally well with math, and still exibits is ability to answer questions.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Narwhal-7b Model Overview</title>
7
+ <style>
8
+ body {
9
+ font-family: Arial, sans-serif;
10
+ color: #333;
11
+ line-height: 1.6;
12
+ margin: 30px;
13
+ }
14
+ h1 {
15
+ color: #2c3e50;
16
+ }
17
+ img {
18
+ display: block;
19
+ margin: 20px auto;
20
+ }
21
+ p {
22
+ margin: 15px 0;
23
+ }
24
+ </style>
25
+ </head>
26
+ <body>
27
+ <img src="https://i.imgur.com/FYuPeho.jpg" width="300" alt="Description of the image">
28
+ <h1>Narwhal-7b</h1>
29
+ <p>Model Created by Vezora</p>
30
+ <p>The Narwhal-7b is an innovative model comprising a blend of 60% Stable Beluga and 40% MegaCoder. This combination was further enhanced by integrating 40% Wizard-Math and 40% Llama Chat7b.</p>
31
+ <p>This synthesis has led to a model that demonstrates remarkable performance in mathematical tasks. It also maintains a robust ability to respond to various queries. During the testing phase, we employed both Stable Beluga and Llama Chat prompts, with the Llama v2 prompting yielding superior results. This improvement was likely a result of it being the final merge in the development process.</p>
32
+ <p>It's worth noting that the Narwhal-7b may stand as one of the best-performing models in its category. However, those interested in utilizing it must be aware of the commercial licenses associated with the underlying models. Due to some datasets used in training originating from OpenAI, this model is explicitly not intended for commercial use.</p>
33
+ <p><strong>Benchmarks:</strong> Comprehensive benchmarking details will be available soon.</p>
34
+ </body>
35
+ </html>