Skip to content

sigmorphon/crosslingual-inflection-baseline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crosslingual-inflection-baseline

Environment Installation

Machine with GPU (Tested on Linux):

conda env create -f environment.yml

Manually Installation (Recommend for machine without GPU):

python>=3.6
pytorch=1.0
numpy
tqdm

Baseline Performance

Available for all baselines here.

Train from Scratch

# 0-soft
sh scripts/run-task1-tag.sh soft adyghe--kabardian
# 0-hard
sh scripts/run-task1-tag.sh hard adyghe--kabardian
# 0-mono
sh scripts/run-task1-monotag.sh hmm adyghe--kabardian
# 1-mono
sh scripts/run-task1-monotag.sh hmmfull adyghe--kabardian

Decode trained Model

python src/sigmorphon19-task1-decode.py \
    --in_file sample/task1/adyghe--kabardian/kabardian-dev \
    --out_file decode/task1/adyghe--kabardian-dev-out \
    --lang kabardian \
    --model sample/task1/model/adyghe--kabardian.1-mono.pth