Emaad commited on
Commit
7459866
1 Parent(s): a77da45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -48,9 +48,10 @@ generation you should look at model like GPT2.
48
 
49
  ### How to use
50
 
51
- ```
52
 
53
- Here is how to use this model to get the features of a given text in PyTorch:
 
54
 
55
  ```python
56
  configs = OmegaConf.load(configs/config.yaml);
 
48
 
49
  ### How to use
50
 
51
+ The full codebase is available on [GitHub](https://github.com/BoHuangLab/CELL-E_2).
52
 
53
+ ```
54
+ Here is how to use this model to do sequence prediction:
55
 
56
  ```python
57
  configs = OmegaConf.load(configs/config.yaml);