Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create EnergyConsumption #694

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions model/AI/Classes/EnergyConsumption
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
SPDX-License-Identifier: Community-Spec-1.0

# EnergyConsumption

## Summary

Class that contains properties to describe EnergyConsumption incurred by a AI model in different stages of its lifecycle.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"to describe EnergyConsumption" -> "to describe energy consumption"


## Description

The class used for denoting the training energy consumption, inference energy consumption and fine tuning energy consumption of the AI model(s) used in a AI software.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using "system" instead of "software"?

"used in a AI software" -> "used in an AI system"


## Metadata

- name: EnergyConsumption
- Instantiability: Concrete

## Properties

- trainingEnergyConsumption
- type: EnergyConsumptionDescription
- finetuningEnergyConsumption
- type: EnergyConsumptionDescription
- inferenceEnergyConsumption
- type: EnergyConsumptionDescription