We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e4c59 commit 714f910Copy full SHA for 714f910
autointent/configs/_transformers.py
@@ -23,7 +23,7 @@ class EmbedderFineTuningConfig(BaseModel):
23
warmup_ratio: float = Field(default=0.1)
24
early_stopping: bool = Field(default=True)
25
early_stopping_threshold: float = Field(default=0.0)
26
- fp16: bool = Field(default=True)
+ fp16: bool = Field(default=False)
27
bf16: bool = Field(default=False)
28
29
0 commit comments