Struct rust_bert::gpt_neo::GptNeoModelResources
source · pub struct GptNeoModelResources;Expand description
Implementations§
source§impl GptNeoModelResources
impl GptNeoModelResources
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.