retiredcarboxyl commited on
Commit
2335d22
1 Parent(s): 822a11c

updated chat2eco.py

Browse files
modeling_HelpingAI.py → modeling_Chat2Eco.py RENAMED
@@ -1,4 +1,4 @@
1
- """ HelpingAI model . """
2
  from typing import Optional, Tuple, Union
3
  import math
4
 
@@ -664,7 +664,3 @@ class HelpingAIForCausalLM(HelpingAIPreTrainedModel):
664
  ),
665
  )
666
  return reordered_past
667
-
668
-
669
- HelpingAIConfig.register_for_auto_class()
670
- HelpingAIForCausalLM.register_for_auto_class("AutoModelForCausalLM")
 
1
+ """ Chat2Eco . """
2
  from typing import Optional, Tuple, Union
3
  import math
4
 
 
664
  ),
665
  )
666
  return reordered_past