Added a first trail with FinBert.

This commit is contained in:
2023-04-30 23:23:02 +02:00
parent 983c06eead
commit 5a52f61c1c
4 changed files with 398 additions and 3 deletions

5
pyproject.toml Normal file
View File

@@ -0,0 +1,5 @@
[tool.isort]
profile = "black"
[tool.pylint.format]
max-line-length = "88"