initial commit

This commit is contained in:
pikaliov
2026-07-07 16:22:49 +03:00
commit 3e95f4f618
21 changed files with 3302 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
outputs/
results/
cache/
backtranslate.py
debug_augmentation.py
text_augmentation.py
__pycache__/
*.py[cod]
*.so
.ipynb_checkpoints/
.venv/ venv/ env/
cache/ .cache/ *.log
results/ runs/ wandb/ checkpoints/
*.ckpt *.pth *.pt
datasets/ *.csv
.env *.key
.DS_Store .vscode/ .idea/