{"id":15516744,"url":"https://github.com/sferadev/fine-tuner","last_synced_at":"2025-06-27T08:34:10.291Z","repository":{"id":199329754,"uuid":"702632752","full_name":"SferaDev/fine-tuner","owner":"SferaDev","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-09T19:28:07.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T21:29:07.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SferaDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-09T17:27:34.000Z","updated_at":"2023-10-09T17:27:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7a8366e-6467-4ae3-bac6-d48e26d5f870","html_url":"https://github.com/SferaDev/fine-tuner","commit_stats":null,"previous_names":["sferadev/fine-tuner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SferaDev%2Ffine-tuner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SferaDev%2Ffine-tuner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SferaDev%2Ffine-tuner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SferaDev%2Ffine-tuner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SferaDev","download_url":"https://codeload.github.com/SferaDev/fine-tuner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246088051,"owners_count":20721618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T10:09:48.241Z","updated_at":"2025-03-28T19:29:41.438Z","avatar_url":"https://github.com/SferaDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fine-tuner\n\nA small framework to build, train and deploy fine-tuned OpenAI models.\n\n## Create a chat session\n\nYou can create a chat session by running:\n\n```bash\n$ fine-tuner chat\n```\n\nThe session will be stored in `sessions/timestamp.json` and will look like this:\n\n```json\n{\n  \"messages\": []\n}\n```\n\nYou can manually edit the sessions to add messages or change the system messages.\n\n## Create a fine-tuned model\n\nThe stored sessions can be used to create a fine-tuned model by running:\n\n```bash\n$ fine-tuner deploy\n```\n\nIf the model was deployed previously, it will be updated instead.\n\n## Refresh sessions\n\nIf you want to refresh the sessions, you can run:\n\n```bash\n$ fine-tuner refresh\n```\n\nAll function calls will be executed again and the assisant will be trained with the new data.\n\nThis is useful if you want to change a function or update the system messages.\n\n## Configuration\n\nThe configuration is stored in `config.json` and looks like this:\n\n```json\n{\n  \"model\": \"gpt-3.5-turbo\",\n  \"id\": \"fine-tune-model-id\",\n  \"system_messages\": []\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsferadev%2Ffine-tuner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsferadev%2Ffine-tuner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsferadev%2Ffine-tuner/lists"}