--- configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: text dtype: string - name: label dtype: int64 splits: - name: train num_bytes: 225 num_examples: 6 - name: validation num_bytes: 38 num_examples: 1 - name: test num_bytes: 41 num_examples: 1 download_size: 3752 dataset_size: 304 --- # My Cool Dataset This dataset is an example of how to create and upload a dataset card using Python. I use only to practice how to manipulate dataset iteslf, add new data remove them. Fix typos. ## Dataset Details - **Language**: English - **License**: MIT - **Tags**: text-classification, example