Struct rust_bert::models::gpt_j::GptJMergesResources
source · pub struct GptJMergesResources;
Expand description
Implementations§
source§impl GptJMergesResources
impl GptJMergesResources
sourcepub const GPT_J_6B: (&'static str, &'static str) = _
pub const GPT_J_6B: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the EleutherAI contributors at https://www.eleuther.ai. Modified with conversion to C-array format.
pub const GPT_J_6B_FLOAT16: (&'static str, &'static str) = _
pub const GPT_J_TINY_RANDOM: (&'static str, &'static str) = _
Auto Trait Implementations§
impl RefUnwindSafe for GptJMergesResources
impl Send for GptJMergesResources
impl Sync for GptJMergesResources
impl Unpin for GptJMergesResources
impl UnwindSafe for GptJMergesResources
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