🧩NVIDIA Nemotron-3-Super: 実行ガイド
NVIDIA Nemotron-3-Super-120B-A12B をローカルデバイスで実行・ファインチューニングしましょう!
⚙️ 使用ガイド
tokenizer.apply_chat_template([
{"role" : "user", "content" : "What is 1+1?"},
{"role" : "assistant", "content" : "2"},
{"role" : "user", "content" : "What is 2+2?"}
], add_generation_prompt = True, tokenize = False,
)Nemotron 3チャットテンプレート形式:
🖥️ Nemotron-3-Super-120B-A12B を実行する
Llama.cpp チュートリアル(GGUF):
1
2
3
4

🦥 Nemotron 3 のファインチューニングと強化学習(RL)
Nemotron 3 Super
に従ってください。

2 + 2 は **4** です。

最終更新
役に立ちましたか?

