Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,21 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
features:
|
| 4 |
-
- name: messages
|
| 5 |
-
dtype: 'null'
|
| 6 |
-
- name: ground_truth
|
| 7 |
-
dtype: 'null'
|
| 8 |
-
- name: dataset
|
| 9 |
-
dtype: 'null'
|
| 10 |
-
splits:
|
| 11 |
-
- name: train
|
| 12 |
-
num_bytes: 0
|
| 13 |
-
num_examples: 0
|
| 14 |
-
download_size: 958
|
| 15 |
-
dataset_size: 0
|
| 16 |
-
configs:
|
| 17 |
-
- config_name: default
|
| 18 |
-
data_files:
|
| 19 |
-
- split: train
|
| 20 |
-
path: data/train-*
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
{}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
+
# Multiplication Dataset - multiplication_train_8x9
|
| 5 |
+
|
| 6 |
+
This dataset contains multiplication problems for numbers up to 15x15.
|
| 7 |
+
|
| 8 |
+
## Dataset Format
|
| 9 |
+
|
| 10 |
+
- `messages`: User question and assistant answer.
|
| 11 |
+
- `ground_truth`: Correct multiplication result.
|
| 12 |
+
- `dataset`: "multiplication"
|
| 13 |
+
|
| 14 |
+
## Hugging Face Dataset Link
|
| 15 |
+
➡️ [View dataset on Hugging Face](https://huggingface.co/datasets/nouhad/multiplication_train_8x9)
|