kai119's picture
Upload folder using huggingface_hub
22fb4ec verified
raw
history blame contribute delete
210 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
def pretrain_map_fn(example):
return {
'conversation': [{
'input': '',
'output': example['toy_text'].strip()
}]
}