"applications/Colossal-LLaMA/README.md" did not exist on "3dbbf83f1c46ae2a3b2947e1a5925c2b8af9f7b1"
  • 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
ppo.py 10.4 KB