Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PaddlePaddle/ERNIE
/ sft
Method
sft
data_processor/utils/processor_base.py:69–76 ·
view source on GitHub ↗
sft mode
(self)
Source
from the content-addressed store, hash-verified
67
return
self
68
69
def
sft(self):
70
""
"
71
sft mode
72
""
"
73
for
i in self.get_processors():
74
i.sft()
75
self.is_pretraining = False
76
return
self
77
78
def
get_processors(self):
79
""
"
Callers
1
_init_mm_model
Method · 0.80
Calls
1
get_processors
Method · 0.95
Tested by
no test coverage detected