{"id":16194690,"url":"https://github.com/yasufumy/allennlp_imdb","last_synced_at":"2026-03-11T18:31:26.043Z","repository":{"id":44844548,"uuid":"189536557","full_name":"yasufumy/allennlp_imdb","owner":"yasufumy","description":"AllenNLP Startup Guide","archived":false,"fork":false,"pushed_at":"2023-04-21T22:38:04.000Z","size":331,"stargazers_count":14,"open_issues_count":2,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T03:41:45.927Z","etag":null,"topics":["allennlp","deep-learning","machine-learning","natural-language-processing","python","pytorch"],"latest_commit_sha":null,"homepage":"https://towardsdatascience.com/allennlp-startup-guide-24ffd773cd5b","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yasufumy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2019-05-31T06:00:52.000Z","updated_at":"2024-04-24T05:53:42.000Z","dependencies_parsed_at":"2024-10-27T20:17:02.307Z","dependency_job_id":"4078ed9c-6a7a-48d1-8553-a65eee73d581","html_url":"https://github.com/yasufumy/allennlp_imdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasufumy%2Fallennlp_imdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasufumy%2Fallennlp_imdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasufumy%2Fallennlp_imdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasufumy%2Fallennlp_imdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yasufumy","download_url":"https://codeload.github.com/yasufumy/allennlp_imdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244357470,"owners_count":20440334,"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":["allennlp","deep-learning","machine-learning","natural-language-processing","python","pytorch"],"created_at":"2024-10-10T08:24:34.466Z","updated_at":"2026-03-11T18:31:25.988Z","avatar_url":"https://github.com/yasufumy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A gentle guild to starting your NLP project with AllenNLP\n\n## Requirements\n\n- Pipenv\n\n## Setup\n\n```bash\ngit clone https://github.com/yasufumy/allennlp_imdb\ncd allennlp_imdb\npipenv install\npipenv shell\n```\n\n## Usage\n\nThere is a post about this repository: Click [this link](https://towardsdatascience.com/allennlp-startup-guide-24ffd773cd5b)\n\nRunning on [Colab](https://colab.research.google.com/drive/1rUAnv2AeTUdpk_VMa8cTc8nv9bOKp-Hx)\n\n\nRunning on CPU:\n\n```bash\nallennlp train \\\n    --include-package allennlp_imdb \\\n    -s /path/to/serialization \\\n    training_config/base_cpu.jsonnet\n```\n\nRunning on GPU:\n\n```bash\nallennlp train \\\n    --include-package allennlp_imdb \\\n    -s /path/to/serialization \\\n    -o '{\"trainer\": {\"cuda_device\": 0}}' \\\n    training_config/base_cpu.jsonnet\n```\n\nCreating your own configuration file:\n\n```\nallennlp configure --include-package allennlp_imdb\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasufumy%2Fallennlp_imdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasufumy%2Fallennlp_imdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasufumy%2Fallennlp_imdb/lists"}