wuulong commited on
Commit
020a5a5
·
verified ·
1 Parent(s): 498f318

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -28
README.md CHANGED
@@ -1,28 +1,35 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- dataset_info:
4
- features:
5
- - name: 項目
6
- dtype: string
7
- - name: 題目類型
8
- dtype: string
9
- - name: 編號
10
- dtype: string
11
- - name: 答案
12
- dtype: string
13
- - name: 依據法源
14
- dtype: string
15
- - name: 試題
16
- dtype: string
17
- splits:
18
- - name: validation
19
- num_bytes: 1083365
20
- num_examples: 3695
21
- download_size: 367748
22
- dataset_size: 1083365
23
- configs:
24
- - config_name: default
25
- data_files:
26
- - split: validation
27
- path: data/validation-*
28
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: 項目
6
+ dtype: string
7
+ - name: 題目類型
8
+ dtype: string
9
+ - name: 編號
10
+ dtype: string
11
+ - name: 答案
12
+ dtype: string
13
+ - name: 依據法源
14
+ dtype: string
15
+ - name: 試題
16
+ dtype: string
17
+ splits:
18
+ - name: validation
19
+ num_bytes: 1083365
20
+ num_examples: 3695
21
+ download_size: 367748
22
+ dataset_size: 1083365
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: validation
27
+ path: data/validation-*
28
+ ---
29
+ - 資料來源:[採購法規題庫](https://web.pcc.gov.tw/psms/plrtqdm/questionPublic/indexReadQuestion)
30
+ - 資料產生日期:114/03/07
31
+ - 大部分項目內本沒有 「依據法源」欄位,為求統一所以有欄位,為空值
32
+ - 順手用 colab 觀察資料內容:[採購網題庫1.ipynb](https://colab.research.google.com/drive/1LS1AZdVgAAut2v2UgK2Ku5F7hplqmdxm?usp=sharing)
33
+
34
+
35
+