File size: 24,272 Bytes
b37c16f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
- sections:
  - local: index
    title: 🤗 Transformers
  - local: quicktour
    title: 둘러보기
  - local: installation
    title: 설치방법
  title: 시작하기
- sections:
  - local: pipeline_tutorial
    title: Pipeline으로 추론하기
  - local: autoclass_tutorial
    title: AutoClass로 사전 학습된 인스턴스 로드하기
  - local: preprocessing
    title: 데이터 전처리하기
  - local: training
    title: 사전 학습된 모델 미세 조정하기
  - local: run_scripts
    title: 스크립트로 학습하기
  - local: accelerate
    title: 🤗 Accelerate로 분산 학습 구성하기
  - local: peft
    title: 🤗 PEFT로 어댑터 로드  학습하기
  - local: model_sharing
    title: 만든 모델 공유하기
  - local: transformers_agents
    title: 에이전트
  - local: llm_tutorial
    title: 대규모 언어 모델로 생성하기
  title: 튜토리얼
- sections:
  - isExpanded: false
    sections:
      - local: tasks/sequence_classification
        title: 텍스트 분류
      - local: tasks/token_classification
        title: 토큰 분류
      - local: tasks/question_answering
        title: 질의 응답(Question Answering)
      - local: tasks/language_modeling
        title: 인과적 언어 모델링(Causal language modeling)
      - local: tasks/masked_language_modeling
        title: 마스킹된 언어 모델링(Masked language modeling)
      - local: tasks/translation
        title: 번역
      - local: tasks/summarization
        title: 요약
      - local: tasks/multiple_choice
        title: 객관식 문제(Multiple Choice)
    title: 자연어처리
  - isExpanded: false
    sections:
      - local: tasks/audio_classification
        title: 오디오 분류
      - local: tasks/asr
        title: 자동 음성 인식
    title: 오디오
  - isExpanded: false
    sections:
      - local: tasks/image_classification
        title: 이미지 분류
      - local: tasks/semantic_segmentation
        title: 의미적 분할(Semantic segmentation)
      - local: tasks/video_classification
        title: 영상 분류
      - local: tasks/object_detection
        title: 객체 탐지
      - local: tasks/zero_shot_object_detection
        title: 제로샷(zero-shot) 객체 탐지
      - local: tasks/zero_shot_image_classification
        title: 제로샷(zero-shot) 이미지 분류
      - local: tasks/monocular_depth_estimation
        title: 단일 영상 기반 깊이 추정
      - local: in_translation
        title: (번역중) Image-to-Image
      - local: in_translation
        title: (번역중) Image Feature Extraction
      - local: in_translation
        title: (번역중) Mask Generation
      - local: in_translation
        title: (번역중) Knowledge Distillation for Computer Vision
    title: 컴퓨터 비전
  - isExpanded: false
    sections:
      - local: tasks/image_captioning
        title: 이미지 캡셔닝
      - local: tasks/document_question_answering
        title: 문서 질의 응답(Document Question Answering)
      - local: tasks/visual_question_answering
        title: 시각적 질의응답 (Visual Question Answering)
      - local: in_translation
        title: (번역중) Text to speech
    title: 멀티모달
  - isExpanded: false
    sections:
    - local: generation_strategies
      title: 텍스트 생성 전략 사용자 정의
    title: 생성
  - isExpanded: false
    sections:
    - local: in_translation
      title: (번역중) Image tasks with IDEFICS
    - local: in_translation
      title: (번역중) LLM prompting guide
    title: (번역중) 프롬프팅
  title: 태스크 가이드
- sections:
  - local: fast_tokenizers
    title: 🤗 Tokenizers 라이브러리에서 토크나이저 사용하기
  - local: multilingual
    title: 다국어 모델 추론하기
  - local: create_a_model
    title: 모델별 API 사용하기
  - local: custom_models
    title: 사용자 정의 모델 공유하기
  - local: in_translation
    title: (번역중) Templates for chat models
  - local: in_translation
    title: (번역중) Trainer
  - local: sagemaker
    title: Amazon SageMaker에서 학습 실행하기
  - local: serialization
    title: ONNX로 내보내기
  - local: tflite
    title: TFLite로 내보내기
  - local: torchscript
    title: TorchScript로 내보내기
  - local: in_translation
    title: (번역중) Benchmarks
  - local: in_translation
    title: (번역중) Notebooks with examples
  - local: community
    title: 커뮤니티 리소스
  - local: custom_tools
    title: 사용자 정의 도구와 프롬프트
  - local: troubleshooting
    title: 문제 해결
  - local: in_translation
    title: (번역중) Contribute new quantization method
  title: (번역중) 개발자 가이드
- sections:
  - local: performance
    title: 성능  확장성
  - local: in_translation
    title: (번역중) Quantization
  - sections:
    - local: in_translation
      title: (번역중) Training on one GPU
    - local: perf_train_gpu_many
      title: 다중 GPU에서 훈련 진행하기
    - local: in_translation
      title: (번역중) Fully Sharded Data Parallel
    - local: in_translation
      title: (번역중) DeepSpeed
    - local: perf_train_cpu
      title: CPU에서 훈련
    - local: perf_train_cpu_many
      title: 다중 CPU에서 훈련하기
    - local: perf_train_tpu_tf
      title: TensorFlow로 TPU에서 훈련하기
    - local: in_translation
      title: (번역중) PyTorch training on Apple silicon
    - local: perf_hardware
      title: 훈련용 사용자 맞춤형 하드웨어
    - local: hpo_train
      title: Trainer API를 사용한 하이퍼파라미터 탐색
    title: (번역중) 효율적인 학습 기술들
  - sections:
    - local: perf_infer_cpu
      title: CPU로 추론하기
    - local: perf_infer_gpu_one
      title: 하나의 GPU를 활용한 추론
    title: 추론 최적화하기
  - local: big_models
    title: 대형 모델을 인스턴스화
  - local: debugging
    title: 디버깅
  - local: tf_xla
    title: TensorFlow 모델을 위한 XLA 통합
  - local: in_translation
    title: (번역중) Optimize inference using `torch.compile()`
  title: (번역중) 성능  확장성
- sections:
    - local: contributing
      title: 🤗 Transformers에 기여하는 방법
    - local: add_new_model
      title: 🤗 Transformers에 새로운 모델을 추가하는 방법
    - local: add_new_pipeline
      title: 어떻게 🤗 Transformers에 파이프라인을 추가하나요?
    - local: testing
      title: 테스트
    - local: pr_checks
      title: Pull Request에 대한 검사
  title: (번역중) 기여하기
- sections:
  - local: philosophy
    title: 이념과 목표
  - local: in_translation
    title: (번역중) Glossary
  - local: task_summary
    title: 🤗 Transformers로   있는 작업
  - local: tasks_explained
    title: 🤗 Transformers로 작업을 해결하는 방법
  - local: model_summary
    title: Transformer 모델군
  - local: tokenizer_summary
    title: 토크나이저 요약
  - local: attention
    title: 어텐션 매커니즘
  - local: pad_truncation
    title: 패딩과 잘라내기
  - local: bertology
    title: BERTology
  - local: perplexity
    title: 고정 길이 모델의 펄플렉서티(Perplexity)
  - local: pipeline_webserver
    title: 추론  서버를 위한 파이프라인
  - local: model_memory_anatomy
    title: 모델 학습 해부하기
  - local: in_translation
    title: (번역중) Getting the most out of LLMs
  title: (번역중) 개념 가이드
- sections:
  - sections:
    - local: in_translation
      title: (번역중) Agents and Tools
    - local: in_translation
      title: (번역중) Auto Classes
    - local: in_translation
      title: (번역중) Backbones
    - local: in_translation
      title: (번역중) Callbacks
    - local: in_translation
      title: (번역중) Configuration
    - local: in_translation
      title: (번역중) Data Collator
    - local: in_translation
      title: (번역중) Keras callbacks
    - local: in_translation
      title: (번역중) Logging
    - local: in_translation
      title: (번역중) Models
    - local: in_translation
      title: (번역중) Text Generation
    - local: in_translation
      title: (번역중) ONNX
    - local: in_translation
      title: (번역중) Optimization
    - local: in_translation
      title: (번역중) Model outputs
    - local: in_translation
      title: (번역중) Pipelines
    - local: in_translation
      title: (번역중) Processors
    - local: in_translation
      title: (번역중) Quantization
    - local: in_translation
      title: (번역중) Tokenizer
    - local: in_translation
      title: (번역중) Trainer
    - local: in_translation
      title: (번역중) DeepSpeed
    - local: in_translation
      title: (번역중) Feature Extractor
    - local: in_translation
      title: (번역중) Image Processor
    title: (번역중) 메인 클래스
  - sections:
    - isExpanded: false
      sections:
      - local: in_translation
        title: (번역중) ALBERT
      - local: in_translation
        title: (번역중) BART
      - local: in_translation
        title: (번역중) BARThez
      - local: in_translation
        title: (번역중) BARTpho
      - local: in_translation
        title: (번역중) BERT
      - local: in_translation
        title: (번역중) BertGeneration
      - local: in_translation
        title: (번역중) BertJapanese
      - local: in_translation
        title: (번역중) Bertweet
      - local: in_translation
        title: (번역중) BigBird
      - local: in_translation
        title: (번역중) BigBirdPegasus
      - local: in_translation
        title: (번역중) BioGpt
      - local: in_translation
        title: (번역중) Blenderbot
      - local: in_translation
        title: (번역중) Blenderbot Small
      - local: in_translation
        title: (번역중) BLOOM
      - local: in_translation
        title: (번역중) BORT
      - local: in_translation
        title: (번역중) ByT5
      - local: in_translation
        title: (번역중) CamemBERT
      - local: in_translation
        title: (번역중) CANINE
      - local: in_translation
        title: (번역중) CodeGen
      - local: in_translation
        title: (번역중) ConvBERT
      - local: in_translation
        title: (번역중) CPM
      - local: in_translation
        title: (번역중) CPMANT
      - local: in_translation
        title: (번역중) CTRL
      - local: in_translation
        title: (번역중) DeBERTa
      - local: in_translation
        title: (번역중) DeBERTa-v2
      - local: in_translation
        title: (번역중) DialoGPT
      - local: in_translation
        title: (번역중) DistilBERT
      - local: in_translation
        title: (번역중) DPR
      - local: in_translation
        title: (번역중) ELECTRA
      - local: in_translation
        title: (번역중) Encoder Decoder Models
      - local: in_translation
        title: (번역중) ERNIE
      - local: in_translation
        title: (번역중) ErnieM
      - local: in_translation
        title: (번역중) ESM
      - local: in_translation
        title: (번역중) FLAN-T5
      - local: in_translation
        title: (번역중) FLAN-UL2
      - local: in_translation
        title: (번역중) FlauBERT
      - local: in_translation
        title: (번역중) FNet
      - local: in_translation
        title: (번역중) FSMT
      - local: in_translation
        title: (번역중) Funnel Transformer
      - local: in_translation
        title: (번역중) GPT
      - local: in_translation
        title: (번역중) GPT Neo
      - local: in_translation
        title: (번역중) GPT NeoX
      - local: in_translation
        title: (번역중) GPT NeoX Japanese
      - local: in_translation
        title: (번역중) GPT-J
      - local: in_translation
        title: (번역중) GPT2
      - local: in_translation
        title: (번역중) GPTBigCode
      - local: in_translation
        title: (번역중) GPTSAN Japanese
      - local: in_translation
        title: (번역중) GPTSw3
      - local: in_translation
        title: (번역중) HerBERT
      - local: in_translation
        title: (번역중) I-BERT
      - local: in_translation
        title: (번역중) Jukebox
      - local: in_translation
        title: (번역중) LED
      - local: model_doc/llama
        title: LLaMA
      - local: model_doc/llama2
        title: LLaMA2
      - local: in_translation
        title: (번역중) Longformer
      - local: in_translation
        title: (번역중) LongT5
      - local: in_translation
        title: (번역중) LUKE
      - local: in_translation
        title: (번역중) M2M100
      - local: in_translation
        title: (번역중) MarianMT
      - local: in_translation
        title: (번역중) MarkupLM
      - local: in_translation
        title: (번역중) MBart and MBart-50
      - local: in_translation
        title: (번역중) MEGA
      - local: in_translation
        title: (번역중) MegatronBERT
      - local: in_translation
        title: (번역중) MegatronGPT2
      - local: in_translation
        title: (번역중) mLUKE
      - local: in_translation
        title: (번역중) MobileBERT
      - local: in_translation
        title: (번역중) MPNet
      - local: in_translation
        title: (번역중) MT5
      - local: in_translation
        title: (번역중) MVP
      - local: in_translation
        title: (번역중) NEZHA
      - local: in_translation
        title: (번역중) NLLB
      - local: in_translation
        title: (번역중) NLLB-MoE
      - local: in_translation
        title: (번역중) Nyströmformer
      - local: in_translation
        title: (번역중) Open-Llama
      - local: in_translation
        title: (번역중) OPT
      - local: in_translation
        title: (번역중) Pegasus
      - local: in_translation
        title: (번역중) PEGASUS-X
      - local: in_translation
        title: (번역중) PhoBERT
      - local: in_translation
        title: (번역중) PLBart
      - local: in_translation
        title: (번역중) ProphetNet
      - local: in_translation
        title: (번역중) QDQBert
      - local: in_translation
        title: (번역중) RAG
      - local: in_translation
        title: (번역중) REALM
      - local: in_translation
        title: (번역중) Reformer
      - local: in_translation
        title: (번역중) RemBERT
      - local: in_translation
        title: (번역중) RetriBERT
      - local: in_translation
        title: (번역중) RoBERTa
      - local: in_translation
        title: (번역중) RoBERTa-PreLayerNorm
      - local: in_translation
        title: (번역중) RoCBert
      - local: in_translation
        title: (번역중) RoFormer
      - local: in_translation
        title: (번역중) Splinter
      - local: in_translation
        title: (번역중) SqueezeBERT
      - local: in_translation
        title: (번역중) SwitchTransformers
      - local: in_translation
        title: (번역중) T5
      - local: in_translation
        title: (번역중) T5v1.1
      - local: in_translation
        title: (번역중) TAPEX
      - local: in_translation
        title: (번역중) Transformer XL
      - local: in_translation
        title: (번역중) UL2
      - local: in_translation
        title: (번역중) X-MOD
      - local: in_translation
        title: (번역중) XGLM
      - local: in_translation
        title: (번역중) XLM
      - local: in_translation
        title: (번역중) XLM-ProphetNet
      - local: in_translation
        title: (번역중) XLM-RoBERTa
      - local: in_translation
        title: (번역중) XLM-RoBERTa-XL
      - local: in_translation
        title: (번역중) XLM-V
      - local: in_translation
        title: (번역중) XLNet
      - local: in_translation
        title: (번역중) YOSO
      title: (번역중) 텍스트 모델
    - isExpanded: false
      sections:
      - local: in_translation
        title: (번역중) BEiT
      - local: in_translation
        title: (번역중) BiT
      - local: in_translation
        title: (번역중) Conditional DETR
      - local: in_translation
        title: (번역중) ConvNeXT
      - local: in_translation
        title: (번역중) ConvNeXTV2
      - local: in_translation
        title: (번역중) CvT
      - local: in_translation
        title: (번역중) Deformable DETR
      - local: in_translation
        title: (번역중) DeiT
      - local: in_translation
        title: (번역중) DETA
      - local: in_translation
        title: (번역중) DETR
      - local: in_translation
        title: (번역중) DiNAT
      - local: in_translation
        title: (번역중) DiT
      - local: in_translation
        title: (번역중) DPT
      - local: in_translation
        title: (번역중) EfficientFormer
      - local: in_translation
        title: (번역중) EfficientNet
      - local: in_translation
        title: (번역중) FocalNet
      - local: in_translation
        title: (번역중) GLPN
      - local: in_translation
        title: (번역중) ImageGPT
      - local: in_translation
        title: (번역중) LeViT
      - local: in_translation
        title: (번역중) Mask2Former
      - local: in_translation
        title: (번역중) MaskFormer
      - local: in_translation
        title: (번역중) MobileNetV1
      - local: in_translation
        title: (번역중) MobileNetV2
      - local: in_translation
        title: (번역중) MobileViT
      - local: in_translation
        title: (번역중) NAT
      - local: in_translation
        title: (번역중) PoolFormer
      - local: in_translation
        title: (번역중) RegNet
      - local: in_translation
        title: (번역중) ResNet
      - local: in_translation
        title: (번역중) SegFormer
      - local: in_translation
        title: (번역중) Swin Transformer
      - local: in_translation
        title: (번역중) Swin Transformer V2
      - local: in_translation
        title: (번역중) Swin2SR
      - local: in_translation
        title: (번역중) Table Transformer
      - local: in_translation
        title: (번역중) TimeSformer
      - local: in_translation
        title: (번역중) UperNet
      - local: in_translation
        title: (번역중) VAN
      - local: in_translation
        title: (번역중) VideoMAE
      - local: in_translation
        title: (번역중) Vision Transformer (ViT)
      - local: in_translation
        title: (번역중) ViT Hybrid
      - local: in_translation
        title: (번역중) ViTMAE
      - local: in_translation
        title: (번역중) ViTMSN
      - local: in_translation
        title: (번역중) YOLOS
      title: (번역중) 비전 모델
    - isExpanded: false
      sections:
      - local: in_translation
        title: (번역중) Audio Spectrogram Transformer
      - local: in_translation
        title: (번역중) CLAP
      - local: in_translation
        title: (번역중) Hubert
      - local: in_translation
        title: (번역중) MCTCT
      - local: in_translation
        title: (번역중) SEW
      - local: in_translation
        title: (번역중) SEW-D
      - local: in_translation
        title: (번역중) Speech2Text
      - local: in_translation
        title: (번역중) Speech2Text2
      - local: in_translation
        title: (번역중) SpeechT5
      - local: in_translation
        title: (번역중) UniSpeech
      - local: in_translation
        title: (번역중) UniSpeech-SAT
      - local: in_translation
        title: (번역중) Wav2Vec2
      - local: in_translation
        title: (번역중) Wav2Vec2-Conformer
      - local: in_translation
        title: (번역중) Wav2Vec2Phoneme
      - local: in_translation
        title: (번역중) WavLM
      - local: model_doc/whisper
        title: Whisper
      - local: in_translation
        title: (번역중) XLS-R
      - local: in_translation
        title: (번역중) XLSR-Wav2Vec2
      title: (번역중) 오디오 모델
    - isExpanded: false
      sections:
      - local: in_translation
        title: (번역중) ALIGN
      - local: in_translation
        title: (번역중) AltCLIP
      - local: in_translation
        title: (번역중) BLIP
      - local: in_translation
        title: (번역중) BLIP-2
      - local: in_translation
        title: (번역중) BridgeTower
      - local: in_translation
        title: (번역중) Chinese-CLIP
      - local: in_translation
        title: (번역중) CLIP
      - local: in_translation
        title: (번역중) CLIPSeg
      - local: in_translation
        title: (번역중) Data2Vec
      - local: in_translation
        title: (번역중) DePlot
      - local: in_translation
        title: (번역중) Donut
      - local: in_translation
        title: (번역중) FLAVA
      - local: in_translation
        title: (번역중) GIT
      - local: in_translation
        title: (번역중) GroupViT
      - local: in_translation
        title: (번역중) LayoutLM
      - local: in_translation
        title: (번역중) LayoutLMV2
      - local: in_translation
        title: (번역중) LayoutLMV3
      - local: in_translation
        title: (번역중) LayoutXLM
      - local: in_translation
        title: (번역중) LiLT
      - local: in_translation
        title: (번역중) LXMERT
      - local: in_translation
        title: (번역중) MatCha
      - local: in_translation
        title: (번역중) MGP-STR
      - local: in_translation
        title: (번역중) OneFormer
      - local: in_translation
        title: (번역중) OWL-ViT
      - local: in_translation
        title: (번역중) Perceiver
      - local: in_translation
        title: (번역중) Pix2Struct
      - local: in_translation
        title: (번역중) Segment Anything
      - local: in_translation
        title: (번역중) Speech Encoder Decoder Models
      - local: in_translation
        title: (번역중) TAPAS
      - local: in_translation
        title: (번역중) TrOCR
      - local: in_translation
        title: (번역중) TVLT
      - local: in_translation
        title: (번역중) ViLT
      - local: in_translation
        title: (번역중) Vision Encoder Decoder Models
      - local: in_translation
        title: (번역중) Vision Text Dual Encoder
      - local: in_translation
        title: (번역중) VisualBERT
      - local: in_translation
        title: (번역중) X-CLIP
      title: (번역중) 멀티모달 모델
    - isExpanded: false
      sections:
      - local: in_translation
        title: (번역중) Decision Transformer
      - local: in_translation
        title: (번역중) Trajectory Transformer
      title: (번역중) 강화학습 모델
    - isExpanded: false
      sections:
      - local: in_translation
        title: (번역중) Informer
      - local: in_translation
        title: (번역중) Time Series Transformer
      title: (번역중) 시계열 모델
    - isExpanded: false
      sections:
      - local: in_translation
        title: (번역중) Graphormer
      title: (번역중) Graph models
    title: (번역중) 모델
  - sections:
    - local: in_translation
      title: (번역중) Custom Layers and Utilities
    - local: in_translation
      title: (번역중) Utilities for pipelines
    - local: in_translation
      title: (번역중) Utilities for Tokenizers
    - local: in_translation
      title: (번역중) Utilities for Trainer
    - local: in_translation
      title: (번역중) Utilities for Generation
    - local: in_translation
      title: (번역중) Utilities for Image Processors
    - local: in_translation
      title: (번역중) Utilities for Audio processing
    - local: in_translation
      title: (번역중) General Utilities
    - local: in_translation
      title: (번역중) Utilities for Time Series
    title: (번역중) Internal Helpers
  title: (번역중) API