怎么把自家的知识转变成可以调用的格式? #428
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#428
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
老师,怎么能把自家的问答以及知识文档变成教程里的可以读取的json文件?格式跟train_zh类似
先分析下json的结构,将回答和知识文档和json中的字段进行一一对应(不对应的可以稍微改动下),然后将数据做下转换就行,具体可以参考下python转换json的一些代码。