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

AI: Not clear what 'energyQuantity' means #767

Open
VenkatTechnologist opened this issue May 9, 2024 · 4 comments
Open

AI: Not clear what 'energyQuantity' means #767

VenkatTechnologist opened this issue May 9, 2024 · 4 comments

Comments

@VenkatTechnologist
Copy link
Contributor

The property energyQuantity's name or its description does not provide enough information to understand what the property stands for.

@bact
Copy link
Contributor

bact commented May 20, 2024

Thanks @VenkatTechnologist, will this be something sufficient ?

{
    "energyConsumption": {
        "trainingEnergyConsumption": {
            "energyQuantity": 345,
            "energyUnit": "kilowattHour"
        },
        "finetuningEnergyConsumption": {
            "energyQuantity": 42,
            "energyUnit": "kilowattHour"
        }
    }
}

We are now working on examples. If you find there's anything need more explanation, feel free to shout out. Thank you.

@VenkatTechnologist
Copy link
Contributor Author

VenkatTechnologist commented May 20, 2024 via email

@bact
Copy link
Contributor

bact commented May 20, 2024

Thanks. Will this read better?

Represents the energy quantity.

The quantity is the amount or numerical value of the energy we are trying to represent.
The unit of measure is how we express the measurement of the quantity.

For example, 42 kilowatt-hour of energy will have the property `energyQuantity` as
`42` and the property `energyUnit` as `kilowattHour`.

The 2nd and 3rd paragraphs will also be added to energyUnit description.

@VenkatTechnologist
Copy link
Contributor Author

VenkatTechnologist commented May 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants