What's Changed
* Update AWS Inf2 Notebook by goldmermaid in https://github.com/CambioML/uniflow/pull/103
* change GPT-4 examples number from 3 to 1 by Panzy-18 in https://github.com/CambioML/uniflow/pull/97
* Fix environment typos by goldmermaid in https://github.com/CambioML/uniflow/pull/107
* added generalization and clustering config by boqiny in https://github.com/CambioML/uniflow/pull/105
* Task: [Uniflow] pip install -q by ZHIHANCHEN03 in https://github.com/CambioML/uniflow/pull/112
* Add HuggingFace model instruction token for better IF performance. by goldmermaid in https://github.com/CambioML/uniflow/pull/110
* Fix black issue by goldmermaid in https://github.com/CambioML/uniflow/pull/113
* Extract image by CluckRookie in https://github.com/CambioML/uniflow/pull/102
* remove line length and make black and isort check only and throw error by jojortz in https://github.com/CambioML/uniflow/pull/114
* Fix non openai model to not use JsonFormattedLLMRater by goldmermaid in https://github.com/CambioML/uniflow/pull/116
* Fix HuggingFace rater json object which already return the response in json dict, so no need to json.loads by goldmermaid in https://github.com/CambioML/uniflow/pull/117
* Add HuggingfaceJsonFormattedLLMRater to use LLMDataProcessor as base … by goldmermaid in https://github.com/CambioML/uniflow/pull/119
* Fix LayoutModelServer __init__ by goldmermaid in https://github.com/CambioML/uniflow/pull/120
* Add verbose for isort and black by goldmermaid in https://github.com/CambioML/uniflow/pull/121
* feat: Add SageMaker Endpoint Sample and SageMaker Model Server by SeisSerenata in https://github.com/CambioML/uniflow/pull/115
* Fix response_format not in model_config bug by goldmermaid in https://github.com/CambioML/uniflow/pull/122
* add huggingface classification by Panzy-18 in https://github.com/CambioML/uniflow/pull/109
* Update HuggingFace model config to remove current hard coded values by goldmermaid in https://github.com/CambioML/uniflow/pull/123
* Add do_sample, temperature, and num_beams for HuggingFace model by goldmermaid in https://github.com/CambioML/uniflow/pull/124
* bump up version to 0.0.15 by goldmermaid in https://github.com/CambioML/uniflow/pull/125
**Full Changelog**: https://github.com/CambioML/uniflow/compare/0.0.14...0.0.15