Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,11 @@ base_model:
|
|
20 |
|
21 |
# Model Card for Model ID
|
22 |
|
|
|
|
|
|
|
|
|
|
|
23 |
This model represent a fine-tuned version on the [Emotion-Cause Analysis in Context (ECAC) data](https://nustm.github.io/SemEval-2024_ECAC/) and aimed at answering the following problems:
|
24 |
1. **Emotion extraction** for the speaker in coversation context
|
25 |
2. **Emotion cause**, that originates from the speaker of first utterance to the other speaker of the following utterance.
|
|
|
20 |
|
21 |
# Model Card for Model ID
|
22 |
|
23 |
+
> **Update February 23 2025:** 🔥 **BATCHING MODE SUPPORT**.
|
24 |
+
See 🌌 [Flan-T5 provider](https://github.com/nicolay-r/nlp-thirdgate/blob/master/llm/transformers_flan_t5.py)
|
25 |
+
for [bulk-chain](https://github.com/nicolay-r/bulk-chain) project.
|
26 |
+
Test [is available here](https://github.com/nicolay-r/bulk-chain/blob/master/test/test_provider_batching.py)
|
27 |
+
|
28 |
This model represent a fine-tuned version on the [Emotion-Cause Analysis in Context (ECAC) data](https://nustm.github.io/SemEval-2024_ECAC/) and aimed at answering the following problems:
|
29 |
1. **Emotion extraction** for the speaker in coversation context
|
30 |
2. **Emotion cause**, that originates from the speaker of first utterance to the other speaker of the following utterance.
|