Text Generation
GGUF
English
shining-valiant
shining-valiant-2
valiant
valiant-labs
llama
llama-3.1
llama-3.1-instruct
llama-3.1-instruct-8b
llama-3
llama-3-instruct
llama-3-instruct-8b
8b
science
physics
biology
chemistry
compsci
computer-science
engineering
technical
conversational
chat
instruct
llama-cpp
gguf-my-repo
Eval Results
Inference Endpoints
Triangle104
commited on
Commit
•
37688ad
1
Parent(s):
eb91954
Update README.md
Browse files
README.md
CHANGED
@@ -194,7 +194,7 @@ Shining Valiant 2 is a chat model built on Llama 3.1 8b, finetuned on our data f
|
|
194 |
Also available for Llama 3.1 70b and Llama 3.2 3b!
|
195 |
|
196 |
Version
|
197 |
-
|
198 |
This is the 2024-11-04 release of Shining Valiant 2 for Llama 3.1 8b.
|
199 |
|
200 |
This release uses our newest datasets, open-sourced for everyone's use, including our expanded science-instruct dataset. This release features improvements in logical thinking and structured reasoning as well as physics, chemistry, biology, astronomy, Earth science, computer science, and information theory.
|
@@ -202,6 +202,7 @@ This release uses our newest datasets, open-sourced for everyone's use, includin
|
|
202 |
Future upgrades will continue to expand Shining Valiant's technical knowledge base.
|
203 |
|
204 |
Help us and recommend Shining Valiant 2 to your friends!
|
|
|
205 |
Prompting Guide
|
206 |
|
207 |
Shining Valiant 2 uses the Llama 3.1 Instruct prompt format. The example script below can be used as a starting point for general chat:
|
@@ -231,15 +232,13 @@ outputs = pipeline(
|
|
231 |
print(outputs[0]["generated_text"][-1])
|
232 |
|
233 |
The Model
|
234 |
-
|
235 |
Shining Valiant 2 is built on top of Llama 3.1 8b Instruct.
|
236 |
|
237 |
The current version of Shining Valiant 2 is trained on technical knowledge using sequelbox/Celestia, complex reasoning using sequelbox/Spurline, and general chat capability using sequelbox/Supernova.
|
238 |
|
239 |
We're super excited that Shining Valiant's dataset has been fully open-sourced! She's friendly, enthusiastic, insightful, knowledgeable, and loves to learn! Magical.
|
240 |
|
241 |
-
image/jpeg
|
242 |
-
|
243 |
Shining Valiant 2 is created by Valiant Labs.
|
244 |
|
245 |
Check out our HuggingFace page for our open-source Build Tools models, including the newest version of code-specialist Enigma!
|
|
|
194 |
Also available for Llama 3.1 70b and Llama 3.2 3b!
|
195 |
|
196 |
Version
|
197 |
+
-
|
198 |
This is the 2024-11-04 release of Shining Valiant 2 for Llama 3.1 8b.
|
199 |
|
200 |
This release uses our newest datasets, open-sourced for everyone's use, including our expanded science-instruct dataset. This release features improvements in logical thinking and structured reasoning as well as physics, chemistry, biology, astronomy, Earth science, computer science, and information theory.
|
|
|
202 |
Future upgrades will continue to expand Shining Valiant's technical knowledge base.
|
203 |
|
204 |
Help us and recommend Shining Valiant 2 to your friends!
|
205 |
+
|
206 |
Prompting Guide
|
207 |
|
208 |
Shining Valiant 2 uses the Llama 3.1 Instruct prompt format. The example script below can be used as a starting point for general chat:
|
|
|
232 |
print(outputs[0]["generated_text"][-1])
|
233 |
|
234 |
The Model
|
235 |
+
-
|
236 |
Shining Valiant 2 is built on top of Llama 3.1 8b Instruct.
|
237 |
|
238 |
The current version of Shining Valiant 2 is trained on technical knowledge using sequelbox/Celestia, complex reasoning using sequelbox/Spurline, and general chat capability using sequelbox/Supernova.
|
239 |
|
240 |
We're super excited that Shining Valiant's dataset has been fully open-sourced! She's friendly, enthusiastic, insightful, knowledgeable, and loves to learn! Magical.
|
241 |
|
|
|
|
|
242 |
Shining Valiant 2 is created by Valiant Labs.
|
243 |
|
244 |
Check out our HuggingFace page for our open-source Build Tools models, including the newest version of code-specialist Enigma!
|