aashish1904 commited on
Commit
ad4e795
·
verified ·
1 Parent(s): 273a96d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ Right now, we're working on more new Build Tools to come very soon, built on Lla
56
  ## Prompting Guide
57
  Enigma 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:
58
 
59
- python```
60
  import transformers
61
  import torch
62
 
 
56
  ## Prompting Guide
57
  Enigma 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:
58
 
59
+ ```python
60
  import transformers
61
  import torch
62