Spaces:
Running
Running
File size: 127 Bytes
5b1a4f3 |
1 2 3 4 5 6 |
# nlp_encoder/nlp_encoder.py
class NLPEcoder:
def __init__(self, config_path):
# 初始化代码
pass
|