CodeTF icon indicating copy to clipboard operation
CodeTF copied to clipboard

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

Open CharellKing opened this issue 1 year ago • 1 comments

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" } ] } }

CharellKing avatar Jun 25 '23 15:06 CharellKing