Support Batching for effecting imputing LLM into text processing pipelines
Previosly, the whole text processing pipeline was relying on the sentence / text part.
Now we overcome that liimitation and therefore we can consider multiple sentences, formed in list i.e. batch.
This step is so important for LLM, LM, neural networks, for which batching accelerates the performance.
As the result, overall pipeline launching is expected to perform faster.
[x] nicolay-r/AREkit#539 :fire:
[x] nicolay-r/AREkit#535
[x] nicolay-r/AREkit#540
[x] #541
Sources collections are no longer going to be a part of AREkit :sparkles:
Tha allow us to lightweight :feather: the overall framework and so that purely focus on data processing techniques
[x] nicolay-r/AREkit#537
[x] Remove requests library dependency :feather:
[x] Move all the tutorials :books: to the AREkit-ss project. :feather:
[x] #545
Flexibility and Performance Enhancements
[x] nicolay-r/AREkit#539 :fire:
[x] nicolay-r/AREkit#535
[x] nicolay-r/AREkit#537
[x] nicolay-r/arekit-ss#80 (Issue has been moved to arekit-ss project)
Support
Batching
for effecting imputing LLM into text processing pipelinesPreviosly, the whole text processing pipeline was relying on the
sentence
/ text part. Now we overcome that liimitation and therefore we can consider multiple sentences, formed in list i.e. batch. This step is so important for LLM, LM, neural networks, for which batching accelerates the performance. As the result, overall pipeline launching is expected to perform faster.Sources collections are no longer going to be a part of AREkit :sparkles: Tha allow us to lightweight :feather: the overall framework and so that purely focus on data processing techniques
requests
library dependency :feather:AREkit-ss
project. :feather:Flexibility and Performance Enhancements
arekit-ss
project)nicolay-r/AREkit#511Fixed bugs
RowCacheStorageProvider
fixed bug with mismatching size of type list and columns list in case of otherforce
collected columns (https://github.com/nicolay-r/AREkit/commit/ad4312c40c142c37278967e04870e4086591113a)Minor Updates
OpinionsIO
(https://github.com/nicolay-r/AREkit/commit/76b4c1fef954f03724932d397c9a147c23dcf20c)-0
in filenames for samples. (https://github.com/nicolay-r/AREkit/commit/76b4c1fef954f03724932d397c9a147c23dcf20c)