зеркало из https://github.com/microsoft/glue.git
added lu function
This commit is contained in:
Родитель
726839ed91
Коммит
5dcad450cb
|
@ -30,6 +30,7 @@ def create_case(output_folder):
|
|||
return output_folder, case
|
||||
|
||||
def create_df(fname):
|
||||
"""Create df from LU-file"""
|
||||
df = pd.DataFrame(columns=['intent', 'text'])
|
||||
intents = []
|
||||
texts = []
|
||||
|
|
Загрузка…
Ссылка в новой задаче