This repository was archived by the owner on Oct 25, 2024. It is now read-only.
  
  
  - 
                Notifications
    
You must be signed in to change notification settings  - Fork 216
 
add finetuning lm_eval metric #147
          
     Merged
      
      
    
                
     Merged
            
            
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    
              
                    hshen14
  
              
              reviewed
              
                  
                    Aug 17, 2023 
                  
              
              
            
            
        
          
                workflows/chatbot/fine_tuning/instruction_tuning_pipeline/finetune_clm.py
              
                Outdated
          
            Show resolved
            Hide resolved
        
      Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com>
Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com>
              
                    hshen14
  
              
              approved these changes
              
                  
                    Aug 21, 2023 
                  
              
              
            
            
Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com>
…tel/intel-extension-for-transformers into lkk/chatbot_finetuning_metric
    
  lvliang-intel 
      pushed a commit
      that referenced
      this pull request
    
      Aug 22, 2023 
    
    
      
  
    
      
    
  
* add lm_eval metric. * support summarization task evaluation. * update doc. Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com> * update doc. Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com> * Update README.md * Update README.md * add summarization function. * add evaluation desc. Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com> --------- Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com> Co-authored-by: Haihao Shen <haihao.shen@intel.com>
    
  hshen14 
      added a commit
      that referenced
      this pull request
    
      Aug 22, 2023 
    
    
      
  
    
      
    
  
* Update NeuralChat plugins API Signed-off-by: lvliang-intel <liang1.lv@intel.com> * update safety checker and intent detection plugin Signed-off-by: lvliang-intel <liang1.lv@intel.com> * add finetuning lm_eval metric (#147) * add lm_eval metric. * support summarization task evaluation. * update doc. Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com> * update doc. Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com> * Update README.md * Update README.md * add summarization function. * add evaluation desc. Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com> --------- Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com> Co-authored-by: Haihao Shen <haihao.shen@intel.com> * remove hard print (#158) Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com> * Support PEFT model (#153) Signed-off-by: Mengni Wang <mengni.wang@intel.com> Co-authored-by: Haihao Shen <haihao.shen@intel.com> * update code for comments Signed-off-by: lvliang-intel <liang1.lv@intel.com> --------- Signed-off-by: lvliang-intel <liang1.lv@intel.com> Signed-off-by: Lv, Kaokao <kaokao.lv@intel.com> Signed-off-by: Mengni Wang <mengni.wang@intel.com> Co-authored-by: Haihao Shen <haihao.shen@intel.com> Co-authored-by: lkk <33276950+lkk12014402@users.noreply.github.com> Co-authored-by: Wang, Mengni <mengni.wang@intel.com>
  
      Sign up for free
      to subscribe to this conversation on GitHub.
      Already have an account?
      Sign in.
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Type of Change
API not changed
Description
add evaluation metrics during finetuning.