Struct rust_bert::models::openai_gpt::OpenAiGptMergesResources
source · pub struct OpenAiGptMergesResources;
Expand description
Implementations§
source§impl OpenAiGptMergesResources
impl OpenAiGptMergesResources
sourcepub const GPT: (&'static str, &'static str) = _
pub const GPT: (&'static str, &'static str) = _
Shared under MIT license by the OpenAI team at https://github.com/openai/finetune-transformer-lm. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for OpenAiGptMergesResources
impl Send for OpenAiGptMergesResources
impl Sync for OpenAiGptMergesResources
impl Unpin for OpenAiGptMergesResources
impl UnwindSafe for OpenAiGptMergesResources
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