-
Notifications
You must be signed in to change notification settings - Fork 67
Vb/fact checking plt 1709 #1883
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
Conversation
4557c02
to
e1a8c08
Compare
|
||
correct_step: StepReasoningVariant = field( | ||
default_factory=_create_correct_step | ||
correct_step: Variant = field( |
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.
refactored step-by-step reasoning tool using common Variant
classes
73219cf
to
ce302ea
Compare
ce302ea
to
0d5fec3
Compare
0d5fec3
to
4fce5b0
Compare
4fce5b0
to
6d6b3e4
Compare
6d6b3e4
to
7dd0332
Compare
7dd0332
to
ae2f4a8
Compare
cdf6552
to
11e89eb
Compare
7f0dc54
to
0f3169f
Compare
0f3169f
to
647220f
Compare
db82fe6
to
dc34cf5
Compare
@@ -55,8 +55,8 @@ | |||
ResponseOption, | |||
Tool, | |||
) | |||
from labelbox.schema.ontology import PromptResponseClassification |
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.
removed dupes
19bc556
to
963dd71
Compare
963dd71
to
c3af277
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.
LG! Are we going to support MAL imports for this new tool on offline MMC or is this just going to be for online?
Refactor StepReasoning to also reuse Variants
c3af277
to
d4dd844
Compare
Description
Story: https://labelbox.atlassian.net/browse/PLT-1709
Includes:
Fixes # (issue)
Type of change
Please delete options that are not relevant.
All Submissions
New Feature Submissions
Changes to Core Features