You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## if config of json not support chinese when the labels use chinese like that then result in error as followed
1.config
{
"task_name": "ScenicAreaInformationClassification",
"task_type": "multilabel_classification",
"dataset": {
"label_column": "labels",
"label_separator": ", ",
"delimiter": ","
},
"model": {
"provider": "openai",
"name": "gpt-3.5-turbo"
},
"prompt": {
"task_guidelines": "You are an expert at providing one or more correct content classifications based on the text.\nYour job is to accurately label the provided input example with one or more of the following categories:\n{labels}",
"output_guidelines": "You will return the answer as a comma separated list of labels sorted in alphabetical order. For example: \"label1, label2, label3\"",
"labels": [
"大山",
"森林",
"海洋"
],
"few_shot_examples": "D:\\graphRag\\graph-re\\label\\seed.csv",
"few_shot_selection": "semantic_similarity",
"few_shot_num": 5,
"example_template": "Input: {example}\nOutput: {labels}"
}
}
## if config of json not support chinese when the labels use chinese like that then result in error as followed
1.config
2.code
3.result:
The text was updated successfully, but these errors were encountered: