FanChen0116 commited on
Commit
1316537
1 Parent(s): ebaf3c0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: tokens
7
+ sequence: string
8
+ - name: labels
9
+ sequence:
10
+ class_label:
11
+ names:
12
+ '0': O
13
+ '1': I-from_location
14
+ '2': B-from_location
15
+ '3': B-leaving_date
16
+ '4': I-leaving_date
17
+ '5': I-to_location
18
+ '6': B-to_location
19
+ - name: request_slot
20
+ sequence: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 13072
24
+ num_examples: 70
25
+ - name: validation
26
+ num_bytes: 6900
27
+ num_examples: 35
28
+ - name: test
29
+ num_bytes: 70618
30
+ num_examples: 377
31
+ download_size: 24264
32
+ dataset_size: 90590
33
+ ---
34
+ # Dataset Card for "bus_few4_05x"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)