Commit
·
be75e96
1
Parent(s):
8ab0380
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: input_ids
|
5 |
+
sequence: int32
|
6 |
+
- name: attention_mask
|
7 |
+
sequence: int8
|
8 |
+
- name: labels
|
9 |
+
sequence: int64
|
10 |
+
- name: recipes
|
11 |
+
sequence: string
|
12 |
+
- name: prediction_mask
|
13 |
+
sequence: bool
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_bytes: 651630
|
17 |
+
num_examples: 700
|
18 |
+
download_size: 127278
|
19 |
+
dataset_size: 651630
|
20 |
+
---
|
21 |
+
# Dataset Card for "TASTESet"
|
22 |
+
|
23 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|