Update README.md
Browse files
README.md
CHANGED
@@ -10,18 +10,19 @@ pipeline_tag: text-generation
|
|
10 |
base_model: meta-llama/Llama-2-70b-hf
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
13 |
<div align="left">
|
14 |
|
15 |
<img src="./assets/llama.png" width="125px">
|
16 |
|
17 |
</div>
|
18 |
|
|
|
19 |
|
20 |
-
# Llama-2-70B-Instruct-v0.1
|
21 |
-
|
22 |
-
*Note*: This model was ranked **6th** on 🤗's Open LLM Leaderboard in Aug 2023
|
23 |
|
24 |
-
This instruction model was built via parameter-efficient QLoRA finetuning of [llama-2-70b](https://huggingface.co/meta-llama/Llama-2-70b-hf) on the first 25k rows of [ehartford/dolphin](https://huggingface.co/datasets/ehartford/dolphin) (an open-source implementation of [Microsoft's Orca](https://www.microsoft.com/en-us/research/publication/orca-progressive-learning-from-complex-explanation-traces-of-gpt-4/)). Finetuning was executed on a single H100 (80 GB PCIe) for roughly 17 hours on the [Lambda Labs](https://cloud.lambdalabs.com/instances) platform.
|
25 |
|
26 |
## Benchmark metrics
|
27 |
|
|
|
10 |
base_model: meta-llama/Llama-2-70b-hf
|
11 |
---
|
12 |
|
13 |
+
# Llama-2-70B-Instruct-v0.1
|
14 |
+
|
15 |
+
*Note*: This model was ranked **6th** on 🤗's Open LLM Leaderboard in Aug 2023
|
16 |
+
|
17 |
<div align="left">
|
18 |
|
19 |
<img src="./assets/llama.png" width="125px">
|
20 |
|
21 |
</div>
|
22 |
|
23 |
+
This instruction model was built via parameter-efficient QLoRA finetuning of [llama-2-70b](https://huggingface.co/meta-llama/Llama-2-70b-hf) on the first 25k rows of [ehartford/dolphin](https://huggingface.co/datasets/ehartford/dolphin) (an open-source implementation of [Microsoft's Orca](https://www.microsoft.com/en-us/research/publication/orca-progressive-learning-from-complex-explanation-traces-of-gpt-4/)). Finetuning was executed on a single H100 (80 GB PCIe) for roughly 17 hours on the [Lambda Labs](https://cloud.lambdalabs.com/instances) platform.
|
24 |
|
|
|
|
|
|
|
25 |
|
|
|
26 |
|
27 |
## Benchmark metrics
|
28 |
|