wlmbrown commited on
Commit
4013b43
·
1 Parent(s): 5ee61ec

add more gpai obligations to project cc

Browse files
Files changed (1) hide show
  1. project_cc.yaml +87 -24
project_cc.yaml CHANGED
@@ -441,34 +441,89 @@ transparency_obligations:
441
  # Information related to the Act's requirements for GPAI models
442
 
443
  gpai_model_provider_obligations:
444
- intended_uses: # Art. 53(1)(a); Annex XI(1)(1)(a-c)
445
- verbose: 'Provide information on intended tasks, integration types, and acceptable use policies'
446
- value: !!bool false
447
- model_architecture: # Art. 53(1)(a); Annex XI(1)(1)(d-f)
448
- verbose: 'Provide details on model architecture, parameters, input/output modalities, and license'
449
- value: !!bool false
450
- training_methodologies: # Art. 53(1)(b); Annex XI(1)(2)(b)
451
- verbose: 'Describe training methodologies, key design choices, and optimization goals'
452
- value: !!bool false
453
- data: # Art. 53(1)(b); Annex XI(1)(2)(c)
454
- verbose: 'Provide information on training, testing, and validation data'
455
- value: !!bool false
456
- computation: # Art. 53(1)(b); Annex XI(1)(2)(d-e)
457
- verbose: 'Disclose computational resources and energy consumption for training'
458
- value: !!bool false
459
- evaluation: # Art. 53(1)(b); Annex XI(2)(1-2)
460
- verbose: 'Describe evaluation strategies, results, and adversarial testing measures'
461
- value: !!bool false
462
- general_description: # Art. 53(1)(b); Annex XII(1)(a-h)
463
- verbose: 'To downstream providers, provide general description of GPAI model, including intended tasks and integration types'
464
- value: !!bool false
465
- development_process: # Art. 53(1)(b); Annex XII(2)(a-c)
466
- verbose: 'To downstream providers, describe model elements, development process, and integration requirements'
467
- value: !!bool false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
468
 
469
  # Information related to the Act's requirements for GPAI models with systematic risk
470
 
471
  obligations_for_gpai_models_with_systemic_risk:
 
 
472
  evaluation: # Art. 55(1)(a)
473
  verbose: 'The AI project was subject to a model evaluation using standardized protocols'
474
  value: !!bool false
@@ -484,6 +539,14 @@ obligations_for_gpai_models_with_systemic_risk:
484
  cybersecurity: # Art. 55(1)(d)
485
  verbose: 'Adequate cybersecurity protection for any models and infrastructures in the AI project was ensured'
486
  value: !!bool false
 
 
 
 
 
 
 
 
487
 
488
  additional_provider_obligations: # apply these only if operator == provider and ai_project_type == high_risk_ai_system
489
  contact: # Article 16 (b)
 
441
  # Information related to the Act's requirements for GPAI models
442
 
443
  gpai_model_provider_obligations:
