Skip to content

Instantly share code, notes, and snippets.

View conceptofmind's full-sized avatar
💭
The ghost in the machine - 从石头挤水

Enrico Shippole conceptofmind

💭
The ghost in the machine - 从石头挤水
View GitHub Profile
import json
import multiprocessing as mp
import re
from collections import defaultdict
from functools import partial
from typing import Dict, List, Optional, Set, Tuple, Type
from datasets import Dataset
from tqdm import tqdm