Skip to content
Merged
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
22 changes: 22 additions & 0 deletions config/metadata.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading