Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ with torch.no_grad():
|
|
| 23 |
as_lists = lambda batch: [batch[i, ...].detach().cpu().numpy().tolist() for i in range(batch.shape[0])]
|
| 24 |
sequences = tokenizer.decode_batch(as_lists(tokens_batch))
|
| 25 |
```
|
| 26 |
-
Note that condition_encodings is a representation of the conditioning, which can be calculated using the dictionaries `.pt` provided in our github under `data`.
|
| 27 |
|
| 28 |
## Summary of Available Models
|
| 29 |
|
|
|
|
| 23 |
as_lists = lambda batch: [batch[i, ...].detach().cpu().numpy().tolist() for i in range(batch.shape[0])]
|
| 24 |
sequences = tokenizer.decode_batch(as_lists(tokens_batch))
|
| 25 |
```
|
| 26 |
+
Note that `condition_encodings` is a representation of the conditioning, which can be calculated using the dictionaries `.pt` provided in our github under `data`.
|
| 27 |
|
| 28 |
## Summary of Available Models
|
| 29 |
|