-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Vision Categories! #3639
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
Merged
+644
−233
Merged
Vision Categories! #3639
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
5e7f663
add survey link
lisadunlap 06fd06f
merge confics
lisadunlap a4ab672
`Merge branch 'main' of github.com:lm-sys/FastChat
lisadunlap 64186ff
Merge branch 'main' of github.com:lm-sys/FastChat
lisadunlap 20055a0
Merge branch 'main' of github.com:lm-sys/FastChat
lisadunlap 8c68700
Merge branch 'main' of github.com:lm-sys/FastChat
lisadunlap 61444f6
added vision categories and updated label.py
lisadunlap bb57382
damn it i forgot to run lint
lisadunlap 6704c9c
added category descriptions
lisadunlap 7f4c09f
tested text and vision labeling works
lisadunlap 4686e7d
reduced repeat Style Control leaderboard code
lisadunlap e46ad65
formatting/i ran it and it works :p
lisadunlap a5848a9
added directchat to code tagger
lisadunlap 19be58c
added vision config
lisadunlap d93ea44
removed code tagger
lisadunlap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| # Yaml config file for category classification | ||
|
|
||
| input_file: null # json | ||
| cache_file: null # json | ||
| output_file: null # json line | ||
|
|
||
| convert_to_json: True | ||
|
|
||
| task_name: | ||
| - captioning_v0.1 | ||
| - homework_v0.1 | ||
| - ocr_v0.1 | ||
| - humor_v0.1 | ||
| - entity_recognition_v0.1 | ||
| - creative_writing_vision_v0.1 | ||
| - diagram_v0.1 | ||
|
|
||
|
|
||
| model_name: null | ||
| name: gemini-1.5-flash | ||
| api_type: gemini | ||
| endpoints: | ||
| - api_base: null | ||
| api_key: null | ||
|
|
||
| parallel: 50 | ||
| temperature: 0.0 | ||
| max_token: 512 | ||
|
|
||
| image_dir: null # directory where vision arena images are stored | ||
|
|
||
| max_retry: 2 | ||
| retry_sleep: 10 | ||
| error_output: $ERROR$ |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where do we get the
image_hashhere?Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from the conversation, is the format still [{content: [text, [images]]}?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the way i have it now doesn't support multi-image