{"id":17250665,"url":"https://github.com/statusfailed/catgpt","last_synced_at":"2025-09-19T00:13:50.532Z","repository":{"id":230559871,"uuid":"775908010","full_name":"statusfailed/catgpt","owner":"statusfailed","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-19T11:39:35.000Z","size":57,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T05:17:47.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/statusfailed.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-22T09:34:56.000Z","updated_at":"2024-05-25T04:27:51.000Z","dependencies_parsed_at":"2024-04-05T11:15:19.924Z","dependency_job_id":null,"html_url":"https://github.com/statusfailed/catgpt","commit_stats":null,"previous_names":["statusfailed/catgpt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fcatgpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fcatgpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fcatgpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fcatgpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statusfailed","download_url":"https://codeload.github.com/statusfailed/catgpt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824694,"owners_count":21167345,"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-15T06:49:16.846Z","updated_at":"2025-09-19T00:13:45.470Z","avatar_url":"https://github.com/statusfailed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# catgpt\n\nA GPT model implemented with [catgrad](https://github.com/statusfailed/catgrad).\n\nNOTE: requires `catgrad 0.2.0`\n\n# Run\n\nInstall dependencies\n\n    python -m venv venv\n    source venv/bin/activate\n    pip install torch catgpt==0.2.0\n\nGet some pretrained model weights:\n\n    ./get_weights.sh\n\nGenerate some text\n\n    python generate.py\n\n# Architecture\n\nThe architecture is a **very** stripped-down [nanoGPT](https://github.com/karpathy/nanoGPT).\nSeveral layers have been removed which impact the quality of generated text.\nIn order of importance, the removed layers are:\n\n- [ ] Positional encodings (!)\n- [ ] self-attention output layer\n- [ ] `FeedForward` after attention in each `block`\n- [ ] Learnable layer norm weights\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusfailed%2Fcatgpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatusfailed%2Fcatgpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusfailed%2Fcatgpt/lists"}