Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to fine tuning codetf to generate json rule code. #38

Open
CharellKing opened this issue Jun 25, 2023 · 1 comment
Open

I want to fine tuning codetf to generate json rule code. #38

CharellKing opened this issue Jun 25, 2023 · 1 comment

Comments

@CharellKing
Copy link

How can I customize my dataset? this is the snippet of json.

{
"type": "page",
"body": {
"type": "collapse-group",
"activeKey": [
"1"
],
"body": [
{
"type": "collapse",
"key": "1",
"header": "title 1",
"body": "this is content 1"
},
{
"type": "collapse",
"key": "2",
"header": "title 2",
"body": "this is content 2"
},
{
"type": "collapse",
"key": "3",
"header": "title 3",
"body": "this is content 3"
}
]
}
}

@bdqnghi
Copy link
Contributor

bdqnghi commented Jul 6, 2023

i'm not very sure, can your dataset be converted into some sequence format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants