Justus-Jonas commited on
Commit
11beae9
·
1 Parent(s): 7d050cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -6,6 +6,11 @@ Imaginary Embeddings utilize Curved Contrastive Learning (see paper [Imagination
6
 
7
  This model does not use speaker tokens and was evaluated in the Long-Term planning and sequence modeling experiments.
8
 
 
 
 
 
 
9
  ## Usage Sequence Modeling:
10
 
11
  ```python
 
6
 
7
  This model does not use speaker tokens and was evaluated in the Long-Term planning and sequence modeling experiments.
8
 
9
+ ## setup
10
+ ```bash
11
+ python -m pip install imaginaryNLP
12
+ ```
13
+
14
  ## Usage Sequence Modeling:
15
 
16
  ```python