Add link to Cosmos Tokenizer README in NeMo repository
Browse files
README.md
CHANGED
@@ -226,6 +226,9 @@ input_tensor = torch.randn(1, 3, 512, 512).to('cuda').to(torch.bfloat16)
|
|
226 |
(indices, codes) = model.encode(input_tensor)
|
227 |
```
|
228 |
|
|
|
|
|
|
|
229 |
# Evaluation
|
230 |
|
231 |
## TokenizationPerformance Comparison
|
|
|
226 |
(indices, codes) = model.encode(input_tensor)
|
227 |
```
|
228 |
|
229 |
+
Please see the [Cosmos Tokenizer README within the NeMo repository](https://github.com/NVIDIA/NeMo/tree/main/nemo/collections/common/video_tokenizers) for additional examples to create training datasets with Cosmos Tokenizer.
|
230 |
+
|
231 |
+
|
232 |
# Evaluation
|
233 |
|
234 |
## TokenizationPerformance Comparison
|