Skip to content
Snippets Groups Projects
Commit 6f6eb6cd 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 100 -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 67f10113
No related branches found
No related tags found
No related merge requests found
Showing
with 142 additions and 0 deletions
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: 100
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:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
- entry: '$({"listing": [], "class": "Directory"})'
entryname: data/train_NER/models/de_1891_20026449
writable: true
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
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
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