Text Generation
Safetensors
English
llama
shining-valiant
shining-valiant-2
valiant
valiant-labs
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
Eval Results
model card
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ Help us and recommend Shining Valiant 2 to your friends!
|
|
57 |
## Prompting Guide
|
58 |
Shining Valiant 2 uses the [Llama 3.1 Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) prompt format. The example script below can be used as a starting point for general chat:
|
59 |
|
60 |
-
|
61 |
import transformers
|
62 |
import torch
|
63 |
|
@@ -81,6 +81,7 @@ outputs = pipeline(
|
|
81 |
)
|
82 |
|
83 |
print(outputs[0]["generated_text"][-1])
|
|
|
84 |
|
85 |
|
86 |
## The Model
|
|
|
57 |
## Prompting Guide
|
58 |
Shining Valiant 2 uses the [Llama 3.1 Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) prompt format. The example script below can be used as a starting point for general chat:
|
59 |
|
60 |
+
```python
|
61 |
import transformers
|
62 |
import torch
|
63 |
|
|
|
81 |
)
|
82 |
|
83 |
print(outputs[0]["generated_text"][-1])
|
84 |
+
```
|
85 |
|
86 |
|
87 |
## The Model
|