Skip to content

Commit

Permalink
vault backup: 2024-10-20 18:03:33
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-Kai committed Oct 20, 2024
1 parent aec1690 commit 6a92a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/post/模型后门攻击论文阅读.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ BadMerging 进一步引入了**on-task和off-task**后门攻击的概念。on-ta
所有现有的模型合并工作都是在类似 **CLIP** 的预训练模型上进行的
**CLIP** 是一个联合的图像和文本嵌入模型,通过 4 亿个图像和文本对以自监督的方式进行训练。这意味着它将文本和图像映射到同一个嵌入空间中。例如,一张狗的图片和句子“一张狗的图片”将具有非常相似的嵌入,并在向量空间中彼此接近。
**CLIP**模型通过计算文本和图像向量之间的余弦相似度来生成预测。这种模型特别适用于零样本学习任务,即模型不需要看到新的图像或文本的训练示例就能进行预测

微调CLIP得到下游模型:
### 模型合并


Expand Down

0 comments on commit 6a92a55

Please sign in to comment.