444
+ documentation:
445
+ intended_uses: # Art. 53(1)(a); Annex XI(1)(1)(a)
446
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a general description of the model includes a description of the tasks that the model is intended to perform and the type and nature of AI systems in which it can be integrated'
447
+ value: !!bool false
448
+ accepable_use_policies: # Art. 53(1)(a); Annex XI(1)(1)(b)
449
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a general description of the model that includes a description of the acceptable use policies'
450
+ value: !!bool false
451
+ release_date: # Art. 53(1)(a); Annex XI(1)(1)(c)
452
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a general description of the model that includes the date of release and methods of distribution'
453
+ value: !!bool false
454
+ model_architecture: # Art. 53(1)(a); Annex XI(1)(1)(d)
455
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a general description of the model that includes the architecture and number of parameters'
456
+ value: !!bool false
457
+ modality: # Art. 53(1)(a); Annex XI(1)(1)(e)
458
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a general description of the model that includes the modality (e.g. text, image) and format of inputs and outputs'
459
+ value: !!bool false
460
+ license: # Art. 53(1)(a); Annex XI(1)(1)(f)
461
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a general description of the model that includes the license'
462
+ value: !!bool false
463
+ technical_means: # Art. 53(1)(a); Annex XI(1)(2)(a)
464
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a detailed description of the model that includes the technical means (e.g. instructions of use, infrastructure, tools) required for the AI project to be integrated in AI systems'
465
+ value: !!bool false
466
+ design_specs: # Art. 53(1)(a); Annex XI(1)(2)(b)
467
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a detailed description of the model that includes the design specifications of the model and training process, including training methodologies and techniques, the key design choices including the rationale and assumptions made; what the model is designed to optimise for and the relevance of the different parameters, as applicable;'
468
+ value: !!bool false
469
+ data: # Art. 53(1)(a); Annex XI(1)(2)(c)
470
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a detailed description of the model that includes information on the data used for training, testing and validation, where applicable, including the type and provenance of data and curation methodologies (e.g. cleaning, filtering, etc.), the number of data points, their scope and main characteristics; how the data was obtained and selected as well as all other measures to detect the unsuitability of data sources and methods to detect identifiable biases, where applicable'
471
+ value: !!bool false
472
+ computation: # Art. 53(1)(b); Annex XI(1)(2)(d)
473
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a detailed description of the model that includes information on the computational resources used to train the model (e.g. number of floating point operations), training time, and other relevant details related to the training;'
474
+ value: !!bool false
475
+ energy: # Art. 53(1)(b); Annex XI(1)(2)(e)
476
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that include a detailed description of the model that includes information on the known or estimated energy consumption of the model'
477
+ value: !!bool false
478
+ evaluation: # Art. 53(1)(b); Annex XI(2)(1-2)
479
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that describes evaluation strategies, results, and adversarial testing measures'
480
+ value: !!bool false
481
+ provider_documentation:
482
+ general:
483
+ verbose: 'Provider has draw up and will keep up-to-date and make available to providers of AI systems who intend to integrate the AI project into their AI systems, documentation that enables providers of AI systems to have a good understanding of the capabilities and limitations of the general-purpose AI model and to comply with their obligations pursuant to this Regulation'
484
+ value: !!bool false
485
+ tasks: # ANNEX XII(1)(a)
486
+ verbose: 'Provider has draw up and will keep up-to-date and make available to providers of AI systems who intend to integrate the AI project into their AI systems, documentation that enables providers of AI systems to have a good understanding of the capabilities and limitations of the general-purpose AI model and to comply with their obligations pursuant to this Regulatio, that includes general description of the AI project including the tasks that the model is intended to perform and the type and nature of AI systems into which it can be integrated;'
487
+ value: !!bool false
488
+ acceptable_use: # ANNEX XII(1)(b)
489
+ verbose: 'Provider has draw up and will keep up-to-date and make available to providers of AI systems who intend to integrate the AI project into their AI systems, documentation that enables providers of AI systems to have a good understanding of the capabilities and limitations of the general-purpose AI model and to comply with their obligations pursuant to this Regulatio, that includes general description of the AI project including the acceptable use policies applicable;'
490
+ value: !!bool false
491
+ release_date: # ANNEX XII(1)(c)
492
+ verbose: 'Provider has draw up and will keep up-to-date and make available to providers of AI systems who intend to integrate the AI project into their AI systems, documentation that enables providers of AI systems to have a good understanding of the capabilities and limitations of the general-purpose AI model and to comply with their obligations pursuant to this Regulatio, that includes general description of the AI project including the date of release and methods of distribution;'
493
+ value: !!bool false
494
+ hardware: # ANNEX XII(1)(d)
495
+ verbose: 'Provider has draw up and will keep up-to-date and make available to providers of AI systems who intend to integrate the AI project into their AI systems, documentation that enables providers of AI systems to have a good understanding of the capabilities and limitations of the general-purpose AI model and to comply with their obligations pursuant to this Regulatio, that includes general description of the AI project including how the model interacts, or can be used to interact, with hardware or software that is not part of the model itself, where applicable;'
496
+ value: !!bool false
497
+ versions: # ANNEX XII(1)(e)
498
+ verbose: 'Provider has draw up and will keep up-to-date and make available to providers of AI systems who intend to integrate the AI project into their AI systems, documentation that enables providers of AI systems to have a good understanding of the capabilities and limitations of the general-purpose AI model and to comply with their obligations pursuant to this Regulatio, that includes general description of the AI project including the versions of relevant software related to the use of the general-purpose AI model, where applicable'
499
+ value: !!bool false
500
+ architecture: # ANNEX XII(1)(f)
501
+ verbose: 'Provider has draw up and will keep up-to-date and make available to providers of AI systems who intend to integrate the AI project into their AI systems, documentation that enables providers of AI systems to have a good understanding of the capabilities and limitations of the general-purpose AI model and to comply with their obligations pursuant to this Regulatio, that includes general description of the AI project including the architecture and number of parameters;'
502
+ value: !!bool false
503
+ modality: # ANNEX XII(1)(g)
504
+ verbose: 'Provider has draw up and will keep up-to-date and make available to providers of AI systems who intend to integrate the AI project into their AI systems, documentation that enables providers of AI systems to have a good understanding of the capabilities and limitations of the general-purpose AI model and to comply with their obligations pursuant to this Regulatio, that includes general description of the AI project including the modality (e.g. text, image) and format of inputs and outputs;'
505
+ value: !!bool false
506
+ license: # ANNEX XII(1)(h)
507
+ verbose: 'Provider has draw up and will keep up-to-date and make available to providers of AI systems who intend to integrate the AI project into their AI systems, documentation that enables providers of AI systems to have a good understanding of the capabilities and limitations of the general-purpose AI model and to comply with their obligations pursuant to this Regulatio, that includes general description of the AI project including the licence for the model.;'
508
+ value: !!bool false
509
+ other:
510
+ policy: # Art. 52(1)(c)
511
+ verbose: 'Provider has put in place a policy to comply with Union law on copyright and related rights, and in particular to identify and comply with, including through state-of-the-art technologies, a reservation of rights expressed pursuant to Article 4(3) of Directive (EU) 2019/790;'
512
+ value: !!bool false
513
+ content: # Art. 52(1)(d)
514
+ verbose: 'Provider has drawn up and made publicly available a sufficiently detailed summary about the content used for training of the general-purpose AI model, according to a template provided by the AI Office.'
515
+ value: !!bool false
516
+ representative: # Art. 54(1)(d)
517
+ verbose: 'Prior to placing the AI project on the Union market, the provider, if established in a third country, has, by written mandate, appointed an authorised representative which is established in the Union.'
518
+ value: !!bool false
519
+
520
+ # Add other obligations of domestic represenatitives
521
 
522
  # Information related to the Act's requirements for GPAI models with systematic risk
523
 
524
  obligations_for_gpai_models_with_systemic_risk:
525
+ notification: # Art 52(1)
526
+ verbose: 'Within two weeks of it being known that the AI project should be classified as a GPAI model with systemtic ris, tkhe Commission was notified and provided with the information that supports this finding'
527
  evaluation: # Art. 55(1)(a)
528
  verbose: 'The AI project was subject to a model evaluation using standardized protocols'
529
  value: !!bool false
 
539
  cybersecurity: # Art. 55(1)(d)
540
  verbose: 'Adequate cybersecurity protection for any models and infrastructures in the AI project was ensured'
541
  value: !!bool false
542
+ documenation_evaluation:
543
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that includes a detailed description of the evaluation strategies, including evaluation results, on the basis of available public evaluation protocols and tools or otherwise of other evaluation methodologies. Evaluation strategies shall include evaluation criteria, metrics and the methodology on the identification of limitations.'
544
+ value: !!bool false
545
+ documentation_adversarial:
546
+ verbose: 'The provider has drawn up and will keep up-to-date technical documentation of the model that includes, where applicable, a detailed description of the measures put in place for the purpose of conducting internal and/or external adversarial testing (e.g. red teaming), model adaptations, including alignment and fine-tuning.'
547
+ value: !!bool false
548
+ documentation_architecture:
549
+ verbose: ''The provider has drawn up and will keep up-to-date technical documentation of the model that includes, where applicable, a detailed description of the system architecture explaining how software components build or feed into each other and integrate into the overall processing.'
550
 
551
  additional_provider_obligations: # apply these only if operator == provider and ai_project_type == high_risk_ai_system
552
  contact: # Article 16 (b)