Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ tags:
|
|
11 |
base_model: unsloth/llama-3-8b-Instruct
|
12 |
---
|
13 |
|
|
|
14 |
# Uploaded model
|
15 |
|
16 |
- **Finetuned by:** Zardos
|
@@ -111,16 +112,3 @@ print(tokenizer.decode(response, skip_special_tokens=True))
|
|
111 |
```
|
112 |
|
113 |
|
114 |
-
### Use with `llama3`
|
115 |
-
|
116 |
-
Please, follow the instructions in the [repository](https://github.com/meta-llama/llama3)
|
117 |
-
|
118 |
-
To download Original checkpoints, see the example command below leveraging `huggingface-cli`:
|
119 |
-
|
120 |
-
```
|
121 |
-
huggingface-cli download meta-llama/Meta-Llama-3-8B-Instruct --include "original/*" --local-dir Meta-Llama-3-8B-Instruct
|
122 |
-
```
|
123 |
-
|
124 |
-
For Hugging Face support, we recommend using transformers or TGI, but a similar command works.
|
125 |
-
|
126 |
-
## Hardware and Software
|
|
|
11 |
base_model: unsloth/llama-3-8b-Instruct
|
12 |
---
|
13 |
|
14 |
+
|
15 |
# Uploaded model
|
16 |
|
17 |
- **Finetuned by:** Zardos
|
|
|
112 |
```
|
113 |
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|