From aab4b5574fb7ef4b5e2d686e99de6e02f3ded83d Mon Sep 17 00:00:00 2001 From: 5chm33 Date: Thu, 2 Jul 2026 13:16:13 -0700 Subject: [PATCH] Add model: Andromeda Signed-off-by: 5chm33 --- models/Andromeda.yml | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 models/Andromeda.yml diff --git a/models/Andromeda.yml b/models/Andromeda.yml new file mode 100644 index 0000000..cc89f91 --- /dev/null +++ b/models/Andromeda.yml @@ -0,0 +1,48 @@ +framework: + name: 'Model Openness Framework' + version: '1.0' + date: '2024-12-15' +release: + name: Andromeda + date: '2026-07-02' + producer: '' + repository: 'https://github.com/5chm33/Andromeda' + huggingface: '' + license: { } + components: + - + name: 'Model architecture' + description: "Well commented code for the model's architecture" + license: unlicensed + - + name: 'Data preprocessing code' + description: 'Code for data cleansing, normalization, and augmentation' + license: unlicensed + - + name: 'Training code' + description: 'Code used for training the model' + license: unlicensed + - + name: 'Inference code' + description: 'Code used for running the model to make predictions' + license: unlicensed + - + name: 'Evaluation code' + description: 'Code used for evaluating the model' + license: unlicensed + - + name: 'Supporting libraries and tools' + description: "Libraries and tools used in the model's development" + license: unlicensed + - + name: 'Sample model outputs' + description: 'Examples of outputs generated by the model' + license: unlicensed + - + name: 'Technical report' + description: 'Technical report detailing capabilities and usage instructions for the model' + license: unlicensed + - + name: 'Evaluation results' + description: 'The results from evaluating the model' + license: unlicensed