You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The environment may not be fully configured. Install any packages required in the python code."
93
-
)
94
88
else:
95
89
env_prompt=f"The environment is already configured. Do not install or update any package unless there is an error due to the missing package. \nDo NOT upgrade {selected_tool} which is already installed."
Based ONLY on the information explicitly stated in the provided data structure and description files, provide a condensed and precise description of the data science task. Include only details that are directly mentioned in the source materials. Do not add assumptions or infer unstated information.
16
16
17
+
Be very clear about the problem type (e.g. audio classification/image regression/seq-to-seq generation/etc.), input format, and prediction output format.
18
+
17
19
### Data Structure:
18
20
(IMPORTANT: The metadata of example files in Data Structure may not be representative - do not make assumptions about data statistics based on examples.)
Copy file name to clipboardExpand all lines: src/autogluon/assistant/tools_registry/_common/catalog.json
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,27 +3,37 @@
3
3
"autogluon.timeseries": {
4
4
"path": "autogluon.timeseries",
5
5
"version": "1.2.0",
6
-
"description": "AutoGluon Timeseries is an open-source AutoML framework that automates the training and tuning of forecasting models for time series data, handling tasks from preprocessing to model ensembling with built-in support for both univariate and multivariate forecasting."
6
+
"description": "AutoGluon TimeSeries automates forecasting model training for time series data, supporting both univariate and multivariate predictions."
7
7
},
8
8
"autogluon.multimodal": {
9
9
"path": "autogluon.multimodal",
10
10
"version": "1.2.0",
11
-
"description": "AutoGluon Multimodal is an open-source AutoML framework that simplifies the training of models across multiple data types including text, images, and tabular data, automating tasks from preprocessing to model ensembling with minimal code required."
11
+
"description": "AutoGluon Multimodal excels at multimodal classification, regression, document classification, and semantic segmentation tasks. The framework is not optimized for pure tabular data processing and doesn't support generative tasks (like image-to-image or sequence-to-sequence) or audio-related tasks. It also doesn't handle object detection."
12
12
},
13
13
"autogluon.tabular": {
14
14
"path": "autogluon.tabular",
15
15
"version": "1.2.0",
16
-
"description": "AutoGluon Tabular is an open-source AutoML framework that automates the training and tuning of machine learning models for tabular data, handling tasks from preprocessing to model ensembling with minimal code required."
16
+
"description": "AutoGluon Tabular automates ML model training for tabular data, excelling at numerical and categorical data processing. It doesn't support NLP or image-based tasks."
17
17
},
18
18
"FlagEmbedding": {
19
19
"path": "FlagEmbedding",
20
20
"version": "1.3.4",
21
-
"description": "Retrieval and Retrieval-augmented LLMs"
21
+
"description": "FlagEmbedding specializes in retrieval and reranking tasks."
22
22
},
23
-
"machine learning or deep learning": {
23
+
"machine learning": {
24
24
"path": "machine learning",
25
25
"version": "0.1.0",
26
26
"description": "You should select this as a general reference of machine learning or deep learning algorithms in case other tools are not helpful."
27
+
},
28
+
"wav2vec2": {
29
+
"path": "wav2vec2",
30
+
"version": "0.0.0",
31
+
"description": "This model was pre-trained on 4.5M hours of unlabeled audio data covering more than 143 languages. It requires finetuning to be used for downstream tasks such as Automatic Speech Recognition (ASR), or Audio Classification."
32
+
},
33
+
"qwen3": {
34
+
"path": "qwen3",
35
+
"version": "0.0.0",
36
+
"description": "Qwen3-0.6B is a compact 0.6 billion parameter text generation model that uniquely switches between thinking and non-thinking modes for both efficient dialogue and complex reasoning tasks."
0 commit comments