📝 clean up a bit
This commit is contained in:
parent
265e67bec8
commit
a6411301cd
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "aiornot_datasets"]
|
||||
path = aiornot_datasets
|
||||
url = https://huggingface.co/datasets/tocard-inc/aiornot
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2023 Tocard-Inc
|
||||
Copyright (c) 2023 Laurent Fainsin & Damien Guillotin
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
# AIorNot
|
||||
|
||||
https://huggingface.co/spaces/competitions/aiornot
|
||||
|
||||
8/98
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit a90618df992a19c775b6b0fb7e0de0fd45a4d505
|
|
@ -1,59 +0,0 @@
|
|||
aiohttp==3.8.3
|
||||
aiosignal==1.3.1
|
||||
async-timeout==4.0.2
|
||||
attrs==22.2.0
|
||||
autopep8==2.0.1
|
||||
certifi==2022.12.7
|
||||
charset-normalizer==2.1.1
|
||||
click==8.1.3
|
||||
contourpy==1.0.7
|
||||
cycler==0.11.0
|
||||
datasets==2.9.0
|
||||
dill==0.3.6
|
||||
filelock==3.9.0
|
||||
fonttools==4.38.0
|
||||
frozenlist==1.3.3
|
||||
fsspec==2023.1.0
|
||||
huggingface-hub==0.12.0
|
||||
idna==3.4
|
||||
joblib==1.2.0
|
||||
kiwisolver==1.4.4
|
||||
markdown-it-py==2.1.0
|
||||
matplotlib==3.6.3
|
||||
mdurl==0.1.2
|
||||
multidict==6.0.4
|
||||
multiprocess==0.70.14
|
||||
mypy-extensions==0.4.3
|
||||
numpy==1.24.1
|
||||
opencv-python==4.7.0.68
|
||||
packaging==23.0
|
||||
pandas==1.5.3
|
||||
pathspec==0.11.0
|
||||
Pillow==9.4.0
|
||||
platformdirs==2.6.2
|
||||
pyarrow==11.0.0
|
||||
pycodestyle==2.10.0
|
||||
Pygments==2.14.0
|
||||
pyparsing==3.0.9
|
||||
python-dateutil==2.8.2
|
||||
pytz==2022.7.1
|
||||
PyYAML==6.0
|
||||
regex==2022.10.31
|
||||
requests==2.28.2
|
||||
responses==0.18.0
|
||||
rich==13.3.1
|
||||
scikit-learn==1.2.1
|
||||
scipy==1.10.0
|
||||
six==1.16.0
|
||||
threadpoolctl==3.1.0
|
||||
tokenizers==0.13.2
|
||||
tomli==2.0.1
|
||||
torch==1.7.1+cu110
|
||||
torchaudio==0.7.2
|
||||
torchvision==0.8.2+cu110
|
||||
tqdm==4.64.1
|
||||
transformers==4.26.0
|
||||
typing-extensions==4.4.0
|
||||
urllib3==1.26.14
|
||||
xxhash==3.2.0
|
||||
yarl==1.8.2
|
Reference in a new issue