Metadata-Version: 2.1
Name: function-sampler
Version: 0.1.0
Summary: Function calling Logit Sampler
License: Apache 2.0
Author: Nathan Hoos
Author-email: thwackyy.y@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cloudpickle (>=3.0.0,<4.0.0)
Requires-Dist: datasets (>=2.18.0,<3.0.0)
Requires-Dist: diskcache (>=5.6.3,<6.0.0)
Requires-Dist: interegular (>=0.3.3,<0.4.0)
Requires-Dist: numba (>=0.59.0,<0.60.0)
Requires-Dist: pydantic (>=2.6.3,<3.0.0)
Requires-Dist: referencing (>=0.33.0,<0.34.0)
Requires-Dist: transformers (>=4.38.2,<5.0.0)
Description-Content-Type: text/markdown

# function-sampler
Logit Sampler for Function calling LM's. Making it probabilistically impossible to generate incorrect function calls!

> # Note: WIP
> *Expect a release in ~4 days. ( friday march 8th )*
> Currently, The code is being refactored into a more library like approach, and being made more useable / approachable for non-expert users.

