sequelbox commited on
Commit
13f058d
1 Parent(s): ec6b558

model card

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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