[−][src]Struct rust_bert::mobilebert::MobileBertConfig
MobileBERT model configuration
Defines the MobileBERT model architecture (e.g. number of layers, hidden layer size, label mapping...)
Fields
attention_probs_dropout_prob: f64initializer_range: f64intermediate_size: i64max_position_embeddings: i64num_attention_heads: i64type_vocab_size: i64vocab_size: i64embedding_size: i64layer_norm_eps: Option<f64>pad_token_idx: Option<i64>trigram_input: Option<bool>use_bottleneck: Option<bool>use_bottleneck_attention: Option<bool>intra_bottleneck_size: Option<i64>num_feedforward_networks: Option<i64>normalization_type: Option<NormalizationType>output_attentions: Option<bool>classifier_activation: Option<bool>is_decoder: Option<bool>id2label: Option<HashMap<i64, String>>label2id: Option<HashMap<String, i64>>Trait Implementations
impl Config<MobileBertConfig> for MobileBertConfig[src]
impl Debug for MobileBertConfig[src]
impl<'de> Deserialize<'de> for MobileBertConfig[src]
pub fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for MobileBertConfig[src]
Auto Trait Implementations
impl RefUnwindSafe for MobileBertConfig[src]
impl Send for MobileBertConfig[src]
impl Sync for MobileBertConfig[src]
impl Unpin for MobileBertConfig[src]
impl UnwindSafe for MobileBertConfig[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,