-
Notifications
You must be signed in to change notification settings - Fork 435
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
[Feature] Add circular eval #610
Conversation
opencompass/datasets/circular.py
Outdated
return circular_patterns | ||
|
||
|
||
class CircularMixIN: |
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.
The CircularMixIN
seems unnecessary here since it does not mix with any classes and all the method is static.
- if use class, does circular_patterns, option_keys etc. can be set as class attribute? The inputs of each func seems redundant
- or can we just use function here?
opencompass/summarizers/default.py
Outdated
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.
BTW, will this modification break other summerizers?
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.
NO
153d820
to
3ebfe0c
Compare
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.
LGTM
* refactor default, add circular summarizer * add circular * update impl * update doc * minor update * no more to be added
* refactor default, add circular summarizer * add circular * update impl * update doc * minor update * no more to be added
No description provided.