Add link to NeMo Cosmos Tokenizer directory
Browse files
README.md
CHANGED
@@ -223,6 +223,8 @@ input_tensor = torch.randn(1, 3, 512, 512).to('cuda').to(torch.bfloat16)
|
|
223 |
(latent, ) = model.encode(input_tensor)
|
224 |
```
|
225 |
|
|
|
|
|
226 |
# Evaluation
|
227 |
|
228 |
## TokenizationPerformance Comparison
|
|
|
223 |
(latent, ) = model.encode(input_tensor)
|
224 |
```
|
225 |
|
226 |
+
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 the Cosmos Tokenizers.
|
227 |
+
|
228 |
# Evaluation
|
229 |
|
230 |
## TokenizationPerformance Comparison
|