Thaweewat commited on
Commit
f22cbc8
1 Parent(s): ddb9fc5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: ticket_id
6
+ dtype: string
7
+ - name: note
8
+ dtype: string
9
+ - name: description
10
+ dtype: string
11
+ - name: description_reporter
12
+ dtype: string
13
+ - name: subdistrict
14
+ dtype: string
15
+ - name: district
16
+ dtype: string
17
+ - name: province
18
+ dtype: string
19
+ - name: star
20
+ dtype: float64
21
+ - name: count_reopen
22
+ dtype: float64
23
+ - name: __index_level_0__
24
+ dtype: int64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 62795510
28
+ num_examples: 50288
29
+ download_size: 21272151
30
+ dataset_size: 62795510
31
+ configs:
32
+ - config_name: default
33
+ data_files:
34
+ - split: train
35
+ path: data/train-*
36
  ---