Pinaka-ai / SchemaBottleneck

0 stars 0 forks source link

dataset commit #10

Closed parth166 closed 6 months ago

parth166 commented 6 months ago

Script to create a dataset and the uploaded dataset.

1: create_sft_data.py file is a general file to create datasets based on moral stories.

2: Dependency (need a gpt config file which I haven't shared but will define it here and can be updated later in readme) gpt_config.json: { "api_key": "", "api_base": "https://api.openai.com/v1/chat/completions", "model": "gpt-3.5-turbo-0125", "max_tokens": 500, "temperature": 1.0 }

nightlessbaron commented 6 months ago

LGTM! Subsequent TODO added in #12