Documentation Index
Fetch the complete documentation index at: https://docs.arkor.ai/llms.txt
Use this file to discover all available pages before exploring further.
データセット
createTrainer の dataset フィールドは 2 つの形のいずれかを受け取ります: HuggingFace リポジトリ名、または blob URL。
HuggingFace(多くのプロジェクト)
triage、translate、redaction)はすべてこの形を使います。split と subset で特定の split や subset を指定できます。
Blob URL(自前のデータ)
GET で取れる任意の場所)に使います。
ローカルファイルは今のところ DatasetSource にありません。使うには blob URL としてホストするか、プライベート HuggingFace リポジトリにアップロードしてください。
リファレンス
完全な discriminated union、各フィールド、token の意味、各形を選ぶ理由は DatasetSource リファレンス を参照してください。