Git Product home page Git Product logo

Comments (4)

elesun2018 avatar elesun2018 commented on June 26, 2024

请问训练效果如何,按照这种数据标签训练。

from qwen-vl.

drenched9 avatar drenched9 commented on June 26, 2024

训练出来的结果也是一个列表@ 。@,不过看起来是学到了东西的至少。。。

from qwen-vl.

FuHTong avatar FuHTong commented on June 26, 2024

@drenched9 是不是可以这样配置你的数据,组成一种多轮对话的方式进行训练呢。
#[
{
"from": "user",
"value": "Picture 1: 1.jpeg\n描述一下这张图片"
},
{
"from": "assistant",
"value": "这是一只猫"
},
{
"from": "user",
"value": "这是猫在干什么?"
},
{
"from": "assistant",
"value": "它正蹲在草地上"
},
{
"from": "user",
"value": "这只猫是什么颜色的?"
},
{
"from": "assistant",
"value": "这只猫是白色的"
},
]
此外的话还想咨询一下,您是用的什么模型呢?是否是chat呢?全量还是lora呢?

from qwen-vl.

drenched9 avatar drenched9 commented on June 26, 2024

@drenched9 是不是可以这样配置你的数据,组成一种多轮对话的方式进行训练呢。 #[ { "from": "user", "value": "Picture 1: 1.jpeg\n描述一下这张图片" }, { "from": "assistant", "value": "这是一只猫" }, { "from": "user", "value": "这是猫在干什么?" }, { "from": "assistant", "value": "它正蹲在草地上" }, { "from": "user", "value": "这只猫是什么颜色的?" }, { "from": "assistant", "value": "这只猫是白色的" }, ] 此外的话还想咨询一下,您是用的什么模型呢?是否是chat呢?全量还是lora呢?

确实是可以按照你说的方式编写,但是我是想着用一个模板生成,这样太费人力了。
我用的是README上提到的Qwen-VL-Chat-Int4,因为显存原因,跑不了Qwen-VL-Chat。用的是Q-lora微调

from qwen-vl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.