pub enum ArcSplit {
Easy,
Challenge,
}Expand description
Which partition of the ARC benchmark this evaluator targets.
Variants§
Easy
ARC-Easy: questions that the majority of retrieval and word-co-occurrence algorithms could answer correctly.
Challenge
ARC-Challenge: questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm.
Implementations§
Trait Implementations§
impl Copy for ArcSplit
impl Eq for ArcSplit
impl StructuralPartialEq for ArcSplit
Auto Trait Implementations§
impl Freeze for ArcSplit
impl RefUnwindSafe for ArcSplit
impl Send for ArcSplit
impl Sync for ArcSplit
impl Unpin for ArcSplit
impl UnsafeUnpin for ArcSplit
impl UnwindSafe for ArcSplit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more