Замена RuBERT на sentence-transformers/all-MiniLM-L12-v2, упрощение формулы расчета, поддержка загрузки из отдельных .npy файлов

This commit is contained in:
2026-01-28 20:19:13 +03:00
parent f3e31e4310
commit beca61bd90
11 changed files with 178 additions and 248 deletions

View File

@@ -6,6 +6,7 @@ pydantic>=2.5.0
# ML / NLP
torch>=2.1.0
transformers>=4.36.0
sentence-transformers>=2.2.0
numpy>=1.24.0
# Утилиты