{"id":18445255,"url":"https://github.com/adapter-hub/hub","last_synced_at":"2025-04-08T00:31:37.812Z","repository":{"id":43889998,"uuid":"271332189","full_name":"adapter-hub/Hub","owner":"adapter-hub","description":"ARCHIVED. Please use https://docs.adapterhub.ml/huggingface_hub.html || 🔌 A central repository collecting pre-trained adapter modules","archived":true,"fork":false,"pushed_at":"2024-05-26T12:34:40.000Z","size":848,"stargazers_count":68,"open_issues_count":0,"forks_count":43,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-02T09:31:44.945Z","etag":null,"topics":["adapter-hub","adapters","natural-language-processing","nlp"],"latest_commit_sha":null,"homepage":"https://adapterhub.ml/explore","language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adapter-hub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-06-10T16:42:14.000Z","updated_at":"2024-09-25T08:59:44.000Z","dependencies_parsed_at":"2024-05-07T21:44:09.950Z","dependency_job_id":null,"html_url":"https://github.com/adapter-hub/Hub","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/adapter-hub%2FHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adapter-hub%2FHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adapter-hub%2FHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adapter-hub%2FHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adapter-hub","download_url":"https://codeload.github.com/adapter-hub/Hub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755332,"owners_count":20990616,"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":["adapter-hub","adapters","natural-language-processing","nlp"],"created_at":"2024-11-06T07:05:21.724Z","updated_at":"2025-04-08T00:31:34.570Z","avatar_url":"https://github.com/adapter-hub.png","language":"YAML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## IMPORTANT NOTE\n\n**Contributing new adapters via this repository is no longer supported.**\nPlease upload all new adapters to HuggingFace's Model Hub as described in https://docs.adapterhub.ml/huggingface_hub.html.\n\nThis repository will be kept available as an archive of existing contributed adapters.\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"resources/adapter-bert.png\" width=\"100\"/\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eAdapterHub\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003e\n    \u003ca href=\"https://adapterhub.ml\"\u003eWebsite\u003c/a\u003e\n    \u0026nbsp; • \u0026nbsp;\n    \u003ca href=\"https://docs.adapterhub.ml\"\u003eDocumentation\u003c/a\u003e\n    \u0026nbsp; • \u0026nbsp;\n    \u003ca href=\"https://github.com/adapter-hub/adapter-transformers\"\u003eLibrary\u003c/a\u003e\n\u003c/h3\u003e\n\nYou have just found _\"the Hub\"_, the central GitHub repository collecting all adapter modules available via the _AdapterHub_ platform.\n\n📍 If you're here because you would like to add you own adapter to _AdapterHub_: Great! This is exactly the place to go! Refer to [our documentation](https://docs.adapterhub.ml/contributing.html) on how to get started.\n\n🔎 If you're searching for the code of _AdapterHub_: Please go to https://github.com/adapter-hub/adapter-transformers.\n\n❓ If you're here but don't know what all of the above is about: No problem! Check out our website at https://adapterhub.ml and our documentation at https://docs.adapterhub.ml to learn about _AdapterHub_ and to get started.\n\n## Structure of this Repository\n\nThis repository is divided into the following subfolders:\n\n- `TEMPLATES` contains templates for all different YAML info cards in this repository. We highly recommend you to use one of the available templates when adding your adapter, architecture, task etc. _Auto-generated, do not modify anything here!_\n\n- `adapter_types` contains info cards for all types of adapters supported by our framework\n\n- `adapters` is the place where all adapter info cards should go\n\n- `architectures` contains info cards for all available adapter architectures. Add your own architecture here!\n\n- `dist` contains generated files for adapters and architectures. _Auto-generated, do not modify anything here!_\n\n- `scripts` contains script for validating the submitted adapters and info cards\n\n- `subtasks` contains info cards for all available subtasks\n\n- `tasks` contains info cards for all available tasks\n\n## How To Contribute\n\nRefer to [the step-by-step guides in our documentation](https://docs-legacy.adapterhub.ml/hub_contributing.html) on how to contribute your adapters to the Hub.\n\nOur [template files](https://github.com/Adapter-Hub/Hub/tree/master/TEMPLATES) are a good way to get started with any contribution to this repo.\n\n### AdapterHub CLI\n\nThe AdapterHub CLI provides command-line tools to help you contributing to the Hub, such as packaging adapters or validating filled-out yaml files.\n\nTo install the CLI from the cloned repository, you can run the following in this folder:\n```\npip install -U ./scripts/.\n```\nAlternatively, you can install the CLI using:\n```\npip install -U git+https://github.com/adapter-hub/hub.git#subdirectory=scripts\n```\n\nNow you can use the pack `pack` command to interactively prepare your adapters for upload and submission to the Hub:\n```\nadapter-hub-cli pack \u003cfolder_with_models_or_adapters\u003e\n```\n\nTo validate yaml files, run:\n```\nadapter-hub-cli check path/to/adapter.yaml\n```\n\nRead more about the AdapterHub CLI [in the documentation](https://docs-legacy.adapterhub.ml/hub_contributing.html).\n\n\n## Citation\n\nPlease cite our paper when using _AdapterHub_ for your work:\n\n```\n@inproceedings{pfeiffer2020AdapterHub,\n    title={{AdapterHub: A Framework for Adapting Transformers}},\n    author={Jonas Pfeiffer and\n            Andreas R\\\"uckl\\'{e} and\n            Clifton Poth and\n            Aishwarya Kamath and\n            Ivan Vuli\\'{c} and\n            Sebastian Ruder and\n            Kyunghyun Cho and\n            Iryna Gurevych},\n    booktitle={Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP 2020): Systems Demonstrations},\n    year={2020},\n    address = \"Online\",\n    publisher = \"Association for Computational Linguistics\",\n    url = \"https://www.aclweb.org/anthology/2020.emnlp-demos.7\",\n    pages = \"46--54\",\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadapter-hub%2Fhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadapter-hub%2Fhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadapter-hub%2Fhub/lists"}