fathyshalab commited on
Commit
a71b537
·
1 Parent(s): f174d38

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,19 +1,21 @@
1
  ---
2
  dataset_info:
3
  features:
 
 
4
  - name: text
5
  dtype: string
6
  - name: label
7
- dtype: string
8
  splits:
9
  - name: train
10
- num_bytes: 410140
11
  num_examples: 4834
12
  - name: test
13
- num_bytes: 62952
14
  num_examples: 800
15
- download_size: 153409
16
- dataset_size: 473092
17
  ---
18
  # Dataset Card for "atis_intents"
19
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: label text
5
+ dtype: string
6
  - name: text
7
  dtype: string
8
  - name: label
9
+ dtype: int64
10
  splits:
11
  - name: train
12
+ num_bytes: 448812
13
  num_examples: 4834
14
  - name: test
15
+ num_bytes: 69352
16
  num_examples: 800
17
+ download_size: 157677
18
+ dataset_size: 518164
19
  ---
20
  # Dataset Card for "atis_intents"
21