"llm/vscode:/vscode.git/clone" did not exist on "84ed77cbd816ae98022b7a0dd4b16b9a37b4f65a"
  1. 03 Mar, 2020 3 commits
    • Patrick von Platen's avatar
      Add generate() functionality to TF 2.0 (#3063) · 41341003
      Patrick von Platen authored
      * add first copy past test to tf 2 generate
      
      * add tf top_k_top_p_filter fn
      
      * add generate function for TF
      
      * add generate function for TF
      
      * implemented generate for all models expect transfoXL
      
      * implemented generate for all models expect transfoXL
      
      * implemented generate for all models expect transfoXL
      
      * make style
      
      * change permission of test file to correct ones
      
      * delete ipdb
      
      * delete ipdb
      
      * fix bug and finish simple gpt2 integration test
      
      * clean test file
      
      * clean test file
      
      * make style
      
      * make style
      
      * make style
      
      * make style
      
      * change import style
      
      * change import style
      
      * make style
      
      * make style
      
      * add decorators
      
      * add decorators
      
      * fix tf ctrl bug dim => axis in TF
      
      * make style
      
      * make style
      
      * refactored test file
      
      * refactored test file
      
      * take out test_torch_tf_conversion if nothing is defined
      
      * take out test_torch_tf_conversion if nothing is defined
      
      * remove useless files
      
      * remove useless files
      
      * fix conflicts
      
      * fix conflicts
      
      * fix conflicts
      
      * fix conflicts
      
      * fix conflicts
      
      * solve conflicts
      
      * solve conflicts
      
      * fix conflicts
      
      * fix conflicts
      
      * merge conflicts
      
      * delete ipdb
      
      * exposed top_k_top_p_filtering fns
      
      * delete weirdly created w! file
      
      * add comment to test tf common modeling
      
      * fix conflicts
      
      * fix conflicts
      
      * make style
      
      * merge conflicts
      
      * make style
      
      * change tf.tensor.shape to shape_list(tensor)
      41341003
    • ali safaya's avatar
      bert-base-arabic model card · b31f7150
      ali safaya authored
      b31f7150
    • Davide Fiocco's avatar
      Don't crash if fine-tuned model doesn't end with a number (#3099) · c0c7ec34
      Davide Fiocco authored
      That's the same fix applied in https://github.com/huggingface/transformers/issues/2258 , but for the GLUE example
      c0c7ec34
  2. 02 Mar, 2020 11 commits
  3. 01 Mar, 2020 3 commits
  4. 29 Feb, 2020 2 commits
    • Julien Chaumond's avatar
      [ci] Fixup e36bd943 · d6ef587a
      Julien Chaumond authored
      d6ef587a
    • Julien Chaumond's avatar
      [ci] Run all tests on (self-hosted) GPU (#3020) · e36bd943
      Julien Chaumond authored
      * Create self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * do not run slow tests, for now
      
      * [ci] For comparison with circleci, let's also run CPU-tests
      
      * [ci] reorganize
      
      * clearer filenames
      
      * [ci] Final tweaks before merging
      
      * rm slow tests on circle ci
      
      * Trigger CI
      
      * On GPU this concurrency was way too high
      e36bd943
  5. 27 Feb, 2020 6 commits
  6. 26 Feb, 2020 8 commits
  7. 25 Feb, 2020 7 commits