File size: 1,216 Bytes
33d4721
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
- sections: 
  - local: index
    title: 🤗 AutoTrain
  - local: cost
    title: How much does it cost?
  - local: support
    title: Get help and support
  - local: faq
    title: Frequently Asked Questions
  title: Getting Started
- sections:
  - local: quickstart_spaces
    title: Train on Spaces
  - local: quickstart_py
    title: Python SDK
  - local: quickstart
    title: Train Locally
  - local: config
    title: Config File
  title: Quickstart
- sections:
  - local: tasks/llm_finetuning
    title: LLM Finetuning
  - local: tasks/text_classification_regression
    title: Text Classification/Regression
  - local: tasks/extractive_qa
    title: Extractive QA
  - local: tasks/sentence_transformer
    title: Sentence Transformer
  - local: tasks/image_classification_regression
    title: Image Classification / Regression
  - local: tasks/object_detection
    title: Object Detection
  - local: tasks/seq2seq
    title: Seq2Seq
  - local: tasks/token_classification
    title: Token Classification
  - local: tasks/tabular
    title: Tabular
  title: Tasks
- sections:
  - local: col_map
    title: Understanding Column Mapping
  - local: autotrain_api
    title: AutoTrain API
  title: Miscellaneous