Views
No views yet
Gemma is provided under and subject to the Gemma Terms of Use found at ai.google.dev/gemma/terms
models/ フォルダへ
そのまま展開できるようにするため)。トークナイザの上流は Gated(ダウンロードにアカウント
登録と承認が必要な状態)のため、認証なしで取得できるようここへ再ホストしています。Gemma
利用規約は第3.1条で再配布を明示的に許可しており、本リポジトリは同条の条件を満たしています。| パス | 役割 |
|---|---|
gemma-3-12b-it-gguf/gemma-3-12b-it-Q4_K_M.gguf | 言語モデル本体。GGUF形式(モデル重みを1ファイルにまとめ、量子化に対応した保存形式)のQ4_K_Mへ圧縮した約7.3GB |
gemma-3-12b-it-tokenizer/ | トークナイザ一式(10ファイル、合計約39MB) |
トークナイザのディレクトリにモデル本体の重みは含まれません。 入っているのは、文章を トークン(言語モデルが扱う単位。単語より細かい文字のまとまり)へ分割し、また元へ戻すための 語彙表と設定ファイルだけです。上流のmodel*.safetensorsは意図的に含めておらず、この ディレクトリ単体で文章を生成することはできません。 (Tokenizer only — no model weights; it cannot generate text on its own.)
NOTICE.md にあります。setup.bat が、必要なファイルを自動でここから取得して models/ フォルダへ配置します。gemma-3-12b-it-gguf/ の中身を models/LTX23/TextEncoder/ へ、
gemma-3-12b-it-tokenizer/ の中身を models/LTX23/TextEncoder/tokenizer/ へ、それぞれ展開して
ください(リポジトリ内のフォルダ名とは異なります)。models/LTX23/TextEncoder/
├ gemma-3-12b-it-Q4_K_M.gguf
└ tokenizer/
├ added_tokens.json
├ chat_template.json
├ config.json
├ generation_config.json
├ preprocessor_config.json
├ processor_config.json
├ special_tokens_map.json
├ tokenizer.json
├ tokenizer.model
└ tokenizer_config.jsonLICENSE、原典は
https://ai.google.dev/gemma/terms。ダウンロードして使用した時点で同意したものとみなされます)。
規約第3.2条により、Gemma Prohibited Use Policy(禁止用途ポリシー、
https://ai.google.dev/gemma/prohibited_use_policy)が定める用途には使用できません。生成した
出力について Google は権利を主張しません(第3.3条)。使用制限の詳細・帰属表示・出自・変更点は
NOTICE.md にまとめてあります。models/ folder. Re-hosted because the upstream tokenizer source is
gated, and setup.bat should be able to fetch everything without a HuggingFace account; the Gemma Terms of
Use explicitly permit redistribution under Section 3.1, whose conditions this repository satisfies.model*.safetensors). Provenance details are in NOTICE.md.LICENSE. Use is subject to the Section 3.2 use
restrictions and the Gemma Prohibited Use Policy (https://ai.google.dev/gemma/prohibited_use_policy).
Not an official Google distribution, and not endorsed by Google LLC.