zhonglin516

Results 7 issues of zhonglin516

with open(embedding, 'r', encoding='unicode_escape') as fin: FileNotFoundError: [Errno 2] No such file or directory: '../word2vec/70000-small.txt' 这个怎么解决?目录结构没有改变。

语料怎么导入,QA文本是怎么设置的,是Q一个文本,A一个文本。还是Q/A放在一个文本中,一行Q一行A?

root@ai001:/home/ubuntu/zz/TextGrapher-master# python text_grapher.py Segmentor: Model not loaded! Postagger: Model not loaded! NER: Model not loaded! 这是什么原因?

硬件:单机,8张3090 配置: command_file: null commands: null compute_environment: LOCAL_MACHINE deepspeed_config: gradient_accumulation_steps: 1 gradient_clipping: 1.0 offload_optimizer_device: none offload_param_device: none zero3_init_flag: true zero3_save_16bit_model: true zero_stage: 3 distributed_type: DEEPSPEED downcast_bf16: 'no' dynamo_backend: 'yes' fsdp_config:...

对GPU有什么要求,8张3090的可以进行微调?

请教下 from opencc import opencc 出现module not found error:no module named opencc.怎么解决, pip install opencc不行