Metadata-Version: 2.3
Name: AC_IaC
Version: 1.0.0
Project-URL: Homepage, https://github.com/Theoreticallyhugo/AC_IaC
Project-URL: Documentation, https://readthedocs.org
Project-URL: Repository, https://github.com/Theoreticallyhugo/AC_IaC
Project-URL: Issues, https://github.com/Theoreticallyhugo/AC_IaC/issues
Project-URL: Changelog, https://github.com/Theoreticallyhugo/AC_IaC/blob/main/CHANGELOG.md
Project-URL: Data, https://tudatalib.ulb.tu-darmstadt.de/handle/tudatalib/2422
Author-email: Hugo Meinhof <me@theoreticallyhugo.com>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: accelerate
Requires-Dist: colorama
Requires-Dist: datasets
Requires-Dist: evaluate
Requires-Dist: scikit-learn
Requires-Dist: torch
Requires-Dist: transformers
Description-Content-Type: text/markdown

# Argument Components - Identification and Classification
## structure
- command_line.py is the entry point for the module. from here the user should be able to run training and inference.
- ./inference/ is the directory that houses everything inference related
- ./training/ is the directory that houses everything training related
