Spaces:
Sleeping
Sleeping
ffreemt
commited on
Commit
·
677f7e9
1
Parent(s):
5037d69
Update torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html in requirements.txt
Browse files- .gitignore +2 -0
- install-sw.sh +2 -8
- poetry.lock +73 -54
- pyproject.toml +1 -0
- requirements-torch.txt +4 -0
- requirements.txt +20 -17
.gitignore
CHANGED
|
@@ -141,3 +141,5 @@ cython_debug/
|
|
| 141 |
links/
|
| 142 |
# .gitignore
|
| 143 |
node_modules
|
|
|
|
|
|
|
|
|
| 141 |
links/
|
| 142 |
# .gitignore
|
| 143 |
node_modules
|
| 144 |
+
install-sw.sh
|
| 145 |
+
install-sw1.sh
|
install-sw.sh
CHANGED
|
@@ -12,12 +12,6 @@ echo export PATH=~/.local/bin:$PATH > ~/.bashrc
|
|
| 12 |
source ~/.bashrc
|
| 13 |
# ~/.local/bin/poetry install
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
apt-get install -y nodejs
|
| 18 |
-
npm install -g npm@latest
|
| 19 |
-
npm install -g nodemon
|
| 20 |
-
rm setup_12.x
|
| 21 |
-
|
| 22 |
-
# apt upate # alerady done in apt-get install -y nodejs
|
| 23 |
apt install byobu -y > /dev/null 2>&1
|
|
|
|
| 12 |
source ~/.bashrc
|
| 13 |
# ~/.local/bin/poetry install
|
| 14 |
|
| 15 |
+
# apt update # alerady done in apt-get install -y nodejs
|
| 16 |
+
apt update > /dev/null 2>&1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
apt install byobu -y > /dev/null 2>&1
|
poetry.lock
CHANGED
|
@@ -216,7 +216,7 @@ python-versions = "*"
|
|
| 216 |
|
| 217 |
[[package]]
|
| 218 |
name = "certifi"
|
| 219 |
-
version = "2022.
|
| 220 |
description = "Python package for providing Mozilla's CA Bundle."
|
| 221 |
category = "main"
|
| 222 |
optional = false
|
|
@@ -281,7 +281,7 @@ sklearn = ">=0.0,<0.1"
|
|
| 281 |
|
| 282 |
[[package]]
|
| 283 |
name = "colorama"
|
| 284 |
-
version = "0.4.
|
| 285 |
description = "Cross-platform colored terminal text."
|
| 286 |
category = "main"
|
| 287 |
optional = false
|
|
@@ -598,7 +598,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|
| 598 |
|
| 599 |
[[package]]
|
| 600 |
name = "importlib-resources"
|
| 601 |
-
version = "5.
|
| 602 |
description = "Read resources from Python packages"
|
| 603 |
category = "main"
|
| 604 |
optional = false
|
|
@@ -629,7 +629,7 @@ python-versions = ">=2.7, >=3.5"
|
|
| 629 |
|
| 630 |
[[package]]
|
| 631 |
name = "ipykernel"
|
| 632 |
-
version = "6.
|
| 633 |
description = "IPython Kernel for Jupyter"
|
| 634 |
category = "main"
|
| 635 |
optional = false
|
|
@@ -644,6 +644,7 @@ matplotlib-inline = ">=0.1"
|
|
| 644 |
nest-asyncio = "*"
|
| 645 |
packaging = "*"
|
| 646 |
psutil = "*"
|
|
|
|
| 647 |
tornado = ">=6.1"
|
| 648 |
traitlets = ">=5.1.0"
|
| 649 |
|
|
@@ -1507,20 +1508,20 @@ python-versions = ">=3.6"
|
|
| 1507 |
|
| 1508 |
[[package]]
|
| 1509 |
name = "requests"
|
| 1510 |
-
version = "2.
|
| 1511 |
description = "Python HTTP for Humans."
|
| 1512 |
category = "main"
|
| 1513 |
optional = false
|
| 1514 |
-
python-versions = ">=
|
| 1515 |
|
| 1516 |
[package.dependencies]
|
| 1517 |
certifi = ">=2017.4.17"
|
| 1518 |
-
charset-normalizer =
|
| 1519 |
-
idna =
|
| 1520 |
urllib3 = ">=1.21.1,<1.27"
|
| 1521 |
|
| 1522 |
[package.extras]
|
| 1523 |
-
socks = ["PySocks (>=1.5.6,!=1.5.7)"
|
| 1524 |
use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
|
| 1525 |
|
| 1526 |
[[package]]
|
|
@@ -1655,6 +1656,22 @@ category = "main"
|
|
| 1655 |
optional = false
|
| 1656 |
python-versions = "*"
|
| 1657 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1658 |
[[package]]
|
| 1659 |
name = "set-loglevel"
|
| 1660 |
version = "0.1.2"
|
|
@@ -1740,7 +1757,7 @@ python-versions = ">=3.6"
|
|
| 1740 |
|
| 1741 |
[[package]]
|
| 1742 |
name = "stack-data"
|
| 1743 |
-
version = "0.
|
| 1744 |
description = "Extract data from python stack frames and tracebacks for informative displays"
|
| 1745 |
category = "main"
|
| 1746 |
optional = false
|
|
@@ -1935,7 +1952,7 @@ test = ["pre-commit", "pytest"]
|
|
| 1935 |
|
| 1936 |
[[package]]
|
| 1937 |
name = "transformers"
|
| 1938 |
-
version = "4.19.
|
| 1939 |
description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
|
| 1940 |
category = "main"
|
| 1941 |
optional = false
|
|
@@ -2085,7 +2102,7 @@ setuptools-rust = ">=0.10.2"
|
|
| 2085 |
|
| 2086 |
[[package]]
|
| 2087 |
name = "watchdog"
|
| 2088 |
-
version = "2.1.
|
| 2089 |
description = "Filesystem events monitoring"
|
| 2090 |
category = "main"
|
| 2091 |
optional = false
|
|
@@ -2155,7 +2172,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|
| 2155 |
[metadata]
|
| 2156 |
lock-version = "1.1"
|
| 2157 |
python-versions = "^3.8.3"
|
| 2158 |
-
content-hash = "
|
| 2159 |
|
| 2160 |
[metadata.files]
|
| 2161 |
about-time = [
|
|
@@ -2290,8 +2307,8 @@ cchardet = [
|
|
| 2290 |
{file = "cchardet-2.1.7.tar.gz", hash = "sha256:c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf"},
|
| 2291 |
]
|
| 2292 |
certifi = [
|
| 2293 |
-
{file = "certifi-2022.
|
| 2294 |
-
{file = "certifi-2022.
|
| 2295 |
]
|
| 2296 |
cffi = [
|
| 2297 |
{file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962"},
|
|
@@ -2362,8 +2379,8 @@ cmat2aset = [
|
|
| 2362 |
{file = "cmat2aset-0.1.0a7.tar.gz", hash = "sha256:1d6d494c7658e648eb88e601e69b198e3ce076b34594593db2318fe9e9b466b8"},
|
| 2363 |
]
|
| 2364 |
colorama = [
|
| 2365 |
-
{file = "colorama-0.4.
|
| 2366 |
-
{file = "colorama-0.4.
|
| 2367 |
]
|
| 2368 |
commonmark = [
|
| 2369 |
{file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"},
|
|
@@ -2480,8 +2497,8 @@ importlib-metadata = [
|
|
| 2480 |
{file = "importlib_metadata-4.11.4.tar.gz", hash = "sha256:5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700"},
|
| 2481 |
]
|
| 2482 |
importlib-resources = [
|
| 2483 |
-
{file = "importlib_resources-5.
|
| 2484 |
-
{file = "importlib_resources-5.
|
| 2485 |
]
|
| 2486 |
iniconfig = [
|
| 2487 |
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
|
@@ -2492,8 +2509,8 @@ install = [
|
|
| 2492 |
{file = "install-1.3.5.tar.gz", hash = "sha256:e67c8a0be5ccf8cb4ffa17d090f3a61b6e820e6a7e21cd1d2c0f7bc59b18e647"},
|
| 2493 |
]
|
| 2494 |
ipykernel = [
|
| 2495 |
-
{file = "ipykernel-6.
|
| 2496 |
-
{file = "ipykernel-6.
|
| 2497 |
]
|
| 2498 |
ipython = [
|
| 2499 |
{file = "ipython-8.4.0-py3-none-any.whl", hash = "sha256:7ca74052a38fa25fe9bedf52da0be7d3fdd2fb027c3b778ea78dfe8c212937d1"},
|
|
@@ -3237,8 +3254,8 @@ regex = [
|
|
| 3237 |
{file = "regex-2022.6.2.tar.gz", hash = "sha256:f7b43acb2c46fb2cd506965b2d9cf4c5e64c9c612bac26c1187933c7296bf08c"},
|
| 3238 |
]
|
| 3239 |
requests = [
|
| 3240 |
-
{file = "requests-2.
|
| 3241 |
-
{file = "requests-2.
|
| 3242 |
]
|
| 3243 |
rfc3986 = [
|
| 3244 |
{file = "rfc3986-1.5.0-py2.py3-none-any.whl", hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97"},
|
|
@@ -3315,8 +3332,6 @@ sentencepiece = [
|
|
| 3315 |
{file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e9e9fe8094ca57549d801e9a2017ac5c24108bbf485ea4f8994a72e8e96ee135"},
|
| 3316 |
{file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b77d27f59d515c43b61745b8173fbe7c7b3014b14b3702a75bf1793471e7def6"},
|
| 3317 |
{file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1dac8c2ad02b5ebc1179c0a14cbc7d7c6f4fd73d4dd51820626402d0aefc974e"},
|
| 3318 |
-
{file = "sentencepiece-0.1.96-cp310-cp310-win32.whl", hash = "sha256:3028699bdb2fb0230804f3b8a617fe3af22f5c5a56416419b31a7da5e7bf83bc"},
|
| 3319 |
-
{file = "sentencepiece-0.1.96-cp310-cp310-win_amd64.whl", hash = "sha256:203443a7bd4295b6a3695787235abe0e77d4c369d7156a6b9a397c540a38bd27"},
|
| 3320 |
{file = "sentencepiece-0.1.96-cp35-cp35m-macosx_10_6_x86_64.whl", hash = "sha256:e8ec5bb6777e2060e1499750c50e1b69dca5a0f80f90f2c66656c5f3e5244593"},
|
| 3321 |
{file = "sentencepiece-0.1.96-cp36-cp36m-macosx_10_6_x86_64.whl", hash = "sha256:99ea2d9db19e63a2d17d5dc64f9ace83fb9308a735be05a1aaf98eb4b496fba7"},
|
| 3322 |
{file = "sentencepiece-0.1.96-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aeb090ad462833df03af1debce4ae607a2766ef861f992003ad0c56d074ab805"},
|
|
@@ -3355,6 +3370,10 @@ sentencepiece = [
|
|
| 3355 |
{file = "sentencepiece-0.1.96-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48c6d13b3bfff08060c138248e85df60f6fad11135ad7a8fc2ef6005aacca839"},
|
| 3356 |
{file = "sentencepiece-0.1.96.tar.gz", hash = "sha256:9bdf097d5bd1d8ce42dfee51f6ff05f5578b96e48c6f6006aa4eff69edfa3639"},
|
| 3357 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3358 |
set-loglevel = [
|
| 3359 |
{file = "set_loglevel-0.1.2-py3-none-any.whl", hash = "sha256:fcfe76ccd3791511e2cb51ec11ded6cc2186a727e441a934c547a211d0fdf773"},
|
| 3360 |
{file = "set_loglevel-0.1.2.tar.gz", hash = "sha256:4da23414a798cea918801b113e17af092f13ccda96345203b14042b6d6d3a896"},
|
|
@@ -3450,8 +3469,8 @@ soupsieve = [
|
|
| 3450 |
{file = "soupsieve-2.3.2.post1.tar.gz", hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"},
|
| 3451 |
]
|
| 3452 |
stack-data = [
|
| 3453 |
-
{file = "stack_data-0.
|
| 3454 |
-
{file = "stack_data-0.
|
| 3455 |
]
|
| 3456 |
streamlit = [
|
| 3457 |
{file = "streamlit-1.10.0-py2.py3-none-any.whl", hash = "sha256:4febd37144a62177e583d6970ab50f351a2bfd4eb112cf19e38c25b12246a4db"},
|
|
@@ -3580,8 +3599,8 @@ traitlets = [
|
|
| 3580 |
{file = "traitlets-5.2.2.post1.tar.gz", hash = "sha256:74803a1baa59af70f023671d86d5c7a834c931186df26d50d362ee6a1ff021fd"},
|
| 3581 |
]
|
| 3582 |
transformers = [
|
| 3583 |
-
{file = "transformers-4.19.
|
| 3584 |
-
{file = "transformers-4.19.
|
| 3585 |
]
|
| 3586 |
typer = [
|
| 3587 |
{file = "typer-0.4.1-py3-none-any.whl", hash = "sha256:e8467f0ebac0c81366c2168d6ad9f888efdfb6d4e1d3d5b4a004f46fa444b5c3"},
|
|
@@ -3619,31 +3638,31 @@ vtext = [
|
|
| 3619 |
{file = "vtext-0.2.0.tar.gz", hash = "sha256:0ce1b0bb7e1cc0adcf5c8064757adaa6ea7bf52e366a3d30d2eac0588145f0e6"},
|
| 3620 |
]
|
| 3621 |
watchdog = [
|
| 3622 |
-
{file = "watchdog-2.1.
|
| 3623 |
-
{file = "watchdog-2.1.
|
| 3624 |
-
{file = "watchdog-2.1.
|
| 3625 |
-
{file = "watchdog-2.1.
|
| 3626 |
-
{file = "watchdog-2.1.
|
| 3627 |
-
{file = "watchdog-2.1.
|
| 3628 |
-
{file = "watchdog-2.1.
|
| 3629 |
-
{file = "watchdog-2.1.
|
| 3630 |
-
{file = "watchdog-2.1.
|
| 3631 |
-
{file = "watchdog-2.1.
|
| 3632 |
-
{file = "watchdog-2.1.
|
| 3633 |
-
{file = "watchdog-2.1.
|
| 3634 |
-
{file = "watchdog-2.1.
|
| 3635 |
-
{file = "watchdog-2.1.
|
| 3636 |
-
{file = "watchdog-2.1.
|
| 3637 |
-
{file = "watchdog-2.1.
|
| 3638 |
-
{file = "watchdog-2.1.
|
| 3639 |
-
{file = "watchdog-2.1.
|
| 3640 |
-
{file = "watchdog-2.1.
|
| 3641 |
-
{file = "watchdog-2.1.
|
| 3642 |
-
{file = "watchdog-2.1.
|
| 3643 |
-
{file = "watchdog-2.1.
|
| 3644 |
-
{file = "watchdog-2.1.
|
| 3645 |
-
{file = "watchdog-2.1.
|
| 3646 |
-
{file = "watchdog-2.1.
|
| 3647 |
]
|
| 3648 |
wcwidth = [
|
| 3649 |
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
|
|
|
|
| 216 |
|
| 217 |
[[package]]
|
| 218 |
name = "certifi"
|
| 219 |
+
version = "2022.6.15"
|
| 220 |
description = "Python package for providing Mozilla's CA Bundle."
|
| 221 |
category = "main"
|
| 222 |
optional = false
|
|
|
|
| 281 |
|
| 282 |
[[package]]
|
| 283 |
name = "colorama"
|
| 284 |
+
version = "0.4.5"
|
| 285 |
description = "Cross-platform colored terminal text."
|
| 286 |
category = "main"
|
| 287 |
optional = false
|
|
|
|
| 598 |
|
| 599 |
[[package]]
|
| 600 |
name = "importlib-resources"
|
| 601 |
+
version = "5.8.0"
|
| 602 |
description = "Read resources from Python packages"
|
| 603 |
category = "main"
|
| 604 |
optional = false
|
|
|
|
| 629 |
|
| 630 |
[[package]]
|
| 631 |
name = "ipykernel"
|
| 632 |
+
version = "6.15.0"
|
| 633 |
description = "IPython Kernel for Jupyter"
|
| 634 |
category = "main"
|
| 635 |
optional = false
|
|
|
|
| 644 |
nest-asyncio = "*"
|
| 645 |
packaging = "*"
|
| 646 |
psutil = "*"
|
| 647 |
+
pyzmq = ">=17"
|
| 648 |
tornado = ">=6.1"
|
| 649 |
traitlets = ">=5.1.0"
|
| 650 |
|
|
|
|
| 1508 |
|
| 1509 |
[[package]]
|
| 1510 |
name = "requests"
|
| 1511 |
+
version = "2.28.0"
|
| 1512 |
description = "Python HTTP for Humans."
|
| 1513 |
category = "main"
|
| 1514 |
optional = false
|
| 1515 |
+
python-versions = ">=3.7, <4"
|
| 1516 |
|
| 1517 |
[package.dependencies]
|
| 1518 |
certifi = ">=2017.4.17"
|
| 1519 |
+
charset-normalizer = ">=2.0.0,<2.1.0"
|
| 1520 |
+
idna = ">=2.5,<4"
|
| 1521 |
urllib3 = ">=1.21.1,<1.27"
|
| 1522 |
|
| 1523 |
[package.extras]
|
| 1524 |
+
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
| 1525 |
use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]
|
| 1526 |
|
| 1527 |
[[package]]
|
|
|
|
| 1656 |
optional = false
|
| 1657 |
python-versions = "*"
|
| 1658 |
|
| 1659 |
+
[[package]]
|
| 1660 |
+
name = "sep-text"
|
| 1661 |
+
version = "0.1.0"
|
| 1662 |
+
description = "Separate two texts, paragraph by paragraph"
|
| 1663 |
+
category = "main"
|
| 1664 |
+
optional = false
|
| 1665 |
+
python-versions = ">=3.8.3,<4.0.0"
|
| 1666 |
+
|
| 1667 |
+
[package.dependencies]
|
| 1668 |
+
fastlid = ">=0.1.7,<0.2.0"
|
| 1669 |
+
icecream = ">=2.1.1,<3.0.0"
|
| 1670 |
+
install = ">=1.3.5,<2.0.0"
|
| 1671 |
+
logzero = ">=1.7.0,<2.0.0"
|
| 1672 |
+
set-loglevel = ">=0.1.2,<0.2.0"
|
| 1673 |
+
typer = ">=0.4.1,<0.5.0"
|
| 1674 |
+
|
| 1675 |
[[package]]
|
| 1676 |
name = "set-loglevel"
|
| 1677 |
version = "0.1.2"
|
|
|
|
| 1757 |
|
| 1758 |
[[package]]
|
| 1759 |
name = "stack-data"
|
| 1760 |
+
version = "0.3.0"
|
| 1761 |
description = "Extract data from python stack frames and tracebacks for informative displays"
|
| 1762 |
category = "main"
|
| 1763 |
optional = false
|
|
|
|
| 1952 |
|
| 1953 |
[[package]]
|
| 1954 |
name = "transformers"
|
| 1955 |
+
version = "4.19.4"
|
| 1956 |
description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
|
| 1957 |
category = "main"
|
| 1958 |
optional = false
|
|
|
|
| 2102 |
|
| 2103 |
[[package]]
|
| 2104 |
name = "watchdog"
|
| 2105 |
+
version = "2.1.9"
|
| 2106 |
description = "Filesystem events monitoring"
|
| 2107 |
category = "main"
|
| 2108 |
optional = false
|
|
|
|
| 2172 |
[metadata]
|
| 2173 |
lock-version = "1.1"
|
| 2174 |
python-versions = "^3.8.3"
|
| 2175 |
+
content-hash = "e2ff8300d6734ab87fc4ca55989984a1df202a9fbebafa1973a16b825f9f71df"
|
| 2176 |
|
| 2177 |
[metadata.files]
|
| 2178 |
about-time = [
|
|
|
|
| 2307 |
{file = "cchardet-2.1.7.tar.gz", hash = "sha256:c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf"},
|
| 2308 |
]
|
| 2309 |
certifi = [
|
| 2310 |
+
{file = "certifi-2022.6.15-py3-none-any.whl", hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412"},
|
| 2311 |
+
{file = "certifi-2022.6.15.tar.gz", hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"},
|
| 2312 |
]
|
| 2313 |
cffi = [
|
| 2314 |
{file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962"},
|
|
|
|
| 2379 |
{file = "cmat2aset-0.1.0a7.tar.gz", hash = "sha256:1d6d494c7658e648eb88e601e69b198e3ce076b34594593db2318fe9e9b466b8"},
|
| 2380 |
]
|
| 2381 |
colorama = [
|
| 2382 |
+
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
|
| 2383 |
+
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
|
| 2384 |
]
|
| 2385 |
commonmark = [
|
| 2386 |
{file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"},
|
|
|
|
| 2497 |
{file = "importlib_metadata-4.11.4.tar.gz", hash = "sha256:5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700"},
|
| 2498 |
]
|
| 2499 |
importlib-resources = [
|
| 2500 |
+
{file = "importlib_resources-5.8.0-py3-none-any.whl", hash = "sha256:7952325ffd516c05a8ad0858c74dff2c3343f136fe66a6002b2623dd1d43f223"},
|
| 2501 |
+
{file = "importlib_resources-5.8.0.tar.gz", hash = "sha256:568c9f16cb204f9decc8d6d24a572eeea27dacbb4cee9e6b03a8025736769751"},
|
| 2502 |
]
|
| 2503 |
iniconfig = [
|
| 2504 |
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
|
|
|
|
| 2509 |
{file = "install-1.3.5.tar.gz", hash = "sha256:e67c8a0be5ccf8cb4ffa17d090f3a61b6e820e6a7e21cd1d2c0f7bc59b18e647"},
|
| 2510 |
]
|
| 2511 |
ipykernel = [
|
| 2512 |
+
{file = "ipykernel-6.15.0-py3-none-any.whl", hash = "sha256:b9ed519a29eb819eb82e87e0d3754088237b233e5c647b8bb0ff23c8c70ed16f"},
|
| 2513 |
+
{file = "ipykernel-6.15.0.tar.gz", hash = "sha256:b59f9d9672c3a483494bb75915a2b315e78b833a38b039b1ee36dc28683f0d89"},
|
| 2514 |
]
|
| 2515 |
ipython = [
|
| 2516 |
{file = "ipython-8.4.0-py3-none-any.whl", hash = "sha256:7ca74052a38fa25fe9bedf52da0be7d3fdd2fb027c3b778ea78dfe8c212937d1"},
|
|
|
|
| 3254 |
{file = "regex-2022.6.2.tar.gz", hash = "sha256:f7b43acb2c46fb2cd506965b2d9cf4c5e64c9c612bac26c1187933c7296bf08c"},
|
| 3255 |
]
|
| 3256 |
requests = [
|
| 3257 |
+
{file = "requests-2.28.0-py3-none-any.whl", hash = "sha256:bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f"},
|
| 3258 |
+
{file = "requests-2.28.0.tar.gz", hash = "sha256:d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b"},
|
| 3259 |
]
|
| 3260 |
rfc3986 = [
|
| 3261 |
{file = "rfc3986-1.5.0-py2.py3-none-any.whl", hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97"},
|
|
|
|
| 3332 |
{file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e9e9fe8094ca57549d801e9a2017ac5c24108bbf485ea4f8994a72e8e96ee135"},
|
| 3333 |
{file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b77d27f59d515c43b61745b8173fbe7c7b3014b14b3702a75bf1793471e7def6"},
|
| 3334 |
{file = "sentencepiece-0.1.96-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1dac8c2ad02b5ebc1179c0a14cbc7d7c6f4fd73d4dd51820626402d0aefc974e"},
|
|
|
|
|
|
|
| 3335 |
{file = "sentencepiece-0.1.96-cp35-cp35m-macosx_10_6_x86_64.whl", hash = "sha256:e8ec5bb6777e2060e1499750c50e1b69dca5a0f80f90f2c66656c5f3e5244593"},
|
| 3336 |
{file = "sentencepiece-0.1.96-cp36-cp36m-macosx_10_6_x86_64.whl", hash = "sha256:99ea2d9db19e63a2d17d5dc64f9ace83fb9308a735be05a1aaf98eb4b496fba7"},
|
| 3337 |
{file = "sentencepiece-0.1.96-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aeb090ad462833df03af1debce4ae607a2766ef861f992003ad0c56d074ab805"},
|
|
|
|
| 3370 |
{file = "sentencepiece-0.1.96-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48c6d13b3bfff08060c138248e85df60f6fad11135ad7a8fc2ef6005aacca839"},
|
| 3371 |
{file = "sentencepiece-0.1.96.tar.gz", hash = "sha256:9bdf097d5bd1d8ce42dfee51f6ff05f5578b96e48c6f6006aa4eff69edfa3639"},
|
| 3372 |
]
|
| 3373 |
+
sep-text = [
|
| 3374 |
+
{file = "sep_text-0.1.0-py3-none-any.whl", hash = "sha256:27e503a912d9acdd17d8112d837d0b3230ff7acbb9cbc21e34637446f58a336b"},
|
| 3375 |
+
{file = "sep_text-0.1.0.tar.gz", hash = "sha256:802287410a42071cccfc4e88005dc05f252bdf7f26abd87f5ed3ff2de9b0a684"},
|
| 3376 |
+
]
|
| 3377 |
set-loglevel = [
|
| 3378 |
{file = "set_loglevel-0.1.2-py3-none-any.whl", hash = "sha256:fcfe76ccd3791511e2cb51ec11ded6cc2186a727e441a934c547a211d0fdf773"},
|
| 3379 |
{file = "set_loglevel-0.1.2.tar.gz", hash = "sha256:4da23414a798cea918801b113e17af092f13ccda96345203b14042b6d6d3a896"},
|
|
|
|
| 3469 |
{file = "soupsieve-2.3.2.post1.tar.gz", hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"},
|
| 3470 |
]
|
| 3471 |
stack-data = [
|
| 3472 |
+
{file = "stack_data-0.3.0-py3-none-any.whl", hash = "sha256:aa1d52d14d09c7a9a12bb740e6bdfffe0f5e8f4f9218d85e7c73a8c37f7ae38d"},
|
| 3473 |
+
{file = "stack_data-0.3.0.tar.gz", hash = "sha256:77bec1402dcd0987e9022326473fdbcc767304892a533ed8c29888dacb7dddbc"},
|
| 3474 |
]
|
| 3475 |
streamlit = [
|
| 3476 |
{file = "streamlit-1.10.0-py2.py3-none-any.whl", hash = "sha256:4febd37144a62177e583d6970ab50f351a2bfd4eb112cf19e38c25b12246a4db"},
|
|
|
|
| 3599 |
{file = "traitlets-5.2.2.post1.tar.gz", hash = "sha256:74803a1baa59af70f023671d86d5c7a834c931186df26d50d362ee6a1ff021fd"},
|
| 3600 |
]
|
| 3601 |
transformers = [
|
| 3602 |
+
{file = "transformers-4.19.4-py3-none-any.whl", hash = "sha256:572d8ecbff29ec53769e0459b4334ebd1038f75ad25119a3006f8816643dccc4"},
|
| 3603 |
+
{file = "transformers-4.19.4.tar.gz", hash = "sha256:b8c0f9816b4c4c2f0265b24d0a0b9d4ae8b7b98fc779d63f92e3c121c4c2d483"},
|
| 3604 |
]
|
| 3605 |
typer = [
|
| 3606 |
{file = "typer-0.4.1-py3-none-any.whl", hash = "sha256:e8467f0ebac0c81366c2168d6ad9f888efdfb6d4e1d3d5b4a004f46fa444b5c3"},
|
|
|
|
| 3638 |
{file = "vtext-0.2.0.tar.gz", hash = "sha256:0ce1b0bb7e1cc0adcf5c8064757adaa6ea7bf52e366a3d30d2eac0588145f0e6"},
|
| 3639 |
]
|
| 3640 |
watchdog = [
|
| 3641 |
+
{file = "watchdog-2.1.9-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a735a990a1095f75ca4f36ea2ef2752c99e6ee997c46b0de507ba40a09bf7330"},
|
| 3642 |
+
{file = "watchdog-2.1.9-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6b17d302850c8d412784d9246cfe8d7e3af6bcd45f958abb2d08a6f8bedf695d"},
|
| 3643 |
+
{file = "watchdog-2.1.9-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ee3e38a6cc050a8830089f79cbec8a3878ec2fe5160cdb2dc8ccb6def8552658"},
|
| 3644 |
+
{file = "watchdog-2.1.9-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:64a27aed691408a6abd83394b38503e8176f69031ca25d64131d8d640a307591"},
|
| 3645 |
+
{file = "watchdog-2.1.9-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:195fc70c6e41237362ba720e9aaf394f8178bfc7fa68207f112d108edef1af33"},
|
| 3646 |
+
{file = "watchdog-2.1.9-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:bfc4d351e6348d6ec51df007432e6fe80adb53fd41183716017026af03427846"},
|
| 3647 |
+
{file = "watchdog-2.1.9-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8250546a98388cbc00c3ee3cc5cf96799b5a595270dfcfa855491a64b86ef8c3"},
|
| 3648 |
+
{file = "watchdog-2.1.9-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:117ffc6ec261639a0209a3252546b12800670d4bf5f84fbd355957a0595fe654"},
|
| 3649 |
+
{file = "watchdog-2.1.9-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:97f9752208f5154e9e7b76acc8c4f5a58801b338de2af14e7e181ee3b28a5d39"},
|
| 3650 |
+
{file = "watchdog-2.1.9-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:247dcf1df956daa24828bfea5a138d0e7a7c98b1a47cf1fa5b0c3c16241fcbb7"},
|
| 3651 |
+
{file = "watchdog-2.1.9-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:226b3c6c468ce72051a4c15a4cc2ef317c32590d82ba0b330403cafd98a62cfd"},
|
| 3652 |
+
{file = "watchdog-2.1.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d9820fe47c20c13e3c9dd544d3706a2a26c02b2b43c993b62fcd8011bcc0adb3"},
|
| 3653 |
+
{file = "watchdog-2.1.9-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:70af927aa1613ded6a68089a9262a009fbdf819f46d09c1a908d4b36e1ba2b2d"},
|
| 3654 |
+
{file = "watchdog-2.1.9-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ed80a1628cee19f5cfc6bb74e173f1b4189eb532e705e2a13e3250312a62e0c9"},
|
| 3655 |
+
{file = "watchdog-2.1.9-py3-none-manylinux2014_aarch64.whl", hash = "sha256:9f05a5f7c12452f6a27203f76779ae3f46fa30f1dd833037ea8cbc2887c60213"},
|
| 3656 |
+
{file = "watchdog-2.1.9-py3-none-manylinux2014_armv7l.whl", hash = "sha256:255bb5758f7e89b1a13c05a5bceccec2219f8995a3a4c4d6968fe1de6a3b2892"},
|
| 3657 |
+
{file = "watchdog-2.1.9-py3-none-manylinux2014_i686.whl", hash = "sha256:d3dda00aca282b26194bdd0adec21e4c21e916956d972369359ba63ade616153"},
|
| 3658 |
+
{file = "watchdog-2.1.9-py3-none-manylinux2014_ppc64.whl", hash = "sha256:186f6c55abc5e03872ae14c2f294a153ec7292f807af99f57611acc8caa75306"},
|
| 3659 |
+
{file = "watchdog-2.1.9-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:083171652584e1b8829581f965b9b7723ca5f9a2cd7e20271edf264cfd7c1412"},
|
| 3660 |
+
{file = "watchdog-2.1.9-py3-none-manylinux2014_s390x.whl", hash = "sha256:b530ae007a5f5d50b7fbba96634c7ee21abec70dc3e7f0233339c81943848dc1"},
|
| 3661 |
+
{file = "watchdog-2.1.9-py3-none-manylinux2014_x86_64.whl", hash = "sha256:4f4e1c4aa54fb86316a62a87b3378c025e228178d55481d30d857c6c438897d6"},
|
| 3662 |
+
{file = "watchdog-2.1.9-py3-none-win32.whl", hash = "sha256:5952135968519e2447a01875a6f5fc8c03190b24d14ee52b0f4b1682259520b1"},
|
| 3663 |
+
{file = "watchdog-2.1.9-py3-none-win_amd64.whl", hash = "sha256:7a833211f49143c3d336729b0020ffd1274078e94b0ae42e22f596999f50279c"},
|
| 3664 |
+
{file = "watchdog-2.1.9-py3-none-win_ia64.whl", hash = "sha256:ad576a565260d8f99d97f2e64b0f97a48228317095908568a9d5c786c829d428"},
|
| 3665 |
+
{file = "watchdog-2.1.9.tar.gz", hash = "sha256:43ce20ebb36a51f21fa376f76d1d4692452b2527ccd601950d69ed36b9e21609"},
|
| 3666 |
]
|
| 3667 |
wcwidth = [
|
| 3668 |
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
|
pyproject.toml
CHANGED
|
@@ -31,6 +31,7 @@ streamlit-aggrid = "^0.2.3"
|
|
| 31 |
typer = "^0.4.1"
|
| 32 |
XlsxWriter = "^3.0.3"
|
| 33 |
seg-text = "^0.1.2"
|
|
|
|
| 34 |
|
| 35 |
[tool.poe.executor]
|
| 36 |
type = "poetry"
|
|
|
|
| 31 |
typer = "^0.4.1"
|
| 32 |
XlsxWriter = "^3.0.3"
|
| 33 |
seg-text = "^0.1.2"
|
| 34 |
+
sep-text = "^0.1.0"
|
| 35 |
|
| 36 |
[tool.poe.executor]
|
| 37 |
type = "poetry"
|
requirements-torch.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# pip install torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
+
# torch==1.7.1+cpu --find-links https://download.pytorch.org/whl/torch_stable.html
|
| 3 |
+
|
| 4 |
+
torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
about-time==3.1.1
|
| 2 |
alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 3 |
altair==4.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
@@ -6,7 +9,7 @@ appnope==0.1.3; platform_system == "Darwin" and python_version >= "3.8" and sys_
|
|
| 6 |
argon2-cffi-bindings==21.2.0; python_version >= "3.7"
|
| 7 |
argon2-cffi==21.3.0; python_version >= "3.7"
|
| 8 |
aset2pairs==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 9 |
-
asttokens==2.0.5; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
|
| 10 |
attrs==21.4.0; python_full_version >= "3.7.1" and python_version >= "3.6" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7")
|
| 11 |
backcall==0.2.0; python_version >= "3.8"
|
| 12 |
backports.zoneinfo==0.2.1; python_version < "3.9" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
|
|
@@ -15,13 +18,13 @@ bleach==5.0.0; python_version >= "3.7"
|
|
| 15 |
blinker==1.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 16 |
cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.1"
|
| 17 |
cchardet==2.1.7
|
| 18 |
-
certifi==2022.
|
| 19 |
cffi==1.15.0; implementation_name == "pypy" and python_version >= "3.7"
|
| 20 |
chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
| 21 |
-
charset-normalizer==2.0.12;
|
| 22 |
click==8.1.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.7" and python_full_version < "4.0.0"
|
| 23 |
cmat2aset==0.1.0a7; python_full_version >= "3.8.3" and python_version < "4.0"
|
| 24 |
-
colorama==0.4.
|
| 25 |
commonmark==0.9.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 26 |
cssselect==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
|
| 27 |
debugpy==1.6.0; python_version >= "3.7"
|
|
@@ -29,10 +32,10 @@ decorator==5.1.1; python_version >= "3.8"
|
|
| 29 |
defusedxml==0.7.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
| 30 |
entrypoints==0.4; python_version >= "3.7"
|
| 31 |
environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 32 |
-
executing==0.8.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8"
|
| 33 |
fastjsonschema==2.15.3; python_version >= "3.7"
|
| 34 |
-
fastlid==0.1.7; python_version >= "3.8" and python_version < "4.0"
|
| 35 |
-
fasttext==0.9.2; python_version >= "3.8" and python_version < "4.0"
|
| 36 |
filelock==3.7.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
| 37 |
gitdb==4.0.9; python_version >= "3.7"
|
| 38 |
gitpython==3.1.27; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
@@ -44,11 +47,11 @@ httpcore==0.15.0; python_version >= "3.7"
|
|
| 44 |
httpx==0.23.0; python_version >= "3.7"
|
| 45 |
huggingface-hub==0.5.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 46 |
icecream==2.1.2
|
| 47 |
-
idna==3.3;
|
| 48 |
importlib-metadata==4.11.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 49 |
-
importlib-resources==5.
|
| 50 |
install==1.3.5; python_version >= "3.5"
|
| 51 |
-
ipykernel==6.
|
| 52 |
ipython-genutils==0.2.0; python_version >= "3.7"
|
| 53 |
ipython==8.4.0; python_version >= "3.8"
|
| 54 |
ipywidgets==7.7.0; python_version >= "3.7"
|
|
@@ -92,7 +95,7 @@ ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.8" and os_na
|
|
| 92 |
pure-eval==0.2.2; python_version >= "3.8"
|
| 93 |
py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.5.0"
|
| 94 |
pyarrow==8.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 95 |
-
pybind11==2.9.2; python_version >= "3.8" and
|
| 96 |
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.4.0"
|
| 97 |
pydeck==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 98 |
pygments==2.12.0; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
|
|
@@ -110,7 +113,7 @@ pyyaml==6.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" an
|
|
| 110 |
pyzmq==23.1.0; python_version >= "3.7"
|
| 111 |
readability-lxml==0.8.1
|
| 112 |
regex==2022.6.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 113 |
-
requests==2.
|
| 114 |
rfc3986==1.5.0; python_version >= "3.7"
|
| 115 |
rich==12.4.4; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and python_version >= "3.6" and python_version < "4.0"
|
| 116 |
scikit-learn==1.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
|
@@ -121,6 +124,7 @@ semver==2.13.0; python_full_version >= "3.7.1" and python_version >= "3.6" and p
|
|
| 121 |
send2trash==1.8.0; python_version >= "3.7"
|
| 122 |
sentence-splitter==1.4; python_version >= "3.8" and python_version < "4.0"
|
| 123 |
sentencepiece==0.1.96; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
|
|
|
| 124 |
set-loglevel==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 125 |
setuptools-rust==1.3.0; python_version >= "3.8" and python_version < "4.0"
|
| 126 |
simplejson==3.17.6; python_full_version >= "3.7.1" and python_version < "4.0"
|
|
@@ -129,7 +133,7 @@ sklearn==0.0; python_full_version >= "3.8.3" and python_version < "4.0"
|
|
| 129 |
smmap==5.0.0; python_version >= "3.7"
|
| 130 |
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
| 131 |
soupsieve==2.3.2.post1; python_full_version >= "3.6.0" and python_version >= "3.7"
|
| 132 |
-
stack-data==0.
|
| 133 |
streamlit-aggrid==0.2.3.post2; python_full_version >= "3.7.1" and python_version < "4.0"
|
| 134 |
streamlit-option-menu==0.3.2; python_version >= "3.6"
|
| 135 |
streamlit==1.10.0; python_version >= "3.6"
|
|
@@ -142,19 +146,18 @@ toolz==0.11.2; python_version >= "3.7"
|
|
| 142 |
tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 143 |
tqdm==4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
| 144 |
traitlets==5.2.2.post1; python_full_version >= "3.7.0" and python_version >= "3.8"
|
| 145 |
-
transformers==4.19.
|
| 146 |
typer==0.4.1; python_version >= "3.6"
|
| 147 |
typing-extensions==4.2.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "3.9"
|
| 148 |
tzdata==2022.1; platform_system == "Windows" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
|
| 149 |
tzlocal==4.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 150 |
-
urllib3==1.26.9; python_version >= "3.
|
| 151 |
validators==0.20.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 152 |
vtext==0.2.0; python_version >= "3.8" and python_version < "4.0"
|
| 153 |
-
watchdog==2.1.
|
| 154 |
wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.8"
|
| 155 |
webencodings==0.5.1; python_version >= "3.7"
|
| 156 |
widgetsnbextension==3.6.0; python_version >= "3.7"
|
| 157 |
win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"
|
| 158 |
xlsxwriter==3.0.3; python_version >= "3.4"
|
| 159 |
zipp==3.8.0; python_version < "3.9" and python_version >= "3.7"
|
| 160 |
-
sentence-transformers
|
|
|
|
| 1 |
+
# pip install torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
+
torch==1.8.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
| 3 |
+
|
| 4 |
about-time==3.1.1
|
| 5 |
alive-progress==2.4.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 6 |
altair==4.2.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
|
| 9 |
argon2-cffi-bindings==21.2.0; python_version >= "3.7"
|
| 10 |
argon2-cffi==21.3.0; python_version >= "3.7"
|
| 11 |
aset2pairs==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 12 |
+
asttokens==2.0.5; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
|
| 13 |
attrs==21.4.0; python_full_version >= "3.7.1" and python_version >= "3.6" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7")
|
| 14 |
backcall==0.2.0; python_version >= "3.8"
|
| 15 |
backports.zoneinfo==0.2.1; python_version < "3.9" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
|
|
|
|
| 18 |
blinker==1.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 19 |
cachetools==5.2.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.7.1"
|
| 20 |
cchardet==2.1.7
|
| 21 |
+
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
|
| 22 |
cffi==1.15.0; implementation_name == "pypy" and python_version >= "3.7"
|
| 23 |
chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
| 24 |
+
charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.5.0"
|
| 25 |
click==8.1.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.7" and python_full_version < "4.0.0"
|
| 26 |
cmat2aset==0.1.0a7; python_full_version >= "3.8.3" and python_version < "4.0"
|
| 27 |
+
colorama==0.4.5; python_full_version >= "3.8.3" and sys_platform == "win32" and platform_system == "Windows" and python_version >= "3.8" and python_full_version < "4.0.0" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0") and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.4.0") and (python_version >= "3.8" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.8" and python_full_version >= "3.5.0")
|
| 28 |
commonmark==0.9.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 29 |
cssselect==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
|
| 30 |
debugpy==1.6.0; python_version >= "3.7"
|
|
|
|
| 32 |
defusedxml==0.7.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
| 33 |
entrypoints==0.4; python_version >= "3.7"
|
| 34 |
environs==9.5.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.6"
|
| 35 |
+
executing==0.8.3; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
|
| 36 |
fastjsonschema==2.15.3; python_version >= "3.7"
|
| 37 |
+
fastlid==0.1.7; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 38 |
+
fasttext==0.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 39 |
filelock==3.7.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.7"
|
| 40 |
gitdb==4.0.9; python_version >= "3.7"
|
| 41 |
gitpython==3.1.27; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
|
|
|
| 47 |
httpx==0.23.0; python_version >= "3.7"
|
| 48 |
huggingface-hub==0.5.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 49 |
icecream==2.1.2
|
| 50 |
+
idna==3.3; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.2"
|
| 51 |
importlib-metadata==4.11.4; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 52 |
+
importlib-resources==5.8.0; python_version < "3.9" and python_version >= "3.7"
|
| 53 |
install==1.3.5; python_version >= "3.5"
|
| 54 |
+
ipykernel==6.15.0; python_version >= "3.7"
|
| 55 |
ipython-genutils==0.2.0; python_version >= "3.7"
|
| 56 |
ipython==8.4.0; python_version >= "3.8"
|
| 57 |
ipywidgets==7.7.0; python_version >= "3.7"
|
|
|
|
| 95 |
pure-eval==0.2.2; python_version >= "3.8"
|
| 96 |
py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.5.0"
|
| 97 |
pyarrow==8.0.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 98 |
+
pybind11==2.9.2; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 99 |
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.4.0"
|
| 100 |
pydeck==0.7.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 101 |
pygments==2.12.0; python_full_version >= "3.8.3" and python_version < "4.0" and python_version >= "3.8" and python_full_version < "4.0.0"
|
|
|
|
| 113 |
pyzmq==23.1.0; python_version >= "3.7"
|
| 114 |
readability-lxml==0.8.1
|
| 115 |
regex==2022.6.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
| 116 |
+
requests==2.28.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 117 |
rfc3986==1.5.0; python_version >= "3.7"
|
| 118 |
rich==12.4.4; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and python_version >= "3.6" and python_version < "4.0"
|
| 119 |
scikit-learn==1.1.1; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "4.0"
|
|
|
|
| 124 |
send2trash==1.8.0; python_version >= "3.7"
|
| 125 |
sentence-splitter==1.4; python_version >= "3.8" and python_version < "4.0"
|
| 126 |
sentencepiece==0.1.96; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 127 |
+
sep-text==0.1.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 128 |
set-loglevel==0.1.2; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 129 |
setuptools-rust==1.3.0; python_version >= "3.8" and python_version < "4.0"
|
| 130 |
simplejson==3.17.6; python_full_version >= "3.7.1" and python_version < "4.0"
|
|
|
|
| 133 |
smmap==5.0.0; python_version >= "3.7"
|
| 134 |
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.7"
|
| 135 |
soupsieve==2.3.2.post1; python_full_version >= "3.6.0" and python_version >= "3.7"
|
| 136 |
+
stack-data==0.3.0; python_version >= "3.8"
|
| 137 |
streamlit-aggrid==0.2.3.post2; python_full_version >= "3.7.1" and python_version < "4.0"
|
| 138 |
streamlit-option-menu==0.3.2; python_version >= "3.6"
|
| 139 |
streamlit==1.10.0; python_version >= "3.6"
|
|
|
|
| 146 |
tornado==6.1; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.7"
|
| 147 |
tqdm==4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
| 148 |
traitlets==5.2.2.post1; python_full_version >= "3.7.0" and python_version >= "3.8"
|
| 149 |
+
transformers==4.19.4; python_full_version >= "3.8.3" and python_full_version < "4.0.0"
|
| 150 |
typer==0.4.1; python_version >= "3.6"
|
| 151 |
typing-extensions==4.2.0; python_full_version >= "3.8.3" and python_full_version < "4.0.0" and python_version >= "3.8" and python_version < "3.9"
|
| 152 |
tzdata==2022.1; platform_system == "Windows" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
|
| 153 |
tzlocal==4.2; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 154 |
+
urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"
|
| 155 |
validators==0.20.0; python_full_version >= "3.7.1" and python_version < "4.0" and python_version >= "3.6"
|
| 156 |
vtext==0.2.0; python_version >= "3.8" and python_version < "4.0"
|
| 157 |
+
watchdog==2.1.9; platform_system != "Darwin" and python_version >= "3.6" and python_full_version >= "3.7.1" and python_version < "4.0"
|
| 158 |
wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.8"
|
| 159 |
webencodings==0.5.1; python_version >= "3.7"
|
| 160 |
widgetsnbextension==3.6.0; python_version >= "3.7"
|
| 161 |
win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"
|
| 162 |
xlsxwriter==3.0.3; python_version >= "3.4"
|
| 163 |
zipp==3.8.0; python_version < "3.9" and python_version >= "3.7"
|
|
|