Metadata-Version: 2.4
Name: pearl-H
Version: 0.1.2
Summary: PEARL: Prototype-guided Embedding Refinement via Adaptive Representation Learning
Author-email: PEARL Contributors <pearl@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/pearl
Project-URL: Documentation, https://pearl-ai.readthedocs.io
Project-URL: Repository, https://github.com/yourusername/pearl
Project-URL: Bug Tracker, https://github.com/yourusername/pearl/issues
Keywords: machine-learning,deep-learning,embedding,prototype-learning,text-classification,representation-learning,pytorch
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: torch>=1.12.0
Requires-Dist: scikit-learn>=1.0.0
Requires-Dist: openpyxl>=3.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=4.0.0; extra == "dev"
Requires-Dist: mypy>=0.950; extra == "dev"
Requires-Dist: sphinx>=4.0.0; extra == "dev"
Provides-Extra: examples
Requires-Dist: transformers>=4.20.0; extra == "examples"
Requires-Dist: datasets>=2.0.0; extra == "examples"
Requires-Dist: matplotlib>=3.5.0; extra == "examples"
Requires-Dist: seaborn>=0.11.0; extra == "examples"
Provides-Extra: all
Requires-Dist: pearl-H[dev,examples]; extra == "all"
Dynamic: license-file

# Prototype-Enhanced Aligned Representation Learning
