课程: AutoML: Build Production-Ready Models Quickly!

今天就学习课程吧!

今天就开通帐号,24,100 门业界名师课程任您挑!

Formatting and uploading your data for your task

Formatting and uploading your data for your task - Python教程

课程: AutoML: Build Production-Ready Models Quickly!

Formatting and uploading your data for your task

- [Instructor] So, we have successfully created our project. We can see details about it at the top of our page here such as, the name of our project, the type of task that it is, as well as the model that we have manually selected for its use. AutoTrain also includes recommendations about the way that our dataset should be formatted for use. We have the option to select a dataset from the HuggingFace Hub by choosing browse dataset here and searching for a dataset. Alternatively, we can upload a CSV file or JSONL file. Our portal file must have at least two columns, one containing the text to be classified, and another containing the label, or text, or target for the text. For our dataset, the content column contains the text to be classified and the category column contains the label, or the target, for the text. It is important to take notes of this formatting recommendation because data really comes neatly…

内容