dwb2023 commited on
Commit
55d126c
·
verified ·
1 Parent(s): 6d3995c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ dataset_info:
16
  - name: linked_datasets
17
  sequence: string
18
  - name: created_at
19
- dtype: timestamp[s]
20
  splits:
21
  - name: train
22
  num_bytes: 2569
@@ -45,7 +45,7 @@ A collection of stakeholder-specific competency questions that define the requir
45
  | what | string | Essential insights to be gained from answering |
46
  | graph_hint | string | Graph pattern used to answer the CQ |
47
  | linked_datasets | sequence[string] | List of dataset IDs that support answering this CQ |
48
- | created_at | timestamp[s] | When the competency question was added |
49
 
50
  **Example Entry**
51
  ```python
 
16
  - name: linked_datasets
17
  sequence: string
18
  - name: created_at
19
+ dtype: timestamp[ms]
20
  splits:
21
  - name: train
22
  num_bytes: 2569
 
45
  | what | string | Essential insights to be gained from answering |
46
  | graph_hint | string | Graph pattern used to answer the CQ |
47
  | linked_datasets | sequence[string] | List of dataset IDs that support answering this CQ |
48
+ | created_at | timestamp[ms] | When the competency question was added |
49
 
50
  **Example Entry**
51
  ```python