Update README.md
Browse files
README.md
CHANGED
@@ -114,9 +114,17 @@ We use [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-eval
|
|
114 |
# Dataset
|
115 |
|
116 |
We used a verified, curated, filtered selection of most of the GPT-4 augmented data from the OpenOrca dataset.
|
117 |
-
Additionally we include multi-turn chat from
|
118 |
by LDJ from Nous Research, MetaMathQA, and Chain-of-Thought augmented data from the train split of RiddleSense.
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
|
121 |
# Training
|
122 |
|
|
|
114 |
# Dataset
|
115 |
|
116 |
We used a verified, curated, filtered selection of most of the GPT-4 augmented data from the OpenOrca dataset.
|
117 |
+
Additionally we include multi-turn chat from PIPPA](https://huggingface.co/datasets/PygmalionAI/PIPPA), various datasets
|
118 |
by LDJ from Nous Research, MetaMathQA, and Chain-of-Thought augmented data from the train split of RiddleSense.
|
119 |
|
120 |
+
- [Open-Orca/OpenOrca](https://huggingface.co/datasets/Open-Orca/OpenOrca)
|
121 |
+
- [LDJnr/LessWrong-Amplify-Instruct](https://huggingface.co/datasets/LDJnr/LessWrong-Amplify-Instruct)
|
122 |
+
- [LDJnr/Pure-Dove](https://huggingface.co/datasets/LDJnr/Pure-Dove)
|
123 |
+
- [LDJnr/Verified-Camel](https://huggingface.co/datasets/LDJnr/Verified-Camel)
|
124 |
+
- [PygmalionAI/PIPPA](https://huggingface.co/datasets/PygmalionAI/PIPPA)
|
125 |
+
- [meta-math/MetaMathQA](https://huggingface.co/datasets/meta-math/MetaMathQA)
|
126 |
+
- [riddle_sense](https://huggingface.co/datasets/riddle_sense)
|
127 |
+
|
128 |
|
129 |
# Training
|
130 |
|