File size: 891 Bytes
020a5a5 |
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 |
---
license: cc-by-sa-4.0
dataset_info:
features:
- name: 項目
dtype: string
- name: 題目類型
dtype: string
- name: 編號
dtype: string
- name: 答案
dtype: string
- name: 依據法源
dtype: string
- name: 試題
dtype: string
splits:
- name: validation
num_bytes: 1083365
num_examples: 3695
download_size: 367748
dataset_size: 1083365
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
---
- 資料來源:[採購法規題庫](https://web.pcc.gov.tw/psms/plrtqdm/questionPublic/indexReadQuestion)
- 資料產生日期:114/03/07
- 大部分項目內本沒有 「依據法源」欄位,為求統一所以有欄位,為空值
- 順手用 colab 觀察資料內容:[採購網題庫1.ipynb](https://colab.research.google.com/drive/1LS1AZdVgAAut2v2UgK2Ku5F7hplqmdxm?usp=sharing)
|