gajeshladhar commited on
Commit
6ebf0ed
·
verified ·
1 Parent(s): 2d4f154

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -150,7 +150,7 @@ Get hands-on with **Core-JEPA**. Select a tutorial below to open it directly in
150
  <td>Load Core-JEPA weights, visualize embeddings via <strong>PCA</strong>, and perform a distribution analysis to verify Gaussian Isotropy.</td>
151
  <td>
152
  <a href="https://colab.research.google.com/drive/1tVd0bICVPq28jxEMAw5M1pNJ852BHBP_">
153
- <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
154
  </a>
155
  </td>
156
  </tr>
@@ -159,7 +159,7 @@ Get hands-on with **Core-JEPA**. Select a tutorial below to open it directly in
159
  <td>Reproduce results on downstream tasks. Trains a <strong>Linear Probe</strong> on the AID dataset to verify the >96% accuracy against DINOv3.</td>
160
  <td>
161
  <a href="https://colab.research.google.com/drive/1HUdMoCMJthp2Ge9E67WrZ0FRyQwZR67h">
162
- <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
163
  </a>
164
  </td>
165
  </tr>
@@ -168,7 +168,7 @@ Get hands-on with **Core-JEPA**. Select a tutorial below to open it directly in
168
  <td>Implementation of the original <strong>LeJEPA</strong> paper recipe. Focuses exclusively on <strong>Global Loss</strong> minimization using SIGReg.</td>
169
  <td>
170
  <a href="https://colab.research.google.com/drive/1dD1LTy_uDDNzy9eRnRE4hJysd_udyvlT">
171
- <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
172
  </a>
173
  </td>
174
  </tr>
@@ -177,7 +177,7 @@ Get hands-on with **Core-JEPA**. Select a tutorial below to open it directly in
177
  <td>Our custom <strong>Core-JEPA</strong> recipe. Extends LeJEPA by adding <strong>Local Loss</strong> (on all tokens) and <strong>Gram Anchoring</strong> for dense feature learning.</td>
178
  <td>
179
  <a href="https://colab.research.google.com/drive/18H0rzLktNQsF8tZbIiQX90q_vS9lV7Di">
180
- <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
181
  </a>
182
  </td>
183
  </tr>
 
150
  <td>Load Core-JEPA weights, visualize embeddings via <strong>PCA</strong>, and perform a distribution analysis to verify Gaussian Isotropy.</td>
151
  <td>
152
  <a href="https://colab.research.google.com/drive/1tVd0bICVPq28jxEMAw5M1pNJ852BHBP_">
153
+ <img src="https://img.shields.io/badge/Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252" alt="Open In Colab"/>
154
  </a>
155
  </td>
156
  </tr>
 
159
  <td>Reproduce results on downstream tasks. Trains a <strong>Linear Probe</strong> on the AID dataset to verify the >96% accuracy against DINOv3.</td>
160
  <td>
161
  <a href="https://colab.research.google.com/drive/1HUdMoCMJthp2Ge9E67WrZ0FRyQwZR67h">
162
+ <img src="https://img.shields.io/badge/Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252" alt="Open In Colab"/>
163
  </a>
164
  </td>
165
  </tr>
 
168
  <td>Implementation of the original <strong>LeJEPA</strong> paper recipe. Focuses exclusively on <strong>Global Loss</strong> minimization using SIGReg.</td>
169
  <td>
170
  <a href="https://colab.research.google.com/drive/1dD1LTy_uDDNzy9eRnRE4hJysd_udyvlT">
171
+ <img src="https://img.shields.io/badge/Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252" alt="Open In Colab"/>
172
  </a>
173
  </td>
174
  </tr>
 
177
  <td>Our custom <strong>Core-JEPA</strong> recipe. Extends LeJEPA by adding <strong>Local Loss</strong> (on all tokens) and <strong>Gram Anchoring</strong> for dense feature learning.</td>
178
  <td>
179
  <a href="https://colab.research.google.com/drive/18H0rzLktNQsF8tZbIiQX90q_vS9lV7Di">
180
+ <img src="https://img.shields.io/badge/Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252" alt="Open In Colab"/>
181
  </a>
182
  </td>
183
  </tr>