ttransformersSource ↗
140 indexed repository paths from examples.

examples files

This index covers 140 source-grounded paths. Search matches file and directory names through D1 FTS5/BM25.

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