pub struct FineTuneDPOMethod {
pub hyperparameters: DPOHyperparameters,
}
Fields§
§hyperparameters: DPOHyperparameters
Trait Implementations§
Source§impl Clone for FineTuneDPOMethod
impl Clone for FineTuneDPOMethod
Source§fn clone(&self) -> FineTuneDPOMethod
fn clone(&self) -> FineTuneDPOMethod
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FineTuneDPOMethod
impl Debug for FineTuneDPOMethod
Source§impl<'de> Deserialize<'de> for FineTuneDPOMethod
impl<'de> Deserialize<'de> for FineTuneDPOMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FineTuneDPOMethod
impl PartialEq for FineTuneDPOMethod
Source§impl Serialize for FineTuneDPOMethod
impl Serialize for FineTuneDPOMethod
impl StructuralPartialEq for FineTuneDPOMethod
Auto Trait Implementations§
impl Freeze for FineTuneDPOMethod
impl RefUnwindSafe for FineTuneDPOMethod
impl Send for FineTuneDPOMethod
impl Sync for FineTuneDPOMethod
impl Unpin for FineTuneDPOMethod
impl UnwindSafe for FineTuneDPOMethod
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