tingxinli commited on
Commit
2254403
1 Parent(s): 078bd10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -95,7 +95,7 @@ print('original output:', original_output)
95
  # original output: Warner Bro's famous works include the "Batman" series, "Superman" series, "The Matrix" series, and "The Lord of the Rings" series. Currently, Warner has not considered releasing a new installment in the "Batman" series.
96
  ```
97
  ## 测试
98
- 我们用GPT-3.5作为API,以DeepL为翻译参照,在中译英任务上做了损失测评。NF4量化推理的结果如下表所示。第一行为无保护直接翻译的结果,第二行为经过我们系统保护后的翻译结果。结果表明我们的模型能够控制在较小的精度损失水平下保护用户隐私。我们仍然在改进我们的模型以达到更好的效果。
99
  | Setting | ROUGE-1 | ROUGE-2 | ROUGE-L | BLEU-2 | BLEU-4 | METEOR |
100
  |----------|----------|----------|----------|----------|----------|----------|
101
  | No protection | 60.80 | 33.54 | 54.96 | 79.85 | 67.17 | 53.03 |
 
95
  # original output: Warner Bro's famous works include the "Batman" series, "Superman" series, "The Matrix" series, and "The Lord of the Rings" series. Currently, Warner has not considered releasing a new installment in the "Batman" series.
96
  ```
97
  ## 测试
98
+ 我们用GPT-3.5作为API,以DeepL为翻译参照,在中译英任务上做了损失测评。NF4量化推理的结果如下表所示。第一行为无保护直接翻译的结果,第二行为经过我们系统保护后的翻译结果。结果表明我们的模型能够在仅造成较小的精度损失的情况下保护用户隐私。我们仍然在改进我们的模型以达到更好的效果。
99
  | Setting | ROUGE-1 | ROUGE-2 | ROUGE-L | BLEU-2 | BLEU-4 | METEOR |
100
  |----------|----------|----------|----------|----------|----------|----------|
101
  | No protection | 60.80 | 33.54 | 54.96 | 79.85 | 67.17 | 53.03 |