jsunn-y commited on
Commit
1fe8431
·
verified ·
1 Parent(s): 6d75398

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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