tuofeilun
tuofeilun
I have the same question.
可以用huggingface的peft代码库进行下游任务微调
> > 可以用huggingface的peft代码库进行下游任务微调 > > 感谢大佬的回复,打开了一扇新的大门。今天研究了一天peft,看了其中的一些sample,那像这种微调的情况,数据集应该如何构建呢? 就跟原来标注检测的数据集一样,类别就是prompt,这里要挑选一下合适的peft方法,微调后就可以把大模型的能力用上
你可以直接将模型下载到本地,然后我在模型加载那一块有个注释,可以用本地加载的方法
你可以这样子安装试试,pip install https://github.com/IDEA-Research/GroundingDINO/archive/refs/tags/v0.1.0-alpha2.tar.gz
你可以这样子安装,pip install https://github.com/IDEA-Research/GroundingDINO/archive/refs/tags/v0.1.0-alpha2.tar.gz
 我刚用同样的配置测了一下没什么问题,是不是哪里环境有点问题
> You need to build the image first
> @tuofeilunhifi , thank you. I missed the `docker build` command in the docs. > > I was able to generate something like a flowchart. I clicked the `Submit` button...