Skip to content
Snippets Groups Projects
Commit 1c888453 authored by Lili Gasser's avatar Lili Gasser Committed by renku 0.3.4.dev34
Browse files

renku run --isolation --output...

renku run --isolation --output data/train_NER/1891_20026449_corrected_german_trained.txt --output data/train_NER/models/de_1891_20026449 python src/python/run_train_ner.py -m de_core_news_sm -n 2 -t data/train_NER/1891_20026449_corrected_german.txt -o data/train_NER/models/de_1891_20026449 -u data/train_NER/1891_20026449_corrected_german_trained.txt
parent 017f5e87
No related branches found
No related tags found
No related merge requests found
Showing
with 135 additions and 0 deletions
...@@ -261,3 +261,5 @@ data/AB/1976/04_correctedxml.tar.gz filter=lfs diff=lfs merge=lfs -text ...@@ -261,3 +261,5 @@ data/AB/1976/04_correctedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1977/04_correctedxml.tar.gz filter=lfs diff=lfs merge=lfs -text data/AB/1977/04_correctedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1975/04_correctedxml.tar.gz filter=lfs diff=lfs merge=lfs -text data/AB/1975/04_correctedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/train_NER/1891_20026449_corrected_german.txt filter=lfs diff=lfs merge=lfs -text data/train_NER/1891_20026449_corrected_german.txt filter=lfs diff=lfs merge=lfs -text
data/train_NER/models/de_1891_20026449/** filter=lfs diff=lfs merge=lfs -text
data/train_NER/1891_20026449_corrected_german_trained.txt filter=lfs diff=lfs merge=lfs -text
arguments: []
baseCommand:
- python
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
input_1:
default:
class: File
path: ../../src/python/run_train_ner.py
inputBinding:
position: 1
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default: de_core_news_sm
inputBinding:
position: 2
prefix: -m
separate: true
shellQuote: true
streamable: false
type: string
input_3:
default: 2
inputBinding:
position: 3
prefix: -n
separate: true
shellQuote: true
streamable: false
type: int
input_4:
default:
class: File
path: ../../data/train_NER/1891_20026449_corrected_german.txt
inputBinding:
position: 4
prefix: -t
separate: true
shellQuote: true
streamable: false
type: File
input_5:
default: data/train_NER/models/de_1891_20026449
inputBinding:
position: 5
prefix: -o
separate: true
shellQuote: true
streamable: false
type: string
input_6:
default: data/train_NER/1891_20026449_corrected_german_trained.txt
inputBinding:
position: 6
prefix: -u
separate: true
shellQuote: true
streamable: false
type: string
outputs:
output_0:
outputBinding:
glob: $(inputs.input_6)
streamable: false
type: File
output_1:
outputBinding:
glob: $(inputs.input_5)
streamable: false
type: Directory
permanentFailCodes: []
requirements: []
successCodes: []
temporaryFailCodes: []
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
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