wlmbrown commited on
Commit
cb41803
·
1 Parent(s): 7269140

"Changes with qqubb"

Browse files
Files changed (2) hide show
  1. compliance_analysis.py +1 -1
  2. project_cc.yaml +1 -1
compliance_analysis.py CHANGED
@@ -221,7 +221,7 @@ def run_compliance_analysis(folder_path):
221
  if not value:
222
  sys.exit(f"Because of the model represented by {filename}, this GPAI model with systematic risk fails the transparency requirements under Article 55.")
223
 
224
- def set_type(project_cc):
225
  if project_cc_yaml['ai_system']['ai_system']['value']:
226
  ai_system = True
227
  if project_cc_yaml['gpai_model']['ai_system']['value']:
 
221
  if not value:
222
  sys.exit(f"Because of the model represented by {filename}, this GPAI model with systematic risk fails the transparency requirements under Article 55.")
223
 
224
+ def set_type(project_cc_yaml):
225
  if project_cc_yaml['ai_system']['ai_system']['value']:
226
  ai_system = True
227
  if project_cc_yaml['gpai_model']['ai_system']['value']:
project_cc.yaml CHANGED
@@ -15,7 +15,7 @@ operator_role:
15
  verbose: 'The owner of this AI project is a natural or legal person, public authority, agency or other body that develops an AI system or a general-purpose AI model or that has an AI system or a general-purpose AI model developed and places it on the market or puts the AI system into service under its own name or trademark, whether for payment or free of charge'
16
  value: !!bool false
17
  on_market: # Art 2
18
- verbose: "AI project is placed on the market or put into service in the Union"
19
  value: !!bool false
20
  deployer: # Art. 2
21
  verbose: 'AI project operator is a natural or legal person, public authority, agency or other body using an AI system under its authority except where the AI system is used in the course of a personal non-professional activity'
 
15
  verbose: 'The owner of this AI project is a natural or legal person, public authority, agency or other body that develops an AI system or a general-purpose AI model or that has an AI system or a general-purpose AI model developed and places it on the market or puts the AI system into service under its own name or trademark, whether for payment or free of charge'
16
  value: !!bool false
17
  on_market: # Art 2
18
+ verbose: 'AI project is placed on the market or put into service in the Union'
19
  value: !!bool false
20
  deployer: # Art. 2
21
  verbose: 'AI project operator is a natural or legal person, public authority, agency or other body using an AI system under its authority except where the AI system is used in the course of a personal non-professional activity'