andreaskoepf
commited on
Commit
•
8bd6622
1
Parent(s):
ca83664
Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,14 @@ language:
|
|
10 |
|
11 |
This model is an Open-Assistant fine-tuning of Meta's CodeLlama 13B LLM.
|
12 |
|
|
|
|
|
13 |
## Model Details
|
14 |
|
15 |
-
- **Finetuned from:** [codellama](https://
|
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)
|
21 |
- **Contact:** [Open-Assistant Discord](https://ykilcher.com/open-assistant-discord)
|
|
|
10 |
|
11 |
This model is an Open-Assistant fine-tuning of Meta's CodeLlama 13B LLM.
|
12 |
|
13 |
+
**Note**: Due to the new RoPE Theta value (1e6 instead of 1e4), for correct results you must load this model with `trust_remote_code=True` or use the latest main branch of Huggingface transformers (until version 4.33 is released).
|
14 |
+
|
15 |
## Model Details
|
16 |
|
17 |
+
- **Finetuned from:** [codellama/CodeLlama-7b-hf](https://huggingface.co/codellama/CodeLlama-7b-hf) via [epfLLM/Megatron-LLM](https://github.com/epfLLM/Megatron-LLM)
|
18 |
- **Model type:** Causal decoder-only transformer language model
|
19 |
- **Language:** English
|
20 |
+
- **Weights & Biases training logs:** 6123 steps, BS 64 [run56_oa_llamacode](https://wandb.ai/open-assistant/public-sft/runs/run56_oa_llamacode)
|
21 |
- **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)
|
22 |
- **License:** [LLAMA 2 COMMUNITY LICENSE AGREEMENT](https://huggingface.co/meta-llama/Llama-2-70b/raw/main/LICENSE.txt)
|
23 |
- **Contact:** [Open-Assistant Discord](https://ykilcher.com/open-assistant-discord)
|