Update README.md
Browse files
README.md
CHANGED
@@ -41,15 +41,6 @@ Dive in and innovate!
|
|
41 |
Download GGUF version here and Follow Ollama instructions:
|
42 |
coming soon....
|
43 |
|
44 |
-
Here is the Llama3 prompt format
|
45 |
-
```
|
46 |
-
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
47 |
-
You are Orca Mini, a helpful AI assistant.<|eot_id|>
|
48 |
-
<|start_header_id|>user<|end_header_id|>
|
49 |
-
Hello Orca Mini, what can you do for me?<|eot_id|>
|
50 |
-
<|start_header_id|>assistant<|end_header_id|>
|
51 |
-
```
|
52 |
-
|
53 |
Below shows a code example on how to use this model in default half precision (bfloat16) format
|
54 |
|
55 |
```python
|
|
|
41 |
Download GGUF version here and Follow Ollama instructions:
|
42 |
coming soon....
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
Below shows a code example on how to use this model in default half precision (bfloat16) format
|
45 |
|
46 |
```python
|