archive model

This commit is contained in:
szymonj98 2022-04-27 20:03:25 +02:00
parent 93d69f32f8
commit fdd9858321
3 changed files with 200002 additions and 1 deletions

View File

@ -8,6 +8,7 @@ pipeline {
copyArtifacts filter: 'data.csv', fingerprintArtifacts: true, projectName: 's444386-create-dataset', selector: lastSuccessful()
sh 'chmod u+x ./biblioteki_dl.py'
sh 'python3 biblioteki_dl.py'
archiveArtifacts 'model'
}
}
}

View File

@ -118,4 +118,4 @@ with open('results.csv','w',encoding='UTF-8',newline='') as f:
for row in rows:
writer.writerow(row)
model.save('./model')

200000
data.csv Normal file

File diff suppressed because it is too large Load Diff