Safetensors
English
mllama
conversational ai
passing2961 commited on
Commit
d1bcbec
Β·
verified Β·
1 Parent(s): 0281bf0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ datasets:
4
+ - passing2961/stark-dialogue
5
+ - passing2961/stark-face-image
6
+ language:
7
+ - en
8
+ base_model:
9
+ - meta-llama/Llama-3.2-11B-Vision-Instruct
10
+ tags:
11
+ - conversational ai
12
+ ---
13
+
14
+ # Ultron-Summarizer-8B Model Card
15
+
16
+ [🏠 Homepage](https://stark-dataset.github.io/) | [πŸ’» Github](https://github.com/passing2961/Stark) | [πŸ“„ Arxiv](https://arxiv.org/abs/2407.03958) | [πŸ“• PDF](https://arxiv.org/pdf/2407.03958)
17
+
18
+ ## List of Provided Model Series
19
+ - **Ultron-Summarizer-Series:** [πŸ€– Ultron-Summarizer-1B](https://huggingface.co/passing2961/Ultron-Summarizer-1B) | [πŸ€– Ultron-Summarizer-3B](https://huggingface.co/passing2961/Ultron-Summarizer-3B) | [πŸ€– Ultron-Summarizer-8B](https://huggingface.co/passing2961/Ultron-Summarizer-8B)
20
+ - **Ultron 7B**: [πŸ€– Ultron-7B](https://huggingface.co/passing2961/Ultron-7B) | [πŸ€– Ultron-11B](https://huggingface.co/passing2961/Ultron-11B)
21
+
22
+ > 🚨 Disclaimer: All models and datasets are intended for research purposes only.
23
+
24
+ ## Model Description
25
+ - **Repository:** [Code](https://github.com/passing2961/Stark)
26
+ - **Paper:** [Stark: Social Long-Term Multi-Modal Conversation with Persona Commonsense Knowledge](https://arxiv.org/abs/2407.03958)
27
+ - **Point of Contact:** [Young-Jun Lee](mailto:[email protected])
28
+
29
+ ## Model Details
30
+ - **Model**: Ultron-11B is a fully open-source multi-modal conversation model that generates the most appropriate image description at the image-sharing moment.
31
+ - **Date**: Ultron-11B was trained in 2024.
32
+ - **Training Dataset**: [Stark-Dialogue](https://huggingface.co/datasets/passing2961/stark-dialogue)
33
+ - **Architecture**: Ultron-11B was trained on top of [LLaMA-3.2-11B-Vision](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct).
34
+
35
+ ## How to Use
36
+
37
+ ## License and Recommendations
38
+
39
+ 🚨 Ultron-11B is intended to be used for research purposes only.
40
+
41
+ ## Acknowledgement
42
+
43
+ This work was supported by a grant of the KAIST-KT joint research project through AI Tech Lab, Institute of convergence Technology, funded by KT [Project No. G01230605, Development of Task-oriented Persona-based Dialogue Generation Combining Multi-modal Interaction and Knowledge Modeling].
44
+
45
+ ## Citation
46
+
47
+ If you find the resources in this repository useful, please cite our work:
48
+
49
+ ```
50
+ @article{lee2024stark,
51
+ title={Stark: Social Long-Term Multi-Modal Conversation with Persona Commonsense Knowledge},
52
+ author={Lee, Young-Jun and Lee, Dokyong and Youn, Junyoung and Oh, Kyeongjin and Ko, Byungsoo and Hyeon, Jonghwan and Choi, Ho-Jin},
53
+ journal={arXiv preprint arXiv:2407.03958},
54
+ year={2024}
55
+ }
56
+ ```