mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00

* llm prompting guide * updated code examples * an attempt to fix the code example tests * set seed in examples * added a doctest comment * added einops to the doc_test_job * string formatting * string formatting, again * added the toc to slow_documentation_tests.txt * minor list fix * string formatting + pipe renamed * Apply suggestions from code review Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * replaced max_length with max_new_tokens and updated the outputs to match * minor formatting fix * removed einops from circleci config * Apply suggestions from code review Co-authored-by: Lysandre Debut <hi@lysand.re> * removed einops and trust_remote_code parameter --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by: Lysandre Debut <hi@lysand.re>
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
docs/source/en/generation_strategies.md
|
|
docs/source/en/model_doc/ctrl.md
|
|
docs/source/en/task_summary.md
|
|
docs/source/en/tasks/prompting.md
|
|
src/transformers/models/blip_2/modeling_blip_2.py
|
|
src/transformers/models/ctrl/modeling_ctrl.py
|