Struct rust_bert::models::gpt_j::GptJConfigResources
source · pub struct GptJConfigResources;
Expand description
Implementations§
source§impl GptJConfigResources
impl GptJConfigResources
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 GptJConfigResources
impl Send for GptJConfigResources
impl Sync for GptJConfigResources
impl Unpin for GptJConfigResources
impl UnwindSafe for GptJConfigResources
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