--- license: apache-2.0 task_categories: - text-generation language: - zh tags: - llm - pretrain size_categories: - 1B']) if len(tokens) > 5: all_tokens += tokens arr = np.array(all_tokens, dtype = np.uint16) with open('./data/webnovel_{idx}.bin','wb') as f: f.write(arr.tobytes()) ```