Pankaj Mathur
commited on
Commit
•
dc41361
1
Parent(s):
a49605a
Update README.md
Browse files
README.md
CHANGED
@@ -8,19 +8,19 @@ datasets:
|
|
8 |
- psmathur/dolly-v2_orca
|
9 |
- psmathur/WizardLM_Orca
|
10 |
---
|
11 |
-
#
|
12 |
-
An
|
13 |
|
14 |
|
15 |
# Dataset
|
16 |
|
17 |
-
We
|
18 |
|
19 |
We leverage all of the 15 system instructions provided in Orca Research Paper. to generate custom datasets, in contrast to vanilla instruction tuning approaches used by original datasets.
|
20 |
|
21 |
This helps student model aka [wizardlm_alpaca_dolly_orca_open_llama_13b](https://huggingface.co/psmathur/wizardlm_alpaca_dolly_orca_open_llama_13b) to learn ***thought*** process from teacher model, which is ChatGPT (gpt-3.5-turbo-0301 version).
|
22 |
|
23 |
-
Please see below example usage how the **System** prompt is added before each
|
24 |
|
25 |
# Training
|
26 |
|
|
|
8 |
- psmathur/dolly-v2_orca
|
9 |
- psmathur/WizardLM_Orca
|
10 |
---
|
11 |
+
# orca_mini_13b
|
12 |
+
An [OpenLLaMa-13B model](https://github.com/openlm-research/open_llama) model trained on explain tuned datasets, created using Instructions and Input from WizardLM, Alpaca & Dolly-V2 datasets and applying Orca Research Paper dataset construction approaches.
|
13 |
|
14 |
|
15 |
# Dataset
|
16 |
|
17 |
+
We build explain tuned [WizardLM dataset ~70K](https://github.com/nlpxucan/WizardLM), [Alpaca dataset ~52K](https://crfm.stanford.edu/2023/03/13/alpaca.html) & [Dolly-V2 dataset ~15K](https://github.com/databrickslabs/dolly) created using approaches from [Orca Research Paper](https://arxiv.org/abs/2306.02707).
|
18 |
|
19 |
We leverage all of the 15 system instructions provided in Orca Research Paper. to generate custom datasets, in contrast to vanilla instruction tuning approaches used by original datasets.
|
20 |
|
21 |
This helps student model aka [wizardlm_alpaca_dolly_orca_open_llama_13b](https://huggingface.co/psmathur/wizardlm_alpaca_dolly_orca_open_llama_13b) to learn ***thought*** process from teacher model, which is ChatGPT (gpt-3.5-turbo-0301 version).
|
22 |
|
23 |
+
Please see below example usage how the **System** prompt is added before each **instruction**.
|
24 |
|
25 |
# Training
|
26 |
|