Skip to content

Commit 958b293

Browse files
Add model weights via Git LFS
1 parent 6fb441c commit 958b293

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pt filter=lfs diff=lfs merge=lfs -text

modalx_v2/.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# ModalX v2 Git Ignore
22

3-
# Model weights (too large for GitHub)
4-
*.pt
5-
*.pth
6-
*.h5
7-
*.onnx
8-
weights/*.pt
3+
# Note: .pt files are tracked by Git LFS, not ignored
94

105
# Python
116
__pycache__/
127
*.py[cod]
138
*$py.class
149
.Python
1510
*.so
11+
__pycache__/
12+
*.py[cod]
13+
*$py.class
14+
.Python
15+
*.so
1616
.eggs/
1717
*.egg-info/
1818
.env

modalx_v2/weights/content_bert.pt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:67fbf6c09abadeffb08bd68d32e7c32c57175138a0e9aaf74d8d4188615db45d
3+
size 269831219
-11.6 MB
Binary file not shown.

modalx_v2/weights/gesture_stgcn.pt

-6.67 MB
Binary file not shown.

0 commit comments

Comments
 (0)