model card
Browse files
README.md
CHANGED
|
@@ -74,7 +74,7 @@ print(outputs[0]["generated_text"][-1])
|
|
| 74 |
## The Model
|
| 75 |
Enigma is built on top of Llama 3.1 8b Instruct, using code-instruct data to supplement code-instruct performance using Llama 3.1 Instruct prompt style.
|
| 76 |
|
| 77 |
-
Our current version of the Enigma code-instruct dataset is [sequelbox/Tachibana
|
| 78 |
|
| 79 |
|
| 80 |

|
|
|
|
| 74 |
## The Model
|
| 75 |
Enigma is built on top of Llama 3.1 8b Instruct, using code-instruct data to supplement code-instruct performance using Llama 3.1 Instruct prompt style.
|
| 76 |
|
| 77 |
+
Our current version of the Enigma code-instruct dataset is [sequelbox/Tachibana](https://huggingface.co/datasets/sequelbox/Tachibana), supplemented with a small selection of data from [LDJnr/Pure-Dove](https://huggingface.co/datasets/LDJnr/Pure-Dove) for general chat consistency.
|
| 78 |
|
| 79 |
|
| 80 |

|