Using a Chinese-trained LLM doesn’t mean they get your data. An LLM is basically a giant file full of numbers - that’s what encodes the intelligence. Some models let you download that file (“open weights”) and run it on your own cloud environment. The model trainer is out of the picture now. Your data stays wherever you’re running it.
使用一个在中国训练的 LLM,并不意味着他们就能拿到你的数据。LLM 本质上就是一个装满数字的巨大文件——这些数字编码了它的智能。有些模型允许你下载这个文件(“open weights”),并把它运行在你自己的云环境里。这样一来,训练这个模型的一方就不再参与其中了。你的数据会一直留在你运行它的地方。