"applications/Colossal-LLaMA-2/vscode:/vscode.git/clone" did not exist on "a41cf88e9b3e4efc93d97b62bba2a1d8cd48141d"
  1. 19 Sep, 2023 1 commit
  2. 26 Jul, 2023 1 commit
  3. 13 Jun, 2023 1 commit
    • Wenhao Chen's avatar
      [chat] refactor actor class (#3968) · 9d02590c
      Wenhao Chen authored
      * refactor: separate log_probs fn from Actor forward fn
      
      * refactor: separate generate fn from Actor class
      
      * feat: update unwrap_model and get_base_model
      * unwrap_model returns model not wrapped by Strategy
      * get_base_model returns HF model for Actor, Critic and RewardModel
      
      * feat: simplify Strategy.prepare
      
      * style: remove get_base_model method of Actor
      
      * perf: tokenize text in batches
      
      * refactor: move calc_action_log_probs to utils of model
      
      * test: update test with new forward fn
      
      * style: rename forward fn args
      
      * fix: do not unwrap model in save_model fn of naive strategy
      
      * test: add gemini test for train_prompts
      
      * fix: fix _set_default_generate_kwargs
      9d02590c
  4. 28 Mar, 2023 1 commit
  5. 24 Mar, 2023 1 commit
  6. 10 Mar, 2023 1 commit
  7. 07 Mar, 2023 1 commit
  8. 14 Feb, 2023 1 commit