examples files
This index covers 140 source-grounded paths. Search matches file and directory names through D1 FTS5/BM25.
examples/3D_parallel.pyexamples/README.mdexamples/modular-transformers/README.mdexamples/modular-transformers/configuration_dummy.pyexamples/modular-transformers/configuration_duplicated_method.pyexamples/modular-transformers/configuration_my_new_model.pyexamples/modular-transformers/configuration_my_new_model2.pyexamples/modular-transformers/configuration_new_model.pyexamples/modular-transformers/configuration_super.pyexamples/modular-transformers/convert_examples.shexamples/modular-transformers/image_processing_new_imgproc_model.pyexamples/modular-transformers/modeling_add_function.pyexamples/modular-transformers/modeling_dummy_bert.pyexamples/modular-transformers/modeling_from_uppercase_model.pyexamples/modular-transformers/modeling_global_indexing.pyexamples/modular-transformers/modeling_multimodal2.pyexamples/modular-transformers/modeling_my_new_model2.pyexamples/modular-transformers/modeling_new_task_model.pyexamples/modular-transformers/modeling_roberta.pyexamples/modular-transformers/modeling_super.pyexamples/modular-transformers/modeling_switch_function.pyexamples/modular-transformers/modeling_test_detr.pyexamples/modular-transformers/modeling_test_suffix.pyexamples/modular-transformers/modular_add_function.pyexamples/modular-transformers/modular_dummy_bert.pyexamples/modular-transformers/modular_duplicated_method.pyexamples/modular-transformers/modular_from_uppercase_model.pyexamples/modular-transformers/modular_global_indexing.pyexamples/modular-transformers/modular_multimodal2.pyexamples/modular-transformers/modular_my_new_model.pyexamples/modular-transformers/modular_my_new_model2.pyexamples/modular-transformers/modular_new_imgproc_model.pyexamples/modular-transformers/modular_new_model.pyexamples/modular-transformers/modular_new_task_model.pyexamples/modular-transformers/modular_roberta.pyexamples/modular-transformers/modular_super.pyexamples/modular-transformers/modular_switch_function.pyexamples/modular-transformers/modular_test_detr.pyexamples/modular-transformers/modular_test_suffix.pyexamples/pytorch/3d_parallel_checks.pyexamples/pytorch/README.mdexamples/pytorch/_tests_requirements.txtexamples/pytorch/audio-classification/README.mdexamples/pytorch/audio-classification/requirements.txtexamples/pytorch/audio-classification/run_audio_classification.pyexamples/pytorch/conftest.pyexamples/pytorch/context_parallel.pyexamples/pytorch/continuous_batching.pyexamples/pytorch/continuous_batching_simple.pyexamples/pytorch/contrastive-image-text/README.mdexamples/pytorch/contrastive-image-text/requirements.txtexamples/pytorch/contrastive-image-text/run_clip.pyexamples/pytorch/image-classification/README.mdexamples/pytorch/image-classification/requirements.txtexamples/pytorch/image-classification/run_image_classification.pyexamples/pytorch/image-classification/run_image_classification_no_trainer.pyexamples/pytorch/image-pretraining/README.mdexamples/pytorch/image-pretraining/requirements.txtexamples/pytorch/image-pretraining/run_mae.pyexamples/pytorch/image-pretraining/run_mim.pyexamples/pytorch/image-pretraining/run_mim_no_trainer.pyexamples/pytorch/instance-segmentation/README.mdexamples/pytorch/instance-segmentation/requirements.txtexamples/pytorch/instance-segmentation/run_instance_segmentation.pyexamples/pytorch/instance-segmentation/run_instance_segmentation_no_trainer.pyexamples/pytorch/language-modeling/README.mdexamples/pytorch/language-modeling/requirements.txtexamples/pytorch/language-modeling/run_clm.pyexamples/pytorch/language-modeling/run_clm_no_trainer.pyexamples/pytorch/language-modeling/run_fim.pyexamples/pytorch/language-modeling/run_fim_no_trainer.pyexamples/pytorch/language-modeling/run_mlm.pyexamples/pytorch/language-modeling/run_mlm_no_trainer.pyexamples/pytorch/language-modeling/run_plm.pyexamples/pytorch/multiple-choice/README.mdexamples/pytorch/multiple-choice/requirements.txtexamples/pytorch/multiple-choice/run_no_trainer.shexamples/pytorch/multiple-choice/run_swag.pyexamples/pytorch/multiple-choice/run_swag_no_trainer.pyexamples/pytorch/object-detection/README.mdexamples/pytorch/object-detection/requirements.txtexamples/pytorch/object-detection/run_object_detection.pyexamples/pytorch/object-detection/run_object_detection_no_trainer.pyexamples/pytorch/old_test_xla_examples.pyexamples/pytorch/question-answering/README.mdexamples/pytorch/question-answering/requirements.txtexamples/pytorch/question-answering/run_qa.pyexamples/pytorch/question-answering/run_qa_beam_search.pyexamples/pytorch/question-answering/run_qa_beam_search_no_trainer.pyexamples/pytorch/question-answering/run_qa_no_trainer.pyexamples/pytorch/question-answering/run_seq2seq_qa.pyexamples/pytorch/question-answering/trainer_qa.pyexamples/pytorch/question-answering/trainer_seq2seq_qa.pyexamples/pytorch/question-answering/utils_qa.pyexamples/pytorch/semantic-segmentation/README.mdexamples/pytorch/semantic-segmentation/requirements.txtexamples/pytorch/semantic-segmentation/run_semantic_segmentation.pyexamples/pytorch/semantic-segmentation/run_semantic_segmentation_no_trainer.pyexamples/pytorch/speech-pretraining/README.mdexamples/pytorch/speech-pretraining/requirements.txtexamples/pytorch/speech-pretraining/run_wav2vec2_pretraining_no_trainer.pyexamples/pytorch/speech-recognition/README.mdexamples/pytorch/speech-recognition/requirements.txtexamples/pytorch/speech-recognition/run_speech_recognition_ctc.pyexamples/pytorch/speech-recognition/run_speech_recognition_ctc_adapter.pyexamples/pytorch/speech-recognition/run_speech_recognition_seq2seq.pyexamples/pytorch/summarization/README.mdexamples/pytorch/summarization/requirements.txtexamples/pytorch/summarization/run_summarization.pyexamples/pytorch/summarization/run_summarization_no_trainer.pyexamples/pytorch/test_accelerate_examples.pyexamples/pytorch/test_pytorch_examples.pyexamples/pytorch/text-classification/README.mdexamples/pytorch/text-classification/requirements.txtexamples/pytorch/text-classification/run_classification.pyexamples/pytorch/text-classification/run_glue.pyexamples/pytorch/text-classification/run_glue_no_trainer.pyexamples/pytorch/text-classification/run_xnli.pyexamples/pytorch/text-generation/README.mdexamples/pytorch/text-generation/requirements.txtexamples/pytorch/text-generation/run_generation.pyexamples/pytorch/token-classification/README.mdexamples/pytorch/token-classification/requirements.txtexamples/pytorch/token-classification/run.shexamples/pytorch/token-classification/run_ner.pyexamples/pytorch/token-classification/run_ner_no_trainer.pyexamples/pytorch/token-classification/run_no_trainer.shexamples/pytorch/transformers_serve_cb_eval_job.pyexamples/pytorch/translation/README.mdexamples/pytorch/translation/requirements.txtexamples/pytorch/translation/run_translation.pyexamples/pytorch/translation/run_translation_no_trainer.pyexamples/pytorch/xla_spawn.pyexamples/quantization/custom_quantization.pyexamples/quantization/custom_quantization_int8_example.pyexamples/research_projects/README.mdexamples/run_on_remote.pyexamples/scheduler/README.mdexamples/scheduler/run_greedy.pyexamples/training/distributed_training.py