Files
nexus/wiki/concepts/Foundation-Model.md
2026-04-20 00:02:56 +08:00

26 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Foundation Model"
type: concept
tags: [AI, generative-AI, ML]
sources: [public-cloud-learning-sessions-introduction-to-artificial-intelligence-ai-machine-learning-20240206]
last_updated: 2024-02-06
---
## Summary
基础模型是具有数十亿参数的大规模预训练模型,能够执行多种任务,是生成式 AI 的核心。
## Definition
Foundation Model基础模型是经过大规模预训练的大语言模型具备零样本和少样本学习能力可通过微调适应各种下游任务。
## Key Attributes
- **参数规模**:数十亿参数
- **训练方式**:大规模预训练
- **特点**:零样本学习、少样本学习、多任务能力
- **代表模型**Amazon Titan、GPT-4、Claude、Llama
## Connections
- [[AI]] ← powers ← [[Foundation Model]]
- [[Generative AI]] ← powered_by ← [[Foundation Model]]
- [[Amazon Bedrock]] ← hosts ← [[Foundation Model]]
- [[Foundation Model]] ← supports ← [[Fine-Tuning]]
- [[Foundation Model]] ← supports ← [[RAG]]