Struct rust_bert::models::gpt_neo::GptNeoMergesResources
source · pub struct GptNeoMergesResources;
Expand description
Implementations§
source§impl GptNeoMergesResources
impl GptNeoMergesResources
sourcepub const GPT_NEO_125M: (&'static str, &'static str) = _
pub const GPT_NEO_125M: (&'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.
sourcepub const GPT_NEO_1_3B: (&'static str, &'static str) = _
pub const GPT_NEO_1_3B: (&'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.
sourcepub const GPT_NEO_2_7B: (&'static str, &'static str) = _
pub const GPT_NEO_2_7B: (&'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.
Auto Trait Implementations§
impl RefUnwindSafe for GptNeoMergesResources
impl Send for GptNeoMergesResources
impl Sync for GptNeoMergesResources
impl Unpin for GptNeoMergesResources
impl UnwindSafe for GptNeoMergesResources
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