Draft and validate websrc eval on dev split · EvolvingLMMs-Lab/lmms-eval@7687495 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 7687495
Draft and validate websrc eval on dev split
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -19,7 +19,6 @@ | ||
19 | 19 | |
20 | 20 | def construct_prompt(doc): |
21 | 21 | question = doc["question"] |
22 | -# question = f"{question}\n{OPEN_ENDED_PROMPT}" | |
23 | 22 | question = f"{OPEN_ENDED_PROMPT}\n{question}" |
24 | 23 | return question |
25 | 24 |