Skip to content

Commit

Permalink
feat: intentionally comment required fields in ai4-metadata that they…
Browse files Browse the repository at this point in the history
… are updated by a user
  • Loading branch information
vykozlov committed Aug 23, 2024
1 parent 133848d commit 5a533b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions {{ cookiecutter.__repo_name }}/ai4-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ dates:
created: {% now 'utc', '%Y-%m-%d' %}
updated: {% now 'utc', '%Y-%m-%d' %}
links:
ai4_template: {{ cookiecutter.__ai4_template }}
source_code: {{ cookiecutter.git_base_url }}/{{ cookiecutter.__repo_name }}
docker_image: ai4oshub/{{ cookiecutter.__repo_name }}
ai4_template: {{ cookiecutter.__ai4_template }}
# documentation: http://add-some-documentation.com
# dataset: http://add-some-url-pointing-to-your-dataset.com
# weights: http://add-some-weights-url.com
# citation: http://add-some-DOI-url.com
# base_model: http://add-some-link-to-another-model.com
tags: [] # free field, add tags that you consider relevant
#tags: # required property, add user-defined tags that you consider relevant
# - deep learning
tasks: [] # uncomment tags accordingly
#tasks: # required property, uncomment together with relevant items
# - Computer Vision
# - Natural Language Processing
# - Time Series
Expand All @@ -36,12 +36,12 @@ tasks: [] # uncomment tags accordingly
# - Transfer Learning
# - Uncertainty Estimation
# - Other
categories: [] # uncomment tags accordingly
#categories: # required property, uncomment together with relevant items
# - AI4 trainable
# - AI4 pre trained
# - AI4 inference
# - AI4 tools
libraries: [] # uncomment tags accordingly
#libraries: # required property, uncomment together with relevant items
# - TensorFlow
# - PyTorch
# - Keras
Expand All @@ -50,7 +50,7 @@ libraries: [] # uncomment tags accordingly
# - LightGBM
# - CatBoost
# - Other
data-type: [] # uncomment tags accordingly
#data-type: # optional, uncomment together with relevant items
# - Image
# - Text
# - Time Series
Expand Down

0 comments on commit 5a533b1

Please sign in to comment.