From f2123adda9ce74c6a872069a529718df9faf2392 Mon Sep 17 00:00:00 2001 From: debelatesfaye Date: Wed, 22 Jan 2025 10:29:01 +0000 Subject: [PATCH] added metadata file --- config/metadata.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/metadata.yaml diff --git a/config/metadata.yaml b/config/metadata.yaml new file mode 100644 index 0000000..3487a74 --- /dev/null +++ b/config/metadata.yaml @@ -0,0 +1,22 @@ +# General module information +Name: "bert-te" # Name of the module +description: "BERT based NLI model for relation identification!" +Date: "2024-10-01" # Creation or last update date +Originator: "Debela" # Creator or author of the module +License: "MIT" # License type for this module + +# Task type and categorization +AMF_Tag: bert_te # This acts as the task type for the module + +# Additional metadata +Domain: "Momolog and Dialog" # Domain this module operates in +Training Data: "None" # Reference to the training data used +Citation: "None" # Reference or citation for this module + +# Variants of the module +Variants: # List of variants available for this task + - default # Example variant (e.g., a lightweight version) + +# Input and output definitions +Requires: xAIF # Input required by this module +Outputs: xAIF # Output produced by this module \ No newline at end of file