sequelbox commited on
Commit
0ea3d43
·
verified ·
1 Parent(s): 7fe8c24
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -141,7 +141,7 @@ Help us and recommend Enigma to your friends! We're excited for more Enigma rele
141
 
142
 
143
  ## Prompting Guide
144
- Enigma uses the [Llama 3.2 Instruct](meta-llama/Llama-3.2-3B-Instruct) prompt format. The example script below can be used as a starting point for general chat:
145
 
146
  ```python
147
  import transformers
 
141
 
142
 
143
  ## Prompting Guide
144
+ Enigma uses the [Llama 3.2 Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) prompt format. The example script below can be used as a starting point for general chat:
145
 
146
  ```python
147
  import transformers