aashish1904
commited on
Upload README.md with huggingface_hub
Browse files
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 |
|