{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "from datasets import load_dataset\n", "\n", "ds = load_dataset(\"cfpark00/KoreanSAT\")\n", "ds[\"2024_math\"].to_json(\"./data/json/2024/math.json\")" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "venv1", "language": "python", "name": "python3" }, "language_info": { "name": "python", "version": "3.8.9" } }, "nbformat": 4, "nbformat_minor": 2 }