Struct rust_bert::models::longt5::LongT5ConfigResources
source · pub struct LongT5ConfigResources;
Expand description
Implementations§
source§impl LongT5ConfigResources
impl LongT5ConfigResources
sourcepub const TGLOBAL_BASE_BOOK_SUMMARY: (&'static str, &'static str) = _
pub const TGLOBAL_BASE_BOOK_SUMMARY: (&'static str, &'static str) = _
Shared under Apache 2.0 license at https://huggingface.co/pszemraj/long-t5-tglobal-base-16384-book-summary. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for LongT5ConfigResources
impl Send for LongT5ConfigResources
impl Sync for LongT5ConfigResources
impl Unpin for LongT5ConfigResources
impl UnwindSafe for LongT5ConfigResources
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