Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 888 Bytes

FileStructure.md

File metadata and controls

43 lines (24 loc) · 888 Bytes

File Structure

Systems

To build, download and use the different systems you can find the scripts in /opt/SLT.KIT/systems/${system}. In general this directory contains three different scripts

  1. Training a model
    /opt/SLT.KIT/systems/${model}/Train.sh
  1. Download a pre-trained model
    /opt/SLT.KIT/systems/${model}/Download.sh
  1. Translate test set
    /opt/SLT.KIT/systems/${model}/Test.sh $testset

Data

All data is stored in the /data directory

  • /data/${component}/: Training data after processing of the individual components
  • /data/${component}/eval/: Test data after processing of the individual components

Model

The different models trained by the individual components are stored in /model/${component}

Results

The results of each system will be reported in /results/${system}