Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about multi-round conversations. #4

Open
Li-Qingyun opened this issue Mar 17, 2025 · 2 comments
Open

Question about multi-round conversations. #4

Li-Qingyun opened this issue Mar 17, 2025 · 2 comments

Comments

@Li-Qingyun
Copy link

Hi, I find your work and technical readmap truly impressive. I have a question: since the florence-2 uses encoder-decoder architecture for language model, how does the multi-round conversation in the demo video implement? Is the incontext conversations history included in the encoder input?

By the way, can you review the model request of me? Thanks a lot!

@KeluYao
Copy link
Collaborator

KeluYao commented Mar 18, 2025

Hi, I find your work and technical readmap truly impressive. I have a question: since the florence-2 uses encoder-decoder architecture for language model, how does the multi-round conversation in the demo video implement? Is the incontext conversations history included in the encoder input?

By the way, can you review the model request of me? Thanks a lot!

Dr. li ,
Thank you for your interest. The multi-turn conversation shown in the demo video is implemented within the demonstration system. Specifically, each interaction is processed as an independent single-turn dialogue, meaning that previous conversation history is not used as contextual input for the encoder.
Additionally, your request for model weights has been approved.

@Li-Qingyun
Copy link
Author

Hi, thanks for your response and review.
I think i misunderstand between the multi-round and multi-instruction.

By the way, thanks for thre approvement of TianHuiLab/Falcon-Multi-Instruction-Large, I'm also insterested in the other two model, which have not been approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants