Update README.md
Browse files
README.md
CHANGED
|
@@ -58,11 +58,8 @@ CLSS is trained with a **CLIP-style contrastive objective**, aligning:
|
|
| 58 |
|
| 59 |
This Hugging Face repository contains multiple PyTorch Lightning checkpoints, differing only in **embedding dimensionality**:
|
| 60 |
|
| 61 |
-
- `
|
| 62 |
-
- `
|
| 63 |
-
- `h32_r10.lckpt` → 32-dimensional embeddings (paper default)
|
| 64 |
-
- `h64_r10.lckpt` → 64-dimensional embeddings
|
| 65 |
-
- `h128_r10.lckpt` → 128-dimensional embeddings
|
| 66 |
|
| 67 |
---
|
| 68 |
|
|
|
|
| 58 |
|
| 59 |
This Hugging Face repository contains multiple PyTorch Lightning checkpoints, differing only in **embedding dimensionality**:
|
| 60 |
|
| 61 |
+
- `CLSS-full.lckpt` → Trained exclusively on full sequences
|
| 62 |
+
- `CLSS-sub.lckpt` → Trained with subsequences
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
---
|
| 65 |
|