浏览代码

Make "Privacy and Security" a bit more concise

Alexander Borzunov 3 年之前
父节点
当前提交
c094697792
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -36,7 +36,7 @@ A stable version of the code and a public swarm open to everyone will be release
 
 If you work with sensitive data, you should only use a private swarm (or a subset of servers in the public swarm) hosted by people and institutions you trust, who are authorized to process this data.
 
-This is important because peers serving the first layers of the model can use their inputs to recover input data (same with the last layers and model outputs). Also, if there are malicious peers, they may alter their outputs to influence the model outputs. See a more detailed discussion in Section 4 of our [paper](https://arxiv.org/pdf/2209.01188.pdf).
+This is important because it's technically possible for peers serving model layers to recover input data or model outputs. Also, if there are malicious peers, they may alter their outputs to influence the model outputs. See a more detailed discussion in Section 4 of our [paper](https://arxiv.org/pdf/2209.01188.pdf).
 
 ## Code examples