Spaces:
Runtime error
Runtime error
[tool.poetry] | |
name = "nlp2023_title_search" | |
version = "0.1.0" | |
description = "" | |
authors = ["HelloRusk <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = ">=3.8,<3.9.7 || >3.9.7,<4.0" | |
faiss-cpu = "^1.7.3" | |
transformers = "^4.26.0" | |
torch = "^1.13.1" | |
fugashi = "^1.2.1" | |
ipadic = "^1.0.0" | |
streamlit = "^1.17.0" | |
unidic-lite = "^1.0.8" | |
[tool.poetry.dev-dependencies] | |
[build-system] | |
requires = ["poetry-core>=1.0.0"] | |
build-backend = "poetry.core.masonry.api" | |