andreaskoepf
commited on
Commit
·
8c88680
1
Parent(s):
dd8d1fd
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: llama2
|
|
3 |
datasets:
|
4 |
- OpenAssistant/oasst1
|
5 |
- shahules786/orca-best
|
|
|
|
|
6 |
---
|
7 |
# Open-Assistant CodeLlama 13B SFT v10
|
8 |
|
@@ -12,7 +14,7 @@ This model is an Open-Assistant fine-tuning of Meta's CodeLlama 13B LLM.
|
|
12 |
|
13 |
- **Finetuned from:** [codellama](https://github.com/facebookresearch/codellama) via [epfLLM/Megatron-LLM](https://github.com/epfLLM/Megatron-LLM)
|
14 |
- **Model type:** Causal decoder-only transformer language model
|
15 |
-
- **Language:** English
|
16 |
- **Weights & Biases training logs:** 6123 steps [run56_oa_llamacode](https://wandb.ai/open-assistant/public-sft/runs/run56_oa_llamacode)
|
17 |
- **Demo:** [Continuations for 250 random prompts (without system message)](https://open-assistant.github.io/oasst-model-eval/?f=https%3A%2F%2Fraw.githubusercontent.com%2FOpen-Assistant%2Foasst-model-eval%2Fmain%2Fsampling_reports%2Foasst-sft%2F2023-08-26_OpenAssistant_codellama-13b-oasst-sft-v10_sampling_noprefix2.json)
|
18 |
- **License:** [LLAMA 2 COMMUNITY LICENSE AGREEMENT](https://huggingface.co/meta-llama/Llama-2-70b/raw/main/LICENSE.txt)
|
@@ -55,5 +57,4 @@ You are a helpful, respectful and honest assistant. Always answer as helpfully a
|
|
55 |
|
56 |
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
|
57 |
<|im_end|>
|
58 |
-
```
|
59 |
-
|
|
|
3 |
datasets:
|
4 |
- OpenAssistant/oasst1
|
5 |
- shahules786/orca-best
|
6 |
+
language:
|
7 |
+
- en
|
8 |
---
|
9 |
# Open-Assistant CodeLlama 13B SFT v10
|
10 |
|
|
|
14 |
|
15 |
- **Finetuned from:** [codellama](https://github.com/facebookresearch/codellama) via [epfLLM/Megatron-LLM](https://github.com/epfLLM/Megatron-LLM)
|
16 |
- **Model type:** Causal decoder-only transformer language model
|
17 |
+
- **Language:** English
|
18 |
- **Weights & Biases training logs:** 6123 steps [run56_oa_llamacode](https://wandb.ai/open-assistant/public-sft/runs/run56_oa_llamacode)
|
19 |
- **Demo:** [Continuations for 250 random prompts (without system message)](https://open-assistant.github.io/oasst-model-eval/?f=https%3A%2F%2Fraw.githubusercontent.com%2FOpen-Assistant%2Foasst-model-eval%2Fmain%2Fsampling_reports%2Foasst-sft%2F2023-08-26_OpenAssistant_codellama-13b-oasst-sft-v10_sampling_noprefix2.json)
|
20 |
- **License:** [LLAMA 2 COMMUNITY LICENSE AGREEMENT](https://huggingface.co/meta-llama/Llama-2-70b/raw/main/LICENSE.txt)
|
|
|
57 |
|
58 |
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
|
59 |
<|im_end|>
|
60 |
+
```
|
|