DandelionWow commited on
Commit
3a8e93f
·
verified ·
1 Parent(s): 25eefad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: image-text-to-text
6
+ tags:
7
+ - multimodal
8
+ - sentiment-analysis
9
+ - qwen3-vl
10
+ ---
11
+
12
+ # IR-CTRA-2B
13
+
14
+ ## 📖 Overview
15
+
16
+ This is the **2B parameter version** of the **IR-CTRA** model, corresponding to the paper: **"Internalizing Reasoning via Chain-of-Thought and Retrieval Augmentation for Multimodal Sentiment Analysis"**.
17
+
18
+ It is fine-tuned on the **Qwen3-VL-2B-Instruct** architecture, specifically optimized for:
19
+ - **Multimodal Sentiment Analysis (MSA)**
20
+ - **Multimodal Aspect-Based Sentiment Analysis (MABSA)**
21
+
22
+ ## 🔗 Resources
23
+
24
+ - **GitHub Repository:** [Click here to visit](https://github.com/DandelionWow/IR-CTRA)
25
+ - **Paper:** (Coming Soon)
26
+
27
+ ## 🚀 Usage
28
+
29
+ Please refer to our **[GitHub Repository](https://github.com/DandelionWow/IR-CTRA)** for detailed inference instructions, prompt templates, and usage examples.
30
+
31
+ ## 📄 License
32
+
33
+ This model is licensed under the [MIT License](https://opensource.org/licenses/MIT).