Initial commit

This commit is contained in:
Jordan
2023-12-06 09:01:31 -08:00
commit bc09df1ddc
3 changed files with 1808 additions and 0 deletions

14
Pipfile Normal file
View File

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
transformers = "*"
jupyter = "*"
[dev-packages]
[requires]
python_version = "3.11"
python_full_version = "3.11.6"