Skip to content

Commit

Permalink
Process comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSpelt committed Oct 4, 2024
1 parent 26f2ec5 commit dead59f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
15 changes: 6 additions & 9 deletions docs/projects/amt/reporting-standard/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,16 @@ A `system_card` contains the following information.
`["AI-systeem", "AI-systeem voor algemene doeleinden", "AI-model voor algemene doeleinden", "geen algoritme"]`.
2. `open_source` (OPTIONAL, enum[string]). Whether the system is open source or not.
Options are `["open-source", "geen open-source"]`.
3. `exception_category` (OPTIONAL, enum[string]). The exception category of the system
should be chosen from: `["uitzondering van toepassing"]`.
4. `publication_category` (OPTIONAL, enum[string]). The publication category of the system should be chosen from:
3. `publication_category` (OPTIONAL, enum[string]). The publication category of the system should be chosen from:
`["impactvol algoritme", "niet-impactvol algoritme", "hoog-risico AI",
"geen hoog-risico AI", "verboden AI"]`.
5. `systemic_risk` (OPTIONAL, enum[string]). Whether the AI model is classified as having systemic risk.
"geen hoog-risico AI", "verboden AI", "uitzondering van toepassing"]`.
4. `systemic_risk` (OPTIONAL, enum[string]). Whether the AI model is classified as having systemic risk.
Options are `["systeemrisico", "geen systeemrisico"]`.
6. `transparency_obligations` (OPTIONAL, enum[string]). Whether the system faces transparency obligations.
5. `transparency_obligations` (OPTIONAL, enum[string]). Whether the system faces transparency obligations.
Options are `["transparantieverplichtingen", "geen transparantieverplichtingen"]`.
7. `role` (OPTIONAL, enum[string]). The organization’s role in relation to the system.
6. `role` (OPTIONAL, enum[string]). The organization’s role in relation to the system.
Options are `["aanbieder", "gebruiksverantwoordelijke", "aanbieder + gebruiksverantwoordelijke"]`
8. `decision_tree` (OPTIONAL). This field is REQUIRED if the above fields are retrieved by traversing the decision tree.
7. `decision_tree` (OPTIONAL). This field is REQUIRED if the above fields are retrieved by traversing the decision tree.

1. `version` (REQUIRED, string). The version of the decision tree.
2. `path` (REQUIRED). The traversed path through the decision tree.
Expand Down Expand Up @@ -378,7 +376,6 @@ description: {system_description}
ai_act_profile:
type: {system_type}
open_source: {open_source}
exception_category: {exception_category}
publication_category: {publication_category}
systemic_risk: {systemic_risk}
transparency_obligations: {transparency_obligations}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,7 @@
"niet-impactvol algoritme",
"hoog-risico AI",
"geen hoog-risico AI",
"verboden AI"
]
},
"exception_category":{
"type": "string",
"description": "Whether there is an exception to the AI Act",
"enum": [
"verboden AI",
"uitzondering van toepassing"
]
},
Expand Down

0 comments on commit dead59f

Please sign in to comment.