この記事について
- FoundationModelsの学習に役立つ各種リファレンスのご紹介

当記事は執筆時点での自分の理解をメモとして残したものです。
間違いがあったら、コメントにて教えていただけると嬉しいです🙏
目次
関連ドキュメントのご紹介
以下ではFoundation Modelsフレームワーク習得の参考になるドキュメントと、ドキュメント内の主なテーマについて記載しています。
DOC
Foundation Models Overview
Apple Developer Documentation




Foundation Models | Apple Developer Documentation
Perform tasks with the on-device model that specializes in language understanding, structured output, and tool calling.
【主なテーマ】
・Foundation Models フレームワークの概要を簡潔に紹介した公式ドキュメント
DOC
Generating content and performing tasks with Foundation Models
Apple Developer Documentation




Generating content and performing tasks with Foundation Models | Apple Developer Documentation
Enhance the experience in your app by prompting an on-device large language model.
【主なテーマ】
・Foundation Modelsフレームワークを使ってコンテンツを生成するための、一連の流れを概要的に解説した公式ドキュメント
・オンデバイスのLLMを対象としたプロンプトエンジニアリングのコツや、適切なinstructionの書き方の章が個人的に参考になる
STEP
Generating Swift data structures with guided generation
Apple Developer Documentation




Generating Swift data structures with guided generation | Apple Developer Documentation
Create robust apps by describing output you want programmatically.
【主なテーマ】
・ガイド付き生成の概要を解説した公式ドキュメント
・@Generable, @Guideマクロの利用方法
・DynamicGenerationSchemaによる動的な生成型の定義方法
END
参考文献は逐一追加予定です。
コメント