Skip to content
Snippets Groups Projects
Commit 80393a74 authored by Lili Gasser's avatar Lili Gasser
Browse files

renkufy bash file

parent 1c888453
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
path_data=data/train_NER/
model=de_core_news_sm model=de_core_news_sm
n_iter=2 n_iter=2
path_data=data/train_NER/
training_data=${path_data}1891_20026449_corrected_german.txt training_data=${path_data}1891_20026449_corrected_german.txt
trained_data=${path_data}1891_20026449_corrected_german_trained.txt trained_data=${path_data}1891_20026449_corrected_german_trained.txt
new_model=${path_data}models/de_1891_20026449 new_model=${path_data}models/de_1891_20026449
#renku run --isolation --output $trained_data --output $new_model renku run --isolation --output $trained_data --output $new_model python src/python/run_train_ner.py -m $model -n $n_iter -t $training_data -o $new_model -u $trained_data
python src/python/run_train_ner.py -m $model -n $n_iter -t $training_data -o $new_model -u $trained_data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment