_toctree.yml 4.06 KB
Newer Older
BFSS's avatar
BFSS committed
1
- sections:
BFSS's avatar
BFSS committed
2
  - local: index
3
    title: 🤗 Transformers 简介
BFSS's avatar
BFSS committed
4
5
  - local: quicktour
    title: 快速上手
6
7
  - local: installation
    title: 安装
8
  title: 开始使用
9
- sections:
10
  - local: pipeline_tutorial
11
    title: 使用pipelines进行推理
12
13
  - local: autoclass_tutorial
    title: 使用AutoClass编写可移植的代码
14
15
16
17
  - local: preprocessing
    title: 预处理数据
  - local: training
    title: 微调预训练模型
18
19
  - local: run_scripts
    title: 通过脚本训练模型
20
21
  - local: accelerate
    title: 使用🤗Accelerate进行分布式训练
22
23
  - local: peft
    title: 使用🤗 PEFT加载和训练adapters
24
25
  - local: model_sharing
    title: 分享您的模型
26
  - local: transformers_agents
27
    title: agents教程
28
29
  - local: llm_tutorial
    title: 使用LLMs进行生成
30
  title: 教程
31
32
33
34
35
- sections:
  - isExpanded: false
    sections:
    - local: tasks/asr
      title: 自动语音识别
36
37
38
- sections:
  - local: fast_tokenizers
    title: 使用 🤗 Tokenizers 中的分词器
39
40
  - local: multilingual
    title: 使用多语言模型进行推理
41
42
  - local: create_a_model
    title: 使用特定于模型的 API
43
44
  - local: custom_models
    title: 共享自定义模型
45
46
  - local: chat_templating
    title: 聊天模型的模板
47
48
  - local: serialization
    title: 导出为 ONNX
49
50
  - local: tflite
    title: 导出为 TFLite
51
52
  - local: torchscript
    title: 导出为 TorchScript
53
  title: 开发者指南
54
55
56
- sections:
  - local: performance
    title: 综述
57
58
59
60
61
62
  - sections:
    - local: perf_hardware
      title: 用于训练的定制硬件
    - local: hpo_train
      title: 使用Trainer API 进行超参数搜索
    title: 高效训练技术
63
64
  - local: big_models
    title: 实例化大模型
65
66
  - local: debugging
    title: 问题定位及解决
jiaqiw09's avatar
jiaqiw09 committed
67
68
69
70
  - local: tf_xla
    title: TensorFlow模型的XLA集成
  - local: perf_torch_compile
    title: 使用 `torch.compile()` 优化推理
71
  title: 性能和可扩展性
72
73
74
75
- sections:
  - local: contributing
    title: 如何为 🤗 Transformers 做贡献?
  title: 贡献
76
77
78
- sections:
  - local: task_summary
    title: 🤗Transformers能做什么
79
80
  - local: tokenizer_summary
    title: 分词器的摘要
81
82
83
  title: 概念指南
- sections:
  - sections:
84
85
86
87
88
89
90
91
92
93
94
95
    - local: main_classes/agent
      title: Agents和工具
    - local: main_classes/callback
      title: Callbacks
    - local: main_classes/configuration
      title: Configuration
    - local: main_classes/data_collator
      title: Data Collator
    - local: main_classes/keras_callbacks
      title: Keras callbacks
    - local: main_classes/logging
      title: Logging
96
97
    - local: main_classes/model
      title: 模型
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
    - local: main_classes/text_generation
      title: 文本生成
    - local: main_classes/onnx
      title: ONNX
    - local: main_classes/optimizer_schedules
      title: Optimization
    - local: main_classes/output
      title: 模型输出
    - local: main_classes/pipelines
      title: Pipelines
    - local: main_classes/processors
      title: Processors
    - local: main_classes/quantization
      title: Quantization
    - local: main_classes/tokenizer
      title: Tokenizer
114
115
    - local: main_classes/trainer
      title: Trainer
116
117
    - local: main_classes/deepspeed
      title: DeepSpeed集成
118
119
120
121
    - local: main_classes/feature_extractor
      title: Feature Extractor
    - local: main_classes/image_processor
      title: Image Processor
122
    title: 主要类
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
  - sections:
    - local: internal/modeling_utils
      title: 自定义层和工具
    - local: internal/pipelines_utils
      title: pipelines工具
    - local: internal/tokenization_utils
      title: Tokenizers工具
    - local: internal/trainer_utils
      title: 训练器工具
    - local: internal/generation_utils
      title: 生成工具
    - local: internal/image_processing_utils
      title: 图像处理工具
    - local: internal/audio_utils
      title: 音频处理工具
    - local: internal/file_utils
      title: 通用工具
    - local: internal/time_series_utils
      title: 时序数据工具
    title: 内部辅助工具
143
  title: 应用程序接口 (API) 
144
145
146