llmize
Contents:
Features
Installation
Quick Start
Examples
Usage
Advanced Usage
Configuration
API Reference
Contributing
License
Citation
Contact
llmize
API Reference
LLMize Utils
llmize.utils.parsing module
View page source
llmize.utils.parsing module
llmize.utils.parsing.
parse_response
(
response_text
,
hp_parse
=
False
)
[source]
Parses the generated response into a list of lists. Returns None if parsing fails.
llmize.utils.parsing.
parse_pairs
(
samples
,
scores
)
[source]
llmize.utils.parsing.
parse_score
(
text
)
[source]