diff --git a/README.rst b/README.rst index c7ec0bb..22fb708 100644 --- a/README.rst +++ b/README.rst @@ -91,7 +91,7 @@ - `Чат поддержки `_ Статьи о решениях, основанных на ProtoLLM: -======================================== +========================================== - Zakharov K. et al. Forecasting Population Migration in Small Settlements Using Generative Models under Conditions of Data Scarcity //Smart Cities. – 2024. – Т. 7. – №. 5. – С. 2495-2513. - Kovalchuk M. A. et al. SemConvTree: Semantic Convolutional Quadtrees for Multi-Scale Event Detection in Smart City //Smart Cities. – 2024. – Т. 7. – №. 5. – С. 2763-2780. - Kalyuzhnaya A. et al. LLM Agents for Smart City Management: Enhancing Decision Support through Multi-Agent AI Systems - 2024 - Under Review diff --git a/README_en.rst b/README_en.rst index 917553a..15b8ccc 100644 --- a/README_en.rst +++ b/README_en.rst @@ -25,24 +25,24 @@ Intro Proto LLM features ================== - Rapid prototyping of information retrieval systems based on LLM using RAG: -Implementations of architectural patterns for interacting with different databases and web service interfaces; -Methods for optimising RAG pipelines to eliminate redundancy. + Implementations of architectural patterns for interacting with different databases and web service interfaces; + Methods for optimising RAG pipelines to eliminate redundancy. - Development and integration of applications with LLM with connection of external services and models through plugin system: -Integration with AutoML solutions for predictive tasks; -Providing structured output generation and validation; + Integration with AutoML solutions for predictive tasks; + Providing structured output generation and validation; - Implementation of ensemble methods and multi-agent approaches to improve the efficiency of LLMs: -Possibility of combining arbitrary LLMs into ensembles to improve generation quality, automatic selection of ensemble composition; -Work with model-agents and ensemble pipelines; + Possibility of combining arbitrary LLMs into ensembles to improve generation quality, automatic selection of ensemble composition; + Work with model-agents and ensemble pipelines; - Generation of complex synthetic data for further training and improvement of LLM: -Generating examples from existing models and data sets; -Evolutionary optimisation to increase the diversity of examples; Integration with Label Studio; + Generating examples from existing models and data sets; + Evolutionary optimisation to increase the diversity of examples; Integration with Label Studio; - Providing interoperability with various LLM providers: -Support for native models (GigaChat, YandexGPT, vsegpt, etc.). -Interaction with open-source models deployed locally. + Support for native models (GigaChat, YandexGPT, vsegpt, etc.). + Interaction with open-source models deployed locally. Installation @@ -106,7 +106,7 @@ Contacts - `Helpdesk chat `_ Papers about ProtoLLM-based solutions: -===================================== +====================================== - Zakharov K. et al. Forecasting Population Migration in Small Settlements Using Generative Models under Conditions of Data Scarcity //Smart Cities. – 2024. – Т. 7. – №. 5. – С. 2495-2513. - Kovalchuk M. A. et al. SemConvTree: Semantic Convolutional Quadtrees for Multi-Scale Event Detection in Smart City //Smart Cities. – 2024. – Т. 7. – №. 5. – С. 2763-2780. - Kalyuzhnaya A. et al. LLM Agents for Smart City Management: Enhancing Decision Support through Multi-Agent AI Systems - 2024 - Under Review diff --git a/pyproject.toml b/pyproject.toml index d3e907e..fc71936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] +readme = "README_en.rst" name = "ProtoLLM" version = "0.1.0" description = "" authors = ["aimclub"] -readme = "README.rst" [tool.poetry.dependencies]