File size: 795 Bytes
89dba4e
6287de8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cff2f75
 
6287de8
 
 
 
 
 
cff2f75
 
89dba4e
0d62ff1
 
 
 
452c864
0d62ff1
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
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