Add base model and datasets
Browse files
README.md
CHANGED
|
@@ -20,6 +20,10 @@ tags:
|
|
| 20 |
- redhat
|
| 21 |
- speculators
|
| 22 |
- eagle3
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Llama-3.1-8B-Instruct-speculator.eagle3
|
|
@@ -164,4 +168,4 @@ guidellm benchmark \
|
|
| 164 |
--max-seconds 180 \
|
| 165 |
--output-path "Llama-3.1-8B-Instruct-HumanEval.json" \
|
| 166 |
--backend-args '{"extra_body": {"chat_completions": {"temperature":0.0}}}'
|
| 167 |
-
</details>
|
|
|
|
| 20 |
- redhat
|
| 21 |
- speculators
|
| 22 |
- eagle3
|
| 23 |
+
base_model: meta-llama/Llama-3.1-8B-Instruct
|
| 24 |
+
datasets:
|
| 25 |
+
- Aeala/ShareGPT_Vicuna_unfiltered
|
| 26 |
+
- HuggingFaceH4/ultrachat_200k
|
| 27 |
---
|
| 28 |
|
| 29 |
# Llama-3.1-8B-Instruct-speculator.eagle3
|
|
|
|
| 168 |
--max-seconds 180 \
|
| 169 |
--output-path "Llama-3.1-8B-Instruct-HumanEval.json" \
|
| 170 |
--backend-args '{"extra_body": {"chat_completions": {"temperature":0.0}}}'
|
| 171 |
+
</details>
|