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

如何构建fewshot的grounding任务微调? #962

Open
shiyongde opened this issue Mar 17, 2025 · 0 comments
Open

如何构建fewshot的grounding任务微调? #962

shiyongde opened this issue Mar 17, 2025 · 0 comments

Comments

@shiyongde
Copy link

如何构建fewshot的grounding任务微调? 目前都没找到合适的案例,自己实现的看,微调训练效果很差。是否有好的case,我的提示词如下:
prompt = f"Here are some reference examples for detect person in the image:\n"
for case in reference_cases:
prompt += f":{case['solution']}\n"
query_str = prompt + f"\n Please detect person in this image and return their locations in JSON format."

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

1 participant