guyyanai commited on
Commit
7b9a4b4
·
verified ·
1 Parent(s): ee1862c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
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
- - `h8_r10.lckpt` 8-dimensional embeddings
62
- - `h16_r10.lckpt` → 16-dimensional embeddings
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