"tests/distilbert/test_modeling_distilbert.py" did not exist on "ced0a9420412ca58ba8f96c0532b61fd1df9061f"
_toctree.yml 2.1 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
31
32
33
  title: 教程
- sections:
  - local: fast_tokenizers
    title: 使用 🤗 Tokenizers 中的分词器
34
35
  - local: multilingual
    title: 使用多语言模型进行推理
36
37
  - local: create_a_model
    title: 使用特定于模型的 API
38
39
  - local: custom_models
    title: 共享自定义模型
40
41
  - local: serialization
    title: 导出为 ONNX
42
43
  - local: tflite
    title: 导出为 TFLite
44
  title: 开发者指南
45
46
47
- sections:
  - local: performance
    title: 综述
48
49
50
51
52
53
  - sections:
    - local: perf_hardware
      title: 用于训练的定制硬件
    - local: hpo_train
      title: 使用Trainer API 进行超参数搜索
    title: 高效训练技术
54
55
  - local: big_models
    title: 实例化大模型
56
57
  - local: debugging
    title: 问题定位及解决
jiaqiw09's avatar
jiaqiw09 committed
58
59
60
61
  - local: tf_xla
    title: TensorFlow模型的XLA集成
  - local: perf_torch_compile
    title: 使用 `torch.compile()` 优化推理
62
  title: 性能和可扩展性
63
64
65
- sections:
  - local: task_summary
    title: 🤗Transformers能做什么
66
67
  - local: tokenizer_summary
    title: 分词器的摘要
68
69
70
71
72
  title: 概念指南
- sections:
  - sections:
    - local: main_classes/model
      title: 模型
73
74
    - local: main_classes/trainer
      title: Trainer
75
76
    - local: main_classes/deepspeed
      title: DeepSpeed集成
77
    title: 主要类
78
  title: 应用程序接口 (API)