mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-16 19:45:17 -05:00
@@ -56,7 +56,7 @@ def test_hf_data():
|
||||
record_id=0,
|
||||
**automl_settings
|
||||
)
|
||||
automl.predict(X_test)
|
||||
automl.predict(X_test, **{"per_device_eval_batch_size": 2})
|
||||
automl.predict(["test test", "test test"])
|
||||
automl.predict(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user