TC32 / app.py
NimaKL's picture
Update app.py
cb51fed
raw
history blame
358 Bytes
import os
import shutil
if not os.path.exists('variables'):
os.makedirs('variables')
shutil.move('variables.data-00000-of-00001', 'variables')
shutil.move('variables.index', 'variables')
if not os.path.exists('tokenizer'):
os.makedirs('tokenizer')
shutil.move('tokenizer_config.json', 'tokeizer')
shutil.move('vocab.txt', 'tokenizer')