File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# beast
2
+
3
+ ![ GitHub] ( https://img.shields.io/github/license/paninski-lab/beast )
4
+ ![ PyPI] ( https://img.shields.io/pypi/v/py-beast )
5
+
2
6
** Be** havioral ** a** nalysis via ** s** elf-supervised pretraining of ** t** ransformers
3
7
4
8
` beast ` is a package for pretraining vision transformers on unlabeled data to provide backbones
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ requires = ["poetry-core>=2.0.0"]
3
3
build-backend = " poetry.core.masonry.api"
4
4
5
5
[project ]
6
- name = " beast"
7
- version = " 1.0 .0" # Update the version according to your source
6
+ name = " beast-backbones "
7
+ version = " 1.1 .0" # Update the version according to your source
8
8
description = " Behavioral analysis via self-supervised pretraining of transformers"
9
9
license = " MIT"
10
10
readme = " README.md"
@@ -52,6 +52,9 @@ documentation = "https://github.com/paninski-lab/beast"
52
52
[tool .poetry .dependencies ]
53
53
python = " >=3.10,<3.13"
54
54
55
+ [tool .poetry ]
56
+ packages = [{ include = " beast" }]
57
+
55
58
[tool .poetry .scripts ]
56
59
beast = " beast.cli.main:main"
57
60
You can’t perform that action at this time.
0 commit comments