Metadata-Version: 2.1
Name: verbatim-llm
Version: 0.2.0
Summary: Library to mitigate verbatim or near-verbatim memorization in LLMs
Author-email: Parjanya Prajakta Prashant <pprashant@ucsd.edu>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/verbatim-llm
Project-URL: Repository, https://github.com/yourusername/verbatim-llm
Project-URL: Issues, https://github.com/yourusername/verbatim-llm/issues
Keywords: llm,memorization,inference,transformers
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch>=1.9.0
Requires-Dist: transformers>=4.20.0
Requires-Dist: python-Levenshtein>=0.26.0
Requires-Dist: rouge-score>=0.1.2

