Pipeline Status Failing after training

I am working on ML Packages/Out of the box Packages/Language Analysis/ EnglishTextClassification were I am trying to retrain the model with train data in Pipleline it is failing . And status after executing the train data says failed .find the Below Mentioned Error :-

Train only of RestaurantFeedback 2.0 launched - Run 38b57fdd-4833-4a46-ad19-00dd629bffd8
Train only of RestaurantFeedback 2.0 scheduled - Run 38b57fdd-4833-4a46-ad19-00dd629bffd8
Train only of RestaurantFeedback 2.0 started - Run 38b57fdd-4833-4a46-ad19-00dd629bffd8
Train only of RestaurantFeedback 2.0 failed - Run 38b57fdd-4833-4a46-ad19-00dd629bffd8

Error Details : Pipeline failed due to ML Package Issue

2022-01-15 11:20:23,212 - uipath_core.trainer_run:main:66 - INFO: Starting training job…
2022-01-15 11:20:24,661 - transformers.file_utils::38 - INFO: PyTorch version 1.5.1+cu101 available.
2022-01-15 11:20:26,518 - matplotlib.font_manager:_rebuild:1423 - INFO: Generating new fontManager, this may take some time…
2022-01-15 11:20:29,469 - uipath_core.storage.azure_storage_client:download:96 - INFO: Dataset from bucket folder training-c3d48abd-3924-415c-ad9e-43bbe16eacdc/c9e19d28-e0a0-4f0d-a394-ac15ba19365a/3bf0d05b-6638-4198-8498-75e3c913eb78 with size 1 downloaded successfully
2022-01-15 11:20:29,470 - uipath_core.training_plugin:train_model:109 - INFO: Start model training…
2022-01-15 11:20:29,470 - uipath_core.training_plugin:initialize_model:103 - INFO: Start model initialization…
2022-01-15 11:20:29,471 - uipath_core.training_plugin:initialize_model:106 - INFO: Model initialized successfully
2022-01-15 11:20:29,472 - aiflib.data_manager:info:15 - INFO: Loading data from /data/dataset…
2022-01-15 11:20:29,482 - aiflib.data_manager:info:15 - INFO: File [/data/dataset/TrainData.csv] does not have name [input] in header’[‘Input’, ‘Target’]', skipping this file. The csv file must contain a header with at least two columns. The column names are set by the <input_column> and <target_column> variables of this run. The default values are “input” and “target”. If the file contains other columns, they will be ignored
2022-01-15 11:20:29,482 - aiflib.data_manager:info:15 - INFO: Unable to read any valid data from *.csv files in [/data/dataset]
2022-01-15 11:20:29,482 - aiflib.data_manager:info:15 - INFO: Unable to read any valid data from *.json files in [/data/dataset]
2022-01-15 11:20:29,482 - uipath_core.training_plugin:model_run:145 - ERROR: Training failed for pipeline type: TRAIN_ONLY, error: No valid data to run this pipeline.
2022-01-15 11:20:29,506 - uipath_core.trainer_run:main:81 - ERROR: Training Job failed, error: No valid data to run this pipeline.
Traceback (most recent call last):
File “/home/aifabric/.local/lib/python3.6/site-packages/uipath_core/trainer_run.py”, line 76, in main
wrapper.run()
File “/microservice/training_wrapper.py”, line 57, in run
return self.training_plugin.model_run()
File “/home/aifabric/.local/lib/python3.6/site-packages/uipath_core/training_plugin.py”, line 146, in model_run
raise e
File “/home/aifabric/.local/lib/python3.6/site-packages/uipath_core/training_plugin.py”, line 138, in model_run
self.run_train_only()
File “/home/aifabric/.local/lib/python3.6/site-packages/uipath_core/training_plugin.py”, line 207, in run_train_only
self.train_model(self.local_dataset_directory)
File “/home/aifabric/.local/lib/python3.6/site-packages/uipath_core/training_plugin.py”, line 111, in train_model
self.model.train(directory)
File “/microservice/train.py”, line 11, in train
self.model.train(directory)
File “/microservice/aiflib/model.py”, line 211, in train
raise UiPathUsageException(‘No valid data to run this pipeline.’)
aiflib.logger.UiPathUsageException: No valid data to run this pipeline.
2022-01-15 11:20:37,213 - uipath_core.trainer_run:main:66 - INFO: Starting training job…
2022-01-15 11:20:38,660 - transformers.file_utils::38 - INFO: PyTorch version 1.5.1+cu101 available.
2022-01-15 11:20:40,452 - matplotlib.font_manager:_rebuild:1423 - INFO: Generating new fontManager, this may take some time…

Hello @shashank_dullu!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

This seems pretty clear, you’ve misconfigured your training CSV file. Please follow the description here: AI Center - Multilingual Text Classification

2022-01-15 11:20:29,482 - aiflib.data_manager:info:15 - INFO: File [/data/dataset/TrainData.csv] does not have name [input] in header’[‘Input’, ‘Target’]’, skipping this file. The csv file must contain a header with at least two columns. The column names are set by the <input_column> and <target_column> variables of this run. The default values are “input” and “target”. If the file contains other columns, they will be ignored