Jimmy_Med / configuration.json
dafei1288's picture
Upload 7 files
6910811 verified
raw
history blame
476 Bytes
{
"task": "text-generation",
"framework": "pytorch",
"preprocessor": {
"type": "text-gen-tokenizer",
"padding": false
},
"model": {
"type": "text-generation",
"language": "zh"
},
"pipeline": {
"type": "text-generation"
},
"evaluation": {
"dataloader": {
"batch_size_per_gpu": 2,
"workers_per_gpu": 1,
"shuffle": false
}
}
}