You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 대상 데이터에 대한 설명_DESCRIPTION="""Aihub Paper Document summarization data"""# 다운 받아야 하는 데이터 주소 (directory)_URL="https://huggingface.co/datasets/metamong1/summarization_paper/resolve/main/"_URLS= {
"train": _URL+"train_data.json", # train data 주소"val": _URL+"val_data.json", # validation data 주소
}
클래스 생성 : datasets.GeneratorBasedBuilder 클래스를 상속해서 하위 클래스 만들기
The text was updated successfully, but these errors were encountered: