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 6aec88f commit 020fa2fCopy full SHA for 020fa2f
src/autotrain/__init__.py
@@ -45,7 +45,7 @@
45
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")
46
47
logger = Logger().get_logger()
48
-__version__ = "0.8.29.dev0"
+__version__ = "0.8.29"
49
50
51
def is_colab():
src/autotrain/client.py
@@ -42,7 +42,6 @@
42
"distributed_backend": "ddp",
43
"scheduler": "linear",
44
"merge_adapter": True,
- "trainer": "sft",
}
PARAMS["text-classification"] = {
0 commit comments