{"id":20049688,"url":"https://github.com/esmail-ibraheem/tal","last_synced_at":"2025-05-05T11:30:59.695Z","repository":{"id":224931448,"uuid":"764626168","full_name":"Esmail-ibraheem/TAL","owner":"Esmail-ibraheem","description":"I developed a Python library for transformers, leveraging the architecture I previously designed. With this library, users can freely install and utilize the transformer architecture.","archived":false,"fork":false,"pushed_at":"2024-04-16T07:09:13.000Z","size":144,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T21:41:58.907Z","etag":null,"topics":["library","machine-learning","pytorch","transformer"],"latest_commit_sha":null,"homepage":"","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/Esmail-ibraheem.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":"2024-02-28T12:26:27.000Z","updated_at":"2024-04-02T13:26:03.000Z","dependencies_parsed_at":"2024-03-04T06:44:37.907Z","dependency_job_id":"576898a7-6d57-4b17-9755-e1e2aa1ec4df","html_url":"https://github.com/Esmail-ibraheem/TAL","commit_stats":null,"previous_names":["esmail-ibraheem/transformer-architecture-library"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esmail-ibraheem%2FTAL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esmail-ibraheem%2FTAL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esmail-ibraheem%2FTAL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esmail-ibraheem%2FTAL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Esmail-ibraheem","download_url":"https://codeload.github.com/Esmail-ibraheem/TAL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252488927,"owners_count":21756238,"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":["library","machine-learning","pytorch","transformer"],"created_at":"2024-11-13T11:51:46.041Z","updated_at":"2025-05-05T11:30:59.372Z","avatar_url":"https://github.com/Esmail-ibraheem.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transformer Architecture Library\n![image](https://github.com/Esmail-ibraheem/transformer-architecture-library/assets/113830751/8552eab6-0b7b-496b-848e-12b0476a7820)\n\n\nI developed a Python library for transformers, leveraging the architecture I previously designed. With this library, users can freely install and utilize the transformer architecture.\n\n---\n\n1. Create a Directory Structure: Start by creating a directory structure for your package, For instance:\n   - create a folder called transformer_package, then save this files in the folder.\n    ```bash\n    my_transformer_package/\n    ├── my_transformer/\n    │   ├── __init__.py\n    │   ├── transformer.py\n    └── setup.py\n\n    ```\n2. the setup.py: This file is used to define metadata about your package and how to install it. Here's a minimal example, you can change it for example the version:\n   ```python\n   from setuptools import setup, find_packages\n\n   setup(\n       name='transformer_lib',\n       version='0.1',\n       packages=find_packages(),\n       install_requires=[\n           'torch\u003e=1.6.0',\n       ],\n       python_requires='\u003e=3.6',\n   )\n\n   ```\n3. After installing the repo, go to the terminal and type:\n   ```bash\n   pip install .\n   ```\n3. And then, run the test file.\n   ### Now you should be able to use the transformer architecture in any python file you build.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesmail-ibraheem%2Ftal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesmail-ibraheem%2Ftal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesmail-ibraheem%2Ftal/lists"}