transformers/docs/source/ja
Yoni Gozlan e2001c3413
Add auto model for image-text-to-text (#32472)
* Add Auto model for image-text-to-text

* Remove donut from processing auto, add chameleon ti image text to text models

* add qwen2_vl and llava_onevision

* add pixtral to auto model for image-text-to-text

* add mllama and idefics3

* remove models in IGNORE_NON_AUTO_CONFIGURED

* add AutoModelForImageTextToText to tests and doc
2024-10-08 14:26:43 +02:00
..
internal Forbid PretrainedConfig from saving generate parameters; Update deprecations in generate-related code 🧹 (#32659) 2024-08-23 11:12:53 +01:00
main_classes Update CometCallback to allow reusing of the running experiment (#31366) 2024-07-05 08:13:46 +02:00
model_doc Add auto model for image-text-to-text (#32472) 2024-10-08 14:26:43 +02:00
tasks Trainer - deprecate tokenizer for processing_class (#32385) 2024-10-02 14:08:46 +01:00
_toctree.yml Remove old TF port docs (#30426) 2024-04-23 16:06:20 +01:00
accelerate.md Migrate doc files to Markdown. (#24376) 2023-06-20 18:07:47 -04:00
add_new_model.md Remove add-new-model in favor of add-new-model-like (#30424) 2024-04-24 09:38:18 +02:00
attention.md [Docs] Fix broken links and syntax issues (#28918) 2024-02-08 14:13:35 -08:00
autoclass_tutorial.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
benchmarks.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
bertology.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
big_models.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
chat_templating.md Cleanup tool calling documentation and rename doc (#32337) 2024-08-12 16:20:14 +01:00
community.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
create_a_model.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
custom_models.md Updated the custom_models.md changed cross_entropy code (#33118) 2024-08-26 13:15:43 +02:00
custom_tools.md Reboot Agents (#30387) 2024-05-07 12:59:49 +02:00
fast_tokenizers.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
generation_strategies.md Docs: fix generate-related rendering issues (#30600) 2024-05-02 14:42:25 +01:00
glossary.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
hpo_train.md Trainer - deprecate tokenizer for processing_class (#32385) 2024-10-02 14:08:46 +01:00
index.md [Docs] Add missing language options and fix broken links (#28852) 2024-02-06 12:01:01 -08:00
installation.md Use HF_HUB_OFFLINE + fix has_file in offline mode (#31016) 2024-05-29 11:55:43 +01:00
llm_tutorial.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
model_memory_anatomy.md 🚨🚨🚨Deprecate evaluation_strategy to eval_strategy🚨🚨🚨 (#30190) 2024-04-18 12:49:43 -04:00
model_sharing.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
model_summary.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
multilingual.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
pad_truncation.md [Docs] Fix backticks in inline code and documentation links (#28875) 2024-02-06 11:15:44 -08:00
peft.md Docs / Quantization: Replace all occurences of load_in_8bit with bnb config (#31136) 2024-05-30 16:47:35 +02:00
perf_hardware.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
perf_infer_cpu.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
perf_infer_gpu_many.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
perf_infer_gpu_one.md Docs / Quantization: Replace all occurences of load_in_8bit with bnb config (#31136) 2024-05-30 16:47:35 +02:00
perf_infer_special.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
perf_torch_compile.md docs: fix style (#31340) 2024-06-10 09:53:25 +01:00
perf_train_cpu_many.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
perf_train_cpu.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
perf_train_gpu_many.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
perf_train_gpu_one.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
perf_train_special.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
perf_train_tpu_tf.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
perf_train_tpu.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
performance.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
perplexity.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
philosophy.md [docs] fixed links with 404 (#27327) 2023-11-06 19:45:03 +00:00
pipeline_tutorial.md More fixes for doctest (#30265) 2024-04-16 11:58:55 +02:00
pipeline_webserver.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
pr_checks.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
preprocessing.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
quicktour.md Trainer - deprecate tokenizer for processing_class (#32385) 2024-10-02 14:08:46 +01:00
run_scripts.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
serialization.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
task_summary.md More fixes for doctest (#30265) 2024-04-16 11:58:55 +02:00
tasks_explained.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
testing.md Skip tests properly (#31308) 2024-06-26 21:59:08 +01:00
tf_xla.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
tflite.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
tokenizer_summary.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
torchscript.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
training.md 🚨🚨🚨Deprecate evaluation_strategy to eval_strategy🚨🚨🚨 (#30190) 2024-04-18 12:49:43 -04:00
transformers_agents.md add japanese documentation (#26138) 2023-10-11 10:26:37 -07:00
troubleshooting.md Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00