Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Oct 1, 2024
1 parent c507630 commit 6a91d14
Show file tree
Hide file tree
Showing 32 changed files with 51 additions and 547 deletions.
44 changes: 22 additions & 22 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,50 +25,50 @@
title: AutoTrain API
title: Miscellaneous
- sections:
- local: text_classification
- local: tasks/text_classification
title: Text Classification
- local: extractive_qa
- local: tasks/extractive_qa
title: Extractive QA
- local: sentence_transformer
- local: tasks/sentence_transformer
title: Sentence Transformer
- local: text_regression
- local: tasks/text_regression
title: Text Regression
- local: llm_finetuning
- local: tasks/llm_finetuning
title: LLM Finetuning
- local: image_classification
- local: tasks/image_classification
title: Image Classification
- local: image_regression
- local: tasks/image_regression
title: Image Scoring/Regression
- local: object_detection
- local: tasks/object_detection
title: Object Detection
- local: dreambooth
- local: tasks/dreambooth
title: DreamBooth
- local: seq2seq
- local: tasks/seq2seq
title: Seq2Seq
- local: token_classification
- local: tasks/token_classification
title: Token Classification
- local: tabular
- local: tasks/tabular
title: Tabular
title: Data Formats
- sections:
- local: text_classification_params
- local: params/text_classification_params
title: Text Classification & Regression
- local: extractive_qa_params
- local: params/extractive_qa_params
title: Extractive QA
- local: llm_finetuning_params
- local: params/llm_finetuning_params
title: LLM Finetuning
- local: image_classification_params
- local: params/image_classification_params
title: Image Classification
- local: image_regression_params
- local: params/image_regression_params
title: Image Scoring/Regression
- local: object_detection_params
- local: params/object_detection_params
title: Object Detection
- local: dreambooth_params
- local: params/dreambooth_params
title: DreamBooth
- local: seq2seq_params
- local: params/seq2seq_params
title: Seq2Seq
- local: token_classification_params
- local: params/token_classification_params
title: Token Classification
- local: tabular_params
- local: params/tabular_params
title: Tabular
title: Parameters
81 changes: 0 additions & 81 deletions docs/source/dreambooth_params.mdx

This file was deleted.

57 changes: 0 additions & 57 deletions docs/source/extractive_qa_params.mdx

This file was deleted.

49 changes: 0 additions & 49 deletions docs/source/image_classification_params.mdx

This file was deleted.

52 changes: 0 additions & 52 deletions docs/source/object_detection_params.mdx

This file was deleted.

3 changes: 3 additions & 0 deletions docs/source/params/dreambooth_params.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# DreamBooth Parameters

[[autodoc]] trainers.dreambooth.params.DreamBoothTrainingParams
3 changes: 3 additions & 0 deletions docs/source/params/extractive_qa_params.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Extractive Question Answering Parameters

[[autodoc]] trainers.extractive_question_answering.params.ExtractiveQuestionAnsweringParams
3 changes: 3 additions & 0 deletions docs/source/params/image_classification_params.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Image Classification Parameters

[[autodoc]] trainers.image_classification.params.ImageClassificationParams
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Image Scoring/Regression Parameters

The Parameters for image scoring/regression are same as the parameters for image classification.

[[autodoc]] trainers.image_regression.params.ImageRegressionParams
Loading

0 comments on commit 6a91d14

Please sign in to comment.