Update README.md
Browse files
README.md
CHANGED
@@ -132,7 +132,7 @@ This repository contains two versions of Meta-Llama-3.1-8B-Instruct, for use wit
|
|
132 |
|
133 |
# Prompt Template
|
134 |
|
135 |
-
This model uses `ChatML` prompt template:
|
136 |
|
137 |
```
|
138 |
<|im_start|>system
|
@@ -145,6 +145,8 @@ This model uses `ChatML` prompt template:
|
|
145 |
{Assistant}
|
146 |
````
|
147 |
|
|
|
|
|
148 |
# How to use
|
149 |
|
150 |
You can use this model by using `EpistemeAI/Alpaca-Llama3.1-8B` as the model name in Hugging Face's
|
|
|
132 |
|
133 |
# Prompt Template
|
134 |
|
135 |
+
This model uses `ChatML ` prompt template:
|
136 |
|
137 |
```
|
138 |
<|im_start|>system
|
|
|
145 |
{Assistant}
|
146 |
````
|
147 |
|
148 |
+
You can also use alpaca prompt.
|
149 |
+
|
150 |
# How to use
|
151 |
|
152 |
You can use this model by using `EpistemeAI/Alpaca-Llama3.1-8B` as the model name in Hugging Face's
|