From 20a6abd54db4fa69e825c80826942b21913ea249 Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Mon, 4 Nov 2024 16:17:53 -0800 Subject: [PATCH] Update 0_preprocess_training_data.py --- 0_preprocess_training_data.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/0_preprocess_training_data.py b/0_preprocess_training_data.py index c9be244..f322e83 100644 --- a/0_preprocess_training_data.py +++ b/0_preprocess_training_data.py @@ -1,4 +1,9 @@ -"""Translate data from HuMoR-style npz format to an hdf5-based one.""" +"""Translate data from HuMoR-style npz format to an hdf5-based one. + +Due to licensing, we unfortunately can't re-distribute our preprocessed dataset. + +For generating it yourself, the inputs to this script can be first computed by following HuMoR: https://github.com/davrempe/humor/tree/main/data +""" import queue import threading