Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,11 @@ tags:
|
|
19 |
## Model Details
|
20 |
[](https://arxiv.org/abs/2404.12342)
|
21 |
|
|
|
|
|
|
|
|
|
|
|
22 |
This model represent a [Chain-of-Thought tuned verson](https://arxiv.org/pdf/2305.11255) Flan-T5 on Target Sentiment Analysis (TSA) task, using training data of [RuSentNE-2023 collection](https://github.com/dialogue-evaluation/RuSentNE-evaluation).
|
23 |
|
24 |
This model is designed for **texts written in English**. Since the original collection reprsent non-english texts, the content has been **automatically translated into English using [googletrans]**.
|
|
|
19 |
## Model Details
|
20 |
[](https://arxiv.org/abs/2404.12342)
|
21 |
|
22 |
+
> **Update February 23 2025:** 🔥 **BATCHING MODE SUPPORT**.
|
23 |
+
See 🌌 [Flan-T5 provider](https://github.com/nicolay-r/nlp-thirdgate/blob/master/llm/transformers_flan_t5.py)
|
24 |
+
for [bulk-chain](https://github.com/nicolay-r/bulk-chain) project.
|
25 |
+
Test [is available here](https://github.com/nicolay-r/bulk-chain/blob/master/test/test_provider_batching.py)
|
26 |
+
|
27 |
This model represent a [Chain-of-Thought tuned verson](https://arxiv.org/pdf/2305.11255) Flan-T5 on Target Sentiment Analysis (TSA) task, using training data of [RuSentNE-2023 collection](https://github.com/dialogue-evaluation/RuSentNE-evaluation).
|
28 |
|
29 |
This model is designed for **texts written in English**. Since the original collection reprsent non-english texts, the content has been **automatically translated into English using [googletrans]**.
|