nouhad commited on
Commit
cded403
·
verified ·
1 Parent(s): 35f3600

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -23
README.md CHANGED
@@ -1,25 +1,15 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: messages
5
- list:
6
- - name: content
7
- dtype: string
8
- - name: role
9
- dtype: string
10
- - name: ground_truth
11
- dtype: string
12
- - name: dataset
13
- dtype: string
14
- splits:
15
- - name: train
16
- num_bytes: 2140
17
- num_examples: 28
18
- download_size: 2498
19
- dataset_size: 2140
20
- configs:
21
- - config_name: default
22
- data_files:
23
- - split: train
24
- path: data/train-*
25
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
+ # Multiplication Dataset - multiplication_test_2x14
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_test_2x14)