{"id":24818596,"url":"https://github.com/kempnerinstitute/tatm","last_synced_at":"2025-10-13T19:30:31.957Z","repository":{"id":258253213,"uuid":"843098407","full_name":"KempnerInstitute/tatm","owner":"KempnerInstitute","description":"Python Package for the Kempner AI Testbed","archived":false,"fork":false,"pushed_at":"2025-03-14T18:48:13.000Z","size":6463,"stargazers_count":5,"open_issues_count":6,"forks_count":0,"subscribers_count":6,"default_branch":"dev","last_synced_at":"2025-04-06T15:28:30.684Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://kempnerinstitute.github.io/tatm/","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/KempnerInstitute.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-08-15T19:23:19.000Z","updated_at":"2025-03-14T13:52:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"19368a4f-fe80-432c-be1b-5d02dc767ef1","html_url":"https://github.com/KempnerInstitute/tatm","commit_stats":null,"previous_names":["kempnerinstitute/tatm"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/KempnerInstitute/tatm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KempnerInstitute%2Ftatm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KempnerInstitute%2Ftatm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KempnerInstitute%2Ftatm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KempnerInstitute%2Ftatm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KempnerInstitute","download_url":"https://codeload.github.com/KempnerInstitute/tatm/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KempnerInstitute%2Ftatm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016920,"owners_count":26085888,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-01-30T17:09:05.007Z","updated_at":"2025-10-13T19:30:30.698Z","avatar_url":"https://github.com/KempnerInstitute.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `tatm` Kempner AI Testbed Library\n\n`tatm` (**T**ransformer **A**ssistive **T**estbed **M**odule) is a Python library that provides a set of tools to assist in the development of transformer-based (and other architecture) models for foundation model research on on-premise clusters. It currently provides an interface for accessing and manipulating data, and in the future will include features for training models and evaluating models. The library is designed to be modular and extensible, allowing for easy integration of new models, datasets, and training frameworks.\n\n## Documentation\n\n[![Documentation Status](https://readthedocs.org/projects/tatm/badge/?version=latest)](https://tatm.readthedocs.io/en/latest/?badge=latest)\n\n- [Stable Version Documentation](https://tatm.readthedocs.io/en/latest/index.html)\n   - [Getting Started](https://tatm.readthedocs.io/en/latest/getting_started.html)\n   - [Example Working with a Text Dataset](https://tatm.readthedocs.io/en/latest/text_dataset.html)\n\n- [Nightly Version Documentation](https://kempnerinstitute.github.io/tatm/)\n   - [Getting Started](https://kempnerinstitute.github.io/tatm/getting_started.html)\n   - [Example Working with a Text Dataset](https://kempnerinstitute.github.io/tatm/text_dataset.html)\n\n## Installation\n\n### Requirements\n\n- Python 3.10 is the minimum supported version. \n\n- `tatm` depends on pytorch, which depends on CUDA. It is recommended to pre-install both pytorch and CUDA prior to installing `tatm`. Instructions for installing pytorch can be found [here](https://pytorch.org/get-started/locally/).\n\n### Installation\n\n#### Installing from GitHub\n\nTo install the latest stable version of `tatm` from GitHub, run the following command:\n\n```bash\npip install git+ssh://git@github.com/KempnerInstitute/tatm.git@main\n```\n\nTo install the latest development version of `tatm` from GitHub, run the following command:\n\n```bash\npip install git+ssh://git@github.com/KempnerInstitute/tatm.git@dev\n```\n\nFor a specific past version of `tatm`, replace `main` or `dev` with the desired version number (i.e. `v0.1.0`).\n\n#### Installing from PyPI\n\nThe package is not yet available on PyPI. Stay tuned for updates!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkempnerinstitute%2Ftatm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkempnerinstitute%2Ftatm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkempnerinstitute%2Ftatm/lists"}