"web/git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "e651be551c02073a8d5b639f1f8c1bf11d78cd82"
  1. 03 Sep, 2020 1 commit
  2. 02 Sep, 2020 2 commits
  3. 01 Sep, 2020 6 commits
  4. 27 Aug, 2020 1 commit
  5. 26 Aug, 2020 1 commit
  6. 25 Aug, 2020 1 commit
  7. 24 Aug, 2020 2 commits
  8. 21 Aug, 2020 4 commits
  9. 20 Aug, 2020 2 commits
    • Joe Davison's avatar
      add intro to nlp lib & dataset links to custom datasets tutorial (#6583) · 039d8d65
      Joe Davison authored
      * add intro to nlp lib + links
      
      * unique links...
      039d8d65
    • 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
  10. 19 Aug, 2020 1 commit
  11. 18 Aug, 2020 4 commits
  12. 17 Aug, 2020 9 commits
  13. 14 Aug, 2020 3 commits
  14. 12 Aug, 2020 3 commits