HW-202337458-imdb-preprocessing / preprocessing_summary.json
hf-june's picture
Upload IMDB preprocessing dataset
6d031e4 verified
Raw
History Blame Contribute Delete
614 Bytes
{
"student_id": "202337458",
"huggingface_username": "hf-june",
"repository": "hf-june/HW-202337458-imdb-preprocessing",
"assignment_date": "05월 21일",
"assignment_name": "데이터셋 전처리 파이프라인 구현",
"dataset": "imdb",
"tokenizer": "bert-base-uncased",
"filter_condition": "Remove samples with empty text or text length <= 10 characters",
"preprocessing": {
"method": "map",
"padding": "max_length",
"truncation": true,
"max_length": 128
},
"save_method": "save_to_disk",
"splits": {
"train": 22500,
"validation": 2500,
"test": 25000
}
}