abhinadduri commited on
Commit
44f802d
·
verified ·
1 Parent(s): 6618cec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,9 +1,9 @@
1
  State Embedding model checkpoints are meant to be used with the [Arc State](https://pypi.org/project/arc-state/) repository.
2
 
3
- ## Running from pypi
4
-
5
  State is distributed via [`uv`](https://docs.astral.sh/uv).
6
 
 
 
7
  ```bash
8
  uv tool install arc-state
9
  ```
@@ -32,4 +32,6 @@ To generate embeddings given an AnnData:
32
 
33
  ```code
34
  state emb --model-folder <SE-600M_MODEL_PATH> --input <INPUT_ANNDATA>.h5ad --output <OUTPUT_PATH>.h5ad
35
- ```
 
 
 
1
  State Embedding model checkpoints are meant to be used with the [Arc State](https://pypi.org/project/arc-state/) repository.
2
 
 
 
3
  State is distributed via [`uv`](https://docs.astral.sh/uv).
4
 
5
+ ## Running from pypi
6
+
7
  ```bash
8
  uv tool install arc-state
9
  ```
 
32
 
33
  ```code
34
  state emb --model-folder <SE-600M_MODEL_PATH> --input <INPUT_ANNDATA>.h5ad --output <OUTPUT_PATH>.h5ad
35
+ ```
36
+
37
+ For model licenses please see `MODEL_ACCEPTABLE_USE_POLICY.md`, `MODEL_LICENSE.md`, and `LICENSE.md`.