Skip to content

Instantly share code, notes, and snippets.

View chottokun's full-sized avatar
🏠
Working from home

Chotto Magic chottokun

🏠
Working from home
View GitHub Profile
@chottokun
chottokun / gist:7f86351dcbae326abb4c553cee9007c1
Created August 16, 2026 07:19
Minimal Implementation of LLM Seed Steganography & Watermarking with PyTorch & Transformers
#!/usr/bin/env python3
"""
LLM Seed Steganography のデモ。
実際の大規模モデル依存を避けながら、同じ送信者/受信者の原理を
決定論的に再現して、シードの埋め込みと復元を検証できるようにする。
"""
import argparse
import gc
import os
@chottokun
chottokun / ndlocr-lite.ipynb
Created February 24, 2026 12:45
ndlocr-lite.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chottokun
chottokun / qwen3-swallow-8b-sft-v0-2.ipynb
Created February 20, 2026 14:11
Qwen3-Swallow-8B-SFT-v0.2.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chottokun
chottokun / cause-effect.ipynb
Last active January 25, 2026 05:19
ModernBERT_JP_CAUSE-EFFECT.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chottokun
chottokun / qwen3-tts.ipynb
Created January 23, 2026 13:26
Qwen3-TTS.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chottokun
chottokun / translategemma-4b_test.ipynb
Last active January 18, 2026 13:01
translategemma:4b_test.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chottokun
chottokun / model-first-reasoning.ipynb
Created January 3, 2026 12:28
Model-First Reasoning.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chottokun
chottokun / mnist_ultrafast_v0-2.ipynb
Created December 29, 2025 14:11
mnist_ultrafast_v0-2.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chottokun
chottokun / mnist_ultrafast_v0-1.ipynb
Created December 29, 2025 13:50
MNIST_ultrafast_v0改1.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chottokun
chottokun / whisper-stable-ts.ipynb
Created December 24, 2025 12:07
whisper+stable-ts.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.