Newer
Older
sentence-bert-base-ja-mean-tokens-v2-int8 / .gitignore
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 17 hours ago 319 bytes Initial commit: sentence-bert-base-ja-mean-tokens-v2 量子化 ONNX ビルド
# OS
.DS_Store
Thumbs.db

# Python
.venv/
venv/
__pycache__/
*.py[cod]

# Editor
.idea/
.vscode/
.cursor/
*.swp
*.swo

# 中間ファイル(量子化の入力など)
build/*
!build/sentences.txt
# 配布物(target/ には配布するものだけ入る)
target/

# 作業記録(ローカルのみ)
journals/