Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
arrow
Languages:
English
Size:
10K - 100K
License:
| { | |
| "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 | |
| } | |
| } |