Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,41 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- cleverboi
|
7 |
+
- inference
|
8 |
+
- logic
|
9 |
+
- math
|
10 |
+
- python
|
11 |
+
- mindfulness
|
12 |
+
- theprint
|
13 |
+
- alpaca
|
14 |
+
- instruction
|
15 |
+
pretty_name: The CleverBoi Collection
|
16 |
+
task_categories:
|
17 |
+
- question-answering
|
18 |
+
- text-generation
|
19 |
+
---
|
20 |
+
<img src="https://huggingface.co/theprint/CleverBoi-Gemma-2-9B/resolve/main/cleverboi.png" />
|
21 |
+
|
22 |
+
# CleverBoi
|
23 |
+
|
24 |
+
The CleverBoi Collection is based on a number of data sets that emphasize logic, inference, empathy, math and coding.
|
25 |
+
|
26 |
+
The data set has been formatted to follow the **alpaca format** (instruction + input -> output) when fine tuning.
|
27 |
+
|
28 |
+
## Source Data Sets
|
29 |
+
|
30 |
+
The source data sets used in the CleverBoi Collection are listed below, ordered by size.
|
31 |
+
|
32 |
+
- [KK04/LogicInference_OA](https://huggingface.co/datasets/KK04/LogicInference_OA)
|
33 |
+
- [mlabonne/Evol-Instruct-Python-26k](https://huggingface.co/datasets/mlabonne/Evol-Instruct-Python-26k)
|
34 |
+
- [garage-bAInd/Open-Platypus](https://huggingface.co/datasets/garage-bAInd/Open-Platypus)
|
35 |
+
- [iamtarun/python_code_instructions_18k_alpaca](https://huggingface.co/datasets/iamtarun/python_code_instructions_18k_alpaca)
|
36 |
+
- [tasksource/ScienceQA_text_only](https://huggingface.co/datasets/tasksource/ScienceQA_text_only)
|
37 |
+
- [theprint/mindfulness-alpaca](https://huggingface.co/datasets/theprint/mindfulness-alpaca)
|
38 |
+
- [grimulkan/physical-reasoning](https://huggingface.co/datasets/grimulkan/physical-reasoning)
|
39 |
+
- [grimulkan/theory-of-mind](https://huggingface.co/datasets/grimulkan/theory-of-mind)
|
40 |
+
- [grimulkan/interpersonal-relational-reasoning](https://huggingface.co/datasets/grimulkan/interpersonal-relational-reasoning)
|
41 |
+
|