{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "7da40592-4c80-4775-b965-e758f844393a", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/home/jue@together.xyz/miniconda3/envs/nebula-fav2/lib/python3.10/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", " from .autonotebook import tqdm as notebook_tqdm\n" ] } ], "source": [ "import numpy as np\n", "import torch\n", "import faiss\n", "from faiss import write_index, read_index\n", "from datasets import load_dataset" ] }, { "cell_type": "code", "execution_count": 2, "id": "9bd78146-676a-426e-8a50-6d7bbb0dd497", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "0 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00000-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-4c95d47268eff497/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "8 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00008-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-36dffc045953d692/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "16 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00016-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-7230dad67dc783c4/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "24 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00024-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-5b6e87feee925155/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "32 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00032-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-837f43df0ab91bd8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "40 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00040-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-0a0e4d6da0e8e93f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "48 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00048-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-46f4f026ed641b03/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "56 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00056-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-f18f1788c1c8fe13/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "64 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00064-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-e0e3630be5c002cc/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "72 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00072-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-7f94ca3772660210/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4364.52it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 460.20it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-7f94ca3772660210/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "80 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00080-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-fea328bfcbedc152/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4350.94it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 102.61it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-fea328bfcbedc152/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "88 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00088-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-055c75ad935661d5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9383.23it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 109.03it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-055c75ad935661d5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "96 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00096-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-7f7d967e01e08e0a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 7973.96it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 104.78it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-7f7d967e01e08e0a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "104 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00104-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-ac77e2b14cc769ce/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 11214.72it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 102.97it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-ac77e2b14cc769ce/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "112 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00112-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-801d1bc68f3c0a73/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4481.09it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 103.41it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-801d1bc68f3c0a73/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "120 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00120-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-f15f1cf3277e82c9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10979.85it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 111.99it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-f15f1cf3277e82c9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "128 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00128-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-11e2919c705cffca/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4433.73it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.00it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-11e2919c705cffca/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "136 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00136-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-1fcb548c4ded1829/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4573.94it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 93.48it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-1fcb548c4ded1829/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "144 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00144-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-740c6a41e85caab1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4559.03it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.30it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-740c6a41e85caab1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "152 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00152-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-9c0d2c17b7743ec3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4084.04it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 103.20it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-9c0d2c17b7743ec3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "160 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00160-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-9a270257964c4613/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10180.35it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.12it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-9a270257964c4613/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "168 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00168-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-3bd817bb192457a9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4549.14it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 98.51it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-3bd817bb192457a9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "176 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00176-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-bea8e71672df1cf0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4481.09it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 93.10it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-bea8e71672df1cf0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "184 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00184-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-89aa3627bff7d9b0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4723.32it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 109.42it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-89aa3627bff7d9b0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "192 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00192-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-20025293e62ed242/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4691.62it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 56.61it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-20025293e62ed242/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "200 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00200-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-645ee19e7bee68b1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4837.72it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 103.12it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-645ee19e7bee68b1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "208 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00208-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-6eadbfa0c2b55554/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4490.69it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 94.02it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-6eadbfa0c2b55554/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "216 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00216-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-dbc2a45a62c0dbc2/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10106.76it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 69.25it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-dbc2a45a62c0dbc2/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "224 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00224-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-a802a5ea287316d1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4707.41it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 99.34it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-a802a5ea287316d1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "232 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00232-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-43b6204833238c10/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4837.72it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 102.16it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-43b6204833238c10/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "240 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00240-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-de97bd420997ef4d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4604.07it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 25.89it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-de97bd420997ef4d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "248 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00248-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-bcc4d6b607c94af6/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4462.03it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.55it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-bcc4d6b607c94af6/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "256 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00256-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-76ff1d1324c1f0ca/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4681.14it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 41.61it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-76ff1d1324c1f0ca/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "264 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00264-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-48015b41a3cd8d8c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4447.83it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 103.19it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-48015b41a3cd8d8c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "272 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00272-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-2cf61eb8571bf788/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4476.31it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.95it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-2cf61eb8571bf788/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "280 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00280-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-96abfad5137ceb35/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 11915.64it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 104.48it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-96abfad5137ceb35/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "288 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00288-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-580d8e46e9e4b19b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4624.37it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 99.73it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-580d8e46e9e4b19b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "296 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00296-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-db5a437e390908eb/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4777.11it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 92.69it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-db5a437e390908eb/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "304 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00304-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-0ea5d3e8420cc4fa/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4614.20it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 105.14it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-0ea5d3e8420cc4fa/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "312 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00312-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-dac0fe3c25077686/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4539.29it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 105.07it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-dac0fe3c25077686/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "320 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00320-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-d1c456f0629d395f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9058.97it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 100.21it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-d1c456f0629d395f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "328 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00328-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-7a0b270cb8195dd0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4670.72it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.77it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-7a0b270cb8195dd0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "336 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00336-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-50258ad8b98d9ac3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4771.68it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 42.57it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-50258ad8b98d9ac3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "344 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00344-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-6cb119f26f79d914/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 12052.60it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 117.33it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-6cb119f26f79d914/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "352 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00352-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-4296d521c0197008/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4462.03it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 99.67it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-4296d521c0197008/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "360 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00360-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-0fadb53357cb2598/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10407.70it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 95.38it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-0fadb53357cb2598/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "368 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00368-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-791e8bd4c6dbcdad/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 8886.24it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.58it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-791e8bd4c6dbcdad/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "376 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00376-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-fe3f137258a6357a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4793.49it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 104.33it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-fe3f137258a6357a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "384 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00384-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-2123aeb93d2a3c51/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4524.60it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 104.16it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-2123aeb93d2a3c51/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "392 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00392-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-00db9765c8379f3a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4854.52it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 97.51it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-00db9765c8379f3a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "400 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00400-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-0abe3a50c7f858b5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4670.72it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 100.36it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-0abe3a50c7f858b5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "408 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00408-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-2ea32504c41a5e9f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4219.62it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 105.38it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-2ea32504c41a5e9f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "416 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00416-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-2139059eaf4f72fd/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4391.94it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 47.47it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-2139059eaf4f72fd/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "424 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00424-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-81cd56c0232d5b47/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4588.95it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 117.80it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-81cd56c0232d5b47/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "432 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00432-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-de5e873371f735b1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4624.37it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 94.01it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-de5e873371f735b1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "440 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00440-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-96ebbf7e243c880a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4675.92it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 75.12it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-96ebbf7e243c880a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "448 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00448-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-f1d9fd6c4e84bb7e/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4401.16it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.17it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-f1d9fd6c4e84bb7e/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "456 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00456-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-1d7b60479ec47285/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4644.85it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 114.25it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-1d7b60479ec47285/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "464 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00464-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-e954d61a4f825ec7/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4665.52it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 53.39it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-e954d61a4f825ec7/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "472 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00472-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-ab1d097764d97431/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4604.07it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.48it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-ab1d097764d97431/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "480 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00480-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-3974003b596baeb9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4788.02it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 79.35it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-3974003b596baeb9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "488 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00488-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-a23157a9959b06fe/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4826.59it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 120.09it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-a23157a9959b06fe/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "496 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00496-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-5e89dae4fe04a04b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4554.08it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 93.01it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-5e89dae4fe04a04b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "504 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00504-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-c054271dc7bb4065/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 11586.48it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 113.02it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-c054271dc7bb4065/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "512 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00512-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-317965921a0b11f3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10837.99it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 122.47it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-317965921a0b11f3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "520 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00520-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-281356c4572dec7c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4782.56it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 119.41it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-281356c4572dec7c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "528 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00528-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-512ffdb18df657f3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4766.25it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 117.47it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-512ffdb18df657f3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "536 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00536-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-426b2d9c9f385115/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4793.49it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.96it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-426b2d9c9f385115/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "544 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00544-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-0585fcd6fbfcb999/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4793.49it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.99it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-0585fcd6fbfcb999/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "552 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00552-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-09aff30f38c37306/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4854.52it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 127.04it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-09aff30f38c37306/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "560 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00560-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-c2461466171dfd92/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 11848.32it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 99.53it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-c2461466171dfd92/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "568 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00568-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-7a09dd7f2dbcd88d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 11305.40it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 119.55it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-7a09dd7f2dbcd88d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "576 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00576-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-fd02569ae5c4acfc/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4481.09it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 112.56it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-fd02569ae5c4acfc/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "584 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00584-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-42a0cb54ca3299a0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4860.14it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 112.41it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-42a0cb54ca3299a0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "592 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00592-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-6e97154e9ff8eb83/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9845.78it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 115.20it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-6e97154e9ff8eb83/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "600 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00600-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-da1b1c58b2c7d23a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 11428.62it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 122.13it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-da1b1c58b2c7d23a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "608 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00608-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-675e0dc8cc127eeb/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10837.99it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 109.11it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-675e0dc8cc127eeb/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "616 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00616-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-8a424f4465d92b3a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9404.27it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 22.57it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-8a424f4465d92b3a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "624 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00624-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-d71185c2a034cbe9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4798.97it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.35it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-d71185c2a034cbe9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "632 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00632-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-4063524360c90a61/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4744.69it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.28it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-4063524360c90a61/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "640 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00640-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-a824f7bcaa779467/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10810.06it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 115.62it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-a824f7bcaa779467/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "648 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00648-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-cf17bdcfb085a268/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4236.67it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 110.74it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-cf17bdcfb085a268/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "656 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00656-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-c456e3d5260d0619/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4798.97it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.40it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-c456e3d5260d0619/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "664 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00664-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-05f9441a44580db6/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4655.17it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.60it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-05f9441a44580db6/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "672 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00672-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-09841185c9e28b0a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4854.52it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 38.22it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-09841185c9e28b0a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "680 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00680-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-343b8cd84bd452eb/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4681.14it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 116.03it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-343b8cd84bd452eb/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "688 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00688-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-e27ed21a04b21bc8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4771.68it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 26.04it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-e27ed21a04b21bc8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "696 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00696-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-852ee0bab0f262c9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 3979.42it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 107.54it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-852ee0bab0f262c9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "704 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00704-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-e7477313b06125ba/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10356.31it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 70.29it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-e7477313b06125ba/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "712 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00712-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-8297660f8d860de9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10618.49it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 107.33it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-8297660f8d860de9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "720 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00720-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-c92c2c0336d4459f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4310.69it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 109.04it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-c92c2c0336d4459f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "728 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00728-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-d8aae2ec7c4a0f84/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4424.37it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 110.45it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-d8aae2ec7c4a0f84/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "736 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00736-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-cd5425e72dc72370/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 11459.85it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.60it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-cd5425e72dc72370/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "744 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00744-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-3de8007acc3f7f93/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4559.03it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 130.01it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-3de8007acc3f7f93/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "752 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00752-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-028a031afae682a2/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4378.19it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 119.41it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-028a031afae682a2/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "760 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00760-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-be45886c5bd8f6c1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4510.00it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 121.86it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-be45886c5bd8f6c1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "768 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00768-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-079a04adbfab582f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4346.43it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 127.87it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-079a04adbfab582f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "776 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00776-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-711ef5889305524f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4410.41it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 83.04it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-711ef5889305524f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "784 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00784-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-65a10fc2f18eae90/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 3927.25it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 127.40it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-65a10fc2f18eae90/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "792 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00792-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-e1656c1e6af858a7/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4401.16it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 124.53it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-e1656c1e6af858a7/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n" ] } ], "source": [ "embs_list = []\n", "for i in range(0, 800, 8):\n", " print(i, f'/var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.{i:05d}-of-01024.jsonl')\n", " data = load_dataset('json', data_files=f'/var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.{i:05d}-of-01024.jsonl', split='train', cache_dir=\"/work/cache\")\n", " embs = np.memmap(f\"../indexed_data/c4-train.{i:05d}-of-01024.mmp\", shape=(len(data), 768), dtype=np.float16, mode='r')\n", " embs_list.append(embs)\n", "embs = np.concatenate(embs_list)" ] }, { "cell_type": "code", "execution_count": 3, "id": "2159bbfc-0339-4c45-bce9-6722ff70fb71", "metadata": {}, "outputs": [], "source": [ "m = 8\n", "ncells = 1000\n", "d = embs.shape[-1]\n", "quantizer = faiss.IndexFlatIP(d)\n", "index = faiss.IndexIVFPQ(quantizer, d, ncells, m, 8)" ] }, { "cell_type": "code", "execution_count": 4, "id": "7420e87e-e6cb-4071-ad35-0d962d4bf13f", "metadata": {}, "outputs": [], "source": [ "index.train(embs)" ] }, { "cell_type": "code", "execution_count": null, "id": "2f528e3f-7def-49ff-ad08-283c39e79c69", "metadata": { "scrolled": true }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "0 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00000-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-4c95d47268eff497/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "1 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00001-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-24cfed7c4b78a248/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00002-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-bc0906902f7e9143/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "3 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00003-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-8962f2a5c2742d3b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "4 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00004-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-5f6c6c103f06d248/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "5 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00005-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-4162d41407b63910/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "6 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00006-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-f9ddca2d42a8d04b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "7 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00007-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-67e430f04abc001b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "8 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00008-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-36dffc045953d692/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "9 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00009-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-04eeeeca6c69113a/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "10 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00010-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-98926b976c4cdbf8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "11 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00011-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-9a21476db9054994/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "12 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00012-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-3027dd86f31015e1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "13 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00013-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-b248d4fa59606bab/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "14 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00014-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-84ba6ec946f819e9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "15 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00015-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-0aec0851a62e6eed/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "16 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00016-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-7230dad67dc783c4/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "17 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00017-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-1e1cd046a306713f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "18 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00018-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-0740757839e44b43/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "19 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00019-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-7f62723cf81edd3d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "20 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00020-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-83f663ff9e9a495b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 5753.50it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 99.23it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-83f663ff9e9a495b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "21 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00021-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-4966dddb87708eac/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6393.76it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 85.28it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-4966dddb87708eac/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "22 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00022-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-2ed0c8729065b8c1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 7796.10it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 104.39it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-2ed0c8729065b8c1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "23 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00023-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-9b8785e2edfc54a8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 8738.13it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 102.27it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-9b8785e2edfc54a8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "24 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00024-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-5b6e87feee925155/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "25 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00025-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-07506089ab0270ab/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6775.94it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.50it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-07506089ab0270ab/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "26 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00026-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-d344fb1bf6ccec18/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9576.04it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 93.16it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-d344fb1bf6ccec18/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "27 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00027-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-54488c7356a38c20/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6432.98it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 90.37it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-54488c7356a38c20/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "28 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00028-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-bda908ba737fe4ca/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10618.49it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 103.21it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-bda908ba737fe4ca/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "29 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00029-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-afbca9b1c2f9dd9b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10645.44it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 107.11it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-afbca9b1c2f9dd9b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "30 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00030-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-b2caa536da3a2f38/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4681.14it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.57it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-b2caa536da3a2f38/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "31 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00031-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-1110cb4bfd4d9403/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6978.88it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 99.17it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-1110cb4bfd4d9403/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "32 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00032-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-837f43df0ab91bd8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "33 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00033-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-f1ff45e1d61e6c4c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10106.76it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 101.22it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-f1ff45e1d61e6c4c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "34 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00034-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-33863d274222e5a5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 8648.05it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 98.18it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-33863d274222e5a5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "35 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00035-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-8a4566fa94aaae7f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4660.34it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 94.47it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-8a4566fa94aaae7f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "36 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00036-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-2c6cd3f904b436a8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6797.90it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 70.94it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-2c6cd3f904b436a8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "37 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00037-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-b64c6a945ca401ab/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4544.21it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 100.24it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-b64c6a945ca401ab/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "38 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00038-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-f118d8c349023e03/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4712.70it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 107.75it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-f118d8c349023e03/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "39 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00039-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-c031800ceae006bd/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9058.97it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 100.04it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-c031800ceae006bd/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "40 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00040-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-0a0e4d6da0e8e93f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "41 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00041-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-fe93e2a5610b8f0f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6864.65it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 111.97it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-fe93e2a5610b8f0f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "42 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00042-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-5efd7301c02db327/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9258.95it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 104.53it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-5efd7301c02db327/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "43 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00043-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-879c1ac4b38091fe/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 8630.26it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.80it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-879c1ac4b38091fe/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "44 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00044-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-7c9958b3482e8075/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6820.01it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 102.01it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-7c9958b3482e8075/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "45 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00045-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-45f78ef187fa0542/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4275.54it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 101.45it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-45f78ef187fa0542/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "46 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00046-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-7a6f65369d0914a9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4471.54it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 27.68it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-7a6f65369d0914a9/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "47 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00047-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-152a9ce2944d3bc3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 8630.26it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 101.24it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-152a9ce2944d3bc3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "48 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00048-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-46f4f026ed641b03/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "49 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00049-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-4d8bcbf3c729e36f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 3795.75it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 92.62it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-4d8bcbf3c729e36f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "50 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00050-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-45cd339ada12e64b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4634.59it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 111.17it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-45cd339ada12e64b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "51 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00051-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-0712044c73988c07/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9218.25it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.98it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-0712044c73988c07/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "52 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00052-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-8eb68cc21fbcb4f3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 8665.92it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 100.00it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-8eb68cc21fbcb4f3/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "53 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00053-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-1c180e83fe57d382/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 8630.26it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 101.94it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-1c180e83fe57d382/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "54 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00054-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-68d6f86bf11ec56c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9510.89it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 100.63it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-68d6f86bf11ec56c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "55 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00055-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-54d0ecae4b688354/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9341.43it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 104.72it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-54d0ecae4b688354/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "56 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00056-of-01024.jsonl\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-f18f1788c1c8fe13/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "57 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00057-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-272ae5fd4b7d9d81/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6250.83it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 92.15it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-272ae5fd4b7d9d81/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "58 /var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.00058-of-01024.jsonl\n", "Downloading and preparing dataset json/default to /work/cache/json/default-3558b9129ec6b849/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10866.07it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 97.46it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-3558b9129ec6b849/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n" ] } ], "source": [ "for i in range(0, 800):\n", " print(i, f'/var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.{i:05d}-of-01024.jsonl')\n", " data = load_dataset('json', data_files=f'/var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.{i:05d}-of-01024.jsonl', split='train', cache_dir=\"/work/cache\")\n", " embs = np.memmap(f\"../indexed_data/c4-train.{i:05d}-of-01024.mmp\", shape=(len(data), 768), dtype=np.float16, mode='r')\n", " index.add(embs)" ] }, { "cell_type": "code", "execution_count": null, "id": "b7654eda-73b3-48ba-a37f-75d83a85c90a", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "800\n", "Downloading and preparing dataset json/default to /work/cache/json/default-2ad081196908522e/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4554.08it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 116.20it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-2ad081196908522e/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "801\n", "Downloading and preparing dataset json/default to /work/cache/json/default-2328eced194bac3d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 11214.72it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 127.17it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-2328eced194bac3d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "802\n", "Downloading and preparing dataset json/default to /work/cache/json/default-e3f1cf4500decf2f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9446.63it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 114.54it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-e3f1cf4500decf2f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "803\n", "Downloading and preparing dataset json/default to /work/cache/json/default-8dc755d0cc7f8b4c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9686.61it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 120.13it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-8dc755d0cc7f8b4c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "804\n", "Downloading and preparing dataset json/default to /work/cache/json/default-4967479f320369b7/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9799.78it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 105.91it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-4967479f320369b7/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "805\n", "Downloading and preparing dataset json/default to /work/cache/json/default-94a2db09f4e74da4/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9341.43it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 102.56it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-94a2db09f4e74da4/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "806\n", "Downloading and preparing dataset json/default to /work/cache/json/default-33209d4d1b9f3229/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10058.28it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 109.66it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-33209d4d1b9f3229/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "807\n", "Downloading and preparing dataset json/default to /work/cache/json/default-728ba87f396d934f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9642.08it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 104.17it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-728ba87f396d934f/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "808\n", "Downloading and preparing dataset json/default to /work/cache/json/default-0b4c3fea356d8d4e/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9446.63it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 104.79it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-0b4c3fea356d8d4e/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "809\n", "Downloading and preparing dataset json/default to /work/cache/json/default-f6c750a3f8151011/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9686.61it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 121.44it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-f6c750a3f8151011/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "810\n", "Downloading and preparing dataset json/default to /work/cache/json/default-0efde469b70413b6/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9915.61it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 116.56it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-0efde469b70413b6/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "811\n", "Downloading and preparing dataset json/default to /work/cache/json/default-a79e197b3840856d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9915.61it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 116.50it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-a79e197b3840856d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "812\n", "Downloading and preparing dataset json/default to /work/cache/json/default-17c082c1c064c7e8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 8756.38it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 105.95it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-17c082c1c064c7e8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "813\n", "Downloading and preparing dataset json/default to /work/cache/json/default-10d235231f325ffd/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9020.01it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 88.95it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-10d235231f325ffd/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "814\n", "Downloading and preparing dataset json/default to /work/cache/json/default-940c222c7e45ad63/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 3139.45it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 115.48it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-940c222c7e45ad63/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "815\n", "Downloading and preparing dataset json/default to /work/cache/json/default-88f06e20ba48c02c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6141.00it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 59.68it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-88f06e20ba48c02c/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "816\n", "Downloading and preparing dataset json/default to /work/cache/json/default-aeb165e6c1eae98d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6909.89it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 21.95it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-aeb165e6c1eae98d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "817\n", "Downloading and preparing dataset json/default to /work/cache/json/default-1a4502df8533f6e0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 3146.51it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 64.11it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-1a4502df8533f6e0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "818\n", "Downloading and preparing dataset json/default to /work/cache/json/default-f2f374cb90e6f6fd/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4568.96it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 78.34it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-f2f374cb90e6f6fd/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "819\n", "Downloading and preparing dataset json/default to /work/cache/json/default-038dbfea930d55a8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9320.68it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 111.73it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-038dbfea930d55a8/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "820\n", "Downloading and preparing dataset json/default to /work/cache/json/default-26fbb4a6e306e0b5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4624.37it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 101.80it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-26fbb4a6e306e0b5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "821\n", "Downloading and preparing dataset json/default to /work/cache/json/default-783505650d85b498/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9822.73it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 97.40it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-783505650d85b498/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "822\n", "Downloading and preparing dataset json/default to /work/cache/json/default-acda6d11cb792d1e/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10407.70it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 68.71it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-acda6d11cb792d1e/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "823\n", "Downloading and preparing dataset json/default to /work/cache/json/default-d5425dc74f753ef0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4686.37it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 117.77it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-d5425dc74f753ef0/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "824\n", "Downloading and preparing dataset json/default to /work/cache/json/default-1087b3f732247825/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 7449.92it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 92.99it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-1087b3f732247825/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "825\n", "Downloading and preparing dataset json/default to /work/cache/json/default-479dab7fd39cd6c1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10058.28it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 118.79it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-479dab7fd39cd6c1/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "826\n", "Downloading and preparing dataset json/default to /work/cache/json/default-201b97588ce8613d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10280.16it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 110.15it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-201b97588ce8613d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "827\n", "Downloading and preparing dataset json/default to /work/cache/json/default-6ae45482bfc132f6/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4206.92it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 104.39it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-6ae45482bfc132f6/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "828\n", "Downloading and preparing dataset json/default to /work/cache/json/default-e9a6519d6c42b152/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10381.94it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 106.73it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-e9a6519d6c42b152/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "829\n", "Downloading and preparing dataset json/default to /work/cache/json/default-064212aa6caab56d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6288.31it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 120.24it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-064212aa6caab56d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "830\n", "Downloading and preparing dataset json/default to /work/cache/json/default-7be6a2beaa8891e5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6132.02it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 101.50it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-7be6a2beaa8891e5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "831\n", "Downloading and preparing dataset json/default to /work/cache/json/default-78c3172dcfd1e72b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 6482.70it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 112.75it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-78c3172dcfd1e72b/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "832\n", "Downloading and preparing dataset json/default to /work/cache/json/default-8b45af381cbb915d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9467.95it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 100.45it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-8b45af381cbb915d/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "833\n", "Downloading and preparing dataset json/default to /work/cache/json/default-bca77d63bd1a8ff5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10951.19it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 108.35it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-bca77d63bd1a8ff5/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "834\n", "Downloading and preparing dataset json/default to /work/cache/json/default-f8f9b3e2ea03e2ac/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4843.31it/s]\n", "Extracting data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 110.92it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-f8f9b3e2ea03e2ac/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n", "835\n", "Downloading and preparing dataset json/default to /work/cache/json/default-056ca5cdc8f1c090/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96...\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Downloading data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 4696.87it/s]\n", "Extracting data files: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 97.54it/s]\n", " \r" ] }, { "name": "stdout", "output_type": "stream", "text": [ "Dataset json downloaded and prepared to /work/cache/json/default-056ca5cdc8f1c090/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96. Subsequent calls will reuse this data.\n" ] } ], "source": [ "for i in range(800, 1024):\n", " print(i)\n", " data = load_dataset('json', data_files=f'/var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.{i:05d}-of-01024.jsonl', split='train', cache_dir=\"/work/cache\")\n", " embs = np.memmap(f\"../indexed_data/c4-train.{i:05d}-of-01024.mmp\", shape=(len(data), 768), dtype=np.float16, mode='r')\n", " index.add(embs)" ] }, { "cell_type": "code", "execution_count": null, "id": "a5225c5f-79d0-4121-b858-575469e4c7b2", "metadata": {}, "outputs": [], "source": [ "write_index(index, '../indexed_data/c4.index')" ] }, { "cell_type": "code", "execution_count": null, "id": "b58c7f72-9127-4002-b803-874bb5e2d298", "metadata": {}, "outputs": [], "source": [ "index = read_index('../indexed_data/c4.index')" ] }, { "cell_type": "code", "execution_count": 10, "id": "02a68288-f6e4-4fff-8975-d76bcffd26d1", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "1" ] }, "execution_count": 10, "metadata": {}, "output_type": "execute_result" } ], "source": [ "1" ] }, { "cell_type": "code", "execution_count": 11, "id": "7c3c2181-d02d-4946-a7a5-9d31a60488b9", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-4c95d47268eff497/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] } ], "source": [ "i = 0\n", "data = load_dataset('json', data_files=f'/var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.{i:05d}-of-01024.jsonl', split='train', cache_dir=\"/work/cache\")\n", "embs = np.memmap(f\"../indexed_data/c4-train.{i:05d}-of-01024.mmp\", shape=(len(data), 768), dtype=np.float16, mode='r')" ] }, { "cell_type": "code", "execution_count": 15, "id": "f0ef39f0-590c-4b5c-8b7d-bcb0776d2e10", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "356317" ] }, "execution_count": 15, "metadata": {}, "output_type": "execute_result" } ], "source": [ "len(embs)" ] }, { "cell_type": "code", "execution_count": 16, "id": "33565b7b-049d-4aef-998d-a6d1d1ef2861", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Found cached dataset json (/work/cache/json/default-24cfed7c4b78a248/0.0.0/8bb11242116d547c741b2e8a1f18598ffdd40a1d4f2a2872c7a28b697434bc96)\n" ] } ], "source": [ "i = 1\n", "data = load_dataset('json', data_files=f'/var/cr01_data/danfu_data/rp_data_raw/c4/c4-train.{i:05d}-of-01024.jsonl', split='train', cache_dir=\"/work/cache\")\n", "embs = np.memmap(f\"../indexed_data/c4-train.{i:05d}-of-01024.mmp\", shape=(len(data), 768), dtype=np.float16, mode='r')" ] }, { "cell_type": "code", "execution_count": 18, "id": "d1065a5e-32db-44cc-b289-1c676936cb20", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "(array([[1.3766246]], dtype=float32), array([[356417]]))" ] }, "execution_count": 18, "metadata": {}, "output_type": "execute_result" } ], "source": [ "index.search(embs[100:101], k=1)" ] }, { "cell_type": "code", "execution_count": null, "id": "e8269833-007a-427d-8998-775abf308adf", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "nebula-fav2", "language": "python", "name": "nebula-fav2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.11" } }, "nbformat": 4, "nbformat_minor": 5 }