dle666 commited on
Commit
41f21df
1 Parent(s): 45ba816

Rename modeling_internlm_xcomposer2.py to modeling_rcot7b.py

Browse files
modeling_internlm_xcomposer2.py → modeling_rcot7b.py RENAMED
@@ -46,7 +46,7 @@ from .modeling_internlm2 import (InternLM2_INPUTS_DOCSTRING, InternLM2Model,
46
  _CONFIG_FOR_DOC = 'InternLMXcomposer2Config'
47
 
48
 
49
- class InternLMXComposer2ForCausalLM(InternLM2PreTrainedModel):
50
  _auto_class = 'AutoModelForCausalLM'
51
 
52
  _tied_weights_keys = ['output.weight']
 
46
  _CONFIG_FOR_DOC = 'InternLMXcomposer2Config'
47
 
48
 
49
+ class RCoTForCausalLM7B(InternLM2PreTrainedModel):
50
  _auto_class = 'AutoModelForCausalLM'
51
 
52
  _tied_weights_keys = ['output.weight']