1. 28 Sep, 2020 1 commit
  2. 22 Sep, 2020 1 commit
  3. 01 Sep, 2020 1 commit
  4. 20 Aug, 2020 1 commit
    • Romain Rigaux's avatar
      Docs copy button misses ... prefixed code (#6518) · cabfdfaf
      Romain Rigaux authored
      Tested in a local build of the docs.
      
      e.g. Just above https://huggingface.co/transformers/task_summary.html#causal-language-modeling
      
      Copy will copy the full code, e.g.
      
      for token in top_5_tokens:
           print(sequence.replace(tokenizer.mask_token, tokenizer.decode([token])))
      
      Instead of currently only:
      
      for token in top_5_tokens:
      
      
      >>> for token in top_5_tokens:
      ...     print(sequence.replace(tokenizer.mask_token, tokenizer.decode([token])))
      Distilled models are smaller than the models they mimic. Using them instead of the large versions would help reduce our carbon footprint.
      Distilled models are smaller than the models they mimic. Using them instead of the large versions would help increase our carbon footprint.
      Distilled models are smaller than the models they mimic. Using them instead of the large versions would help decrease our carbon footprint.
      Distilled models are smaller than the models they mimic. Using them instead of the large versions would help offset our carbon footprint.
      Distilled models are smaller than the models they mimic. Using them instead of the large versions would help improve our carbon footprint.
      
      Docs for the option fix:
      https://sphinx-copybutton.readthedocs.io/en/latest/
      cabfdfaf
  5. 06 Jul, 2020 1 commit
  6. 29 Jun, 2020 1 commit
  7. 25 Jun, 2020 1 commit
  8. 23 Jun, 2020 1 commit
  9. 02 Jun, 2020 1 commit
  10. 22 May, 2020 1 commit
  11. 13 May, 2020 1 commit
  12. 07 May, 2020 1 commit
  13. 06 Apr, 2020 1 commit
  14. 30 Mar, 2020 1 commit
  15. 24 Mar, 2020 1 commit
  16. 25 Feb, 2020 1 commit
    • Lysandre Debut's avatar
      Adding usage examples for common tasks (#2850) · 65e7c90a
      Lysandre Debut authored
      * Usage: Sequence Classification & Question Answering
      
      * Pipeline example
      
      * Language modeling
      
      * TensorFlow code for Sequence classification
      
      * Custom TF/PT toggler in docs
      
      * QA + LM for TensorFlow
      
      * Finish Usage for both PyTorch and TensorFlow
      
      * Addressing Julien's comments
      
      * More assertive
      
      * cleanup
      
      * Favicon
      - added favicon option in conf.py along with the favicon image
      - udpated 馃
      
       logo. slightly smaller and should appear more consistent across editing programs (no more tongue on the outside of the mouth)
      Co-authored-by: default avatarjoshchagani <joshua@joshuachagani.com>
      65e7c90a
  17. 24 Feb, 2020 1 commit
  18. 19 Feb, 2020 1 commit
  19. 31 Jan, 2020 2 commits
  20. 06 Jan, 2020 2 commits
  21. 23 Dec, 2019 1 commit
  22. 20 Dec, 2019 1 commit
  23. 13 Dec, 2019 1 commit
  24. 03 Dec, 2019 1 commit
  25. 26 Nov, 2019 1 commit
  26. 11 Oct, 2019 1 commit
  27. 09 Oct, 2019 1 commit
  28. 26 Sep, 2019 2 commits
  29. 06 Sep, 2019 1 commit
  30. 04 Sep, 2019 1 commit
  31. 11 Jul, 2019 1 commit
  32. 09 Jul, 2019 2 commits
  33. 08 Jul, 2019 1 commit
  34. 05 Jul, 2019 1 commit