lucapinello commited on
Commit
4ebe0b1
·
verified ·
1 Parent(s): 08ed511

Improve attribution: separate weight ownership / model terms / code license

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -10,22 +10,35 @@ tags:
10
 
11
  Mirror of the Sei deep-learning model originally hosted at
12
  `https://zenodo.org/record/4906997/files/sei_model.tar.gz`.
13
- Maintained by chorus (https://github.com/pinellolab/chorus) for
14
- resilience the canonical Zenodo record is durable but single-link;
15
- chorus mirrors here for redundancy.
16
 
17
  ## Source
18
 
19
- - Original: Zenodo record [4906997](https://zenodo.org/record/4906997)
20
  - Paper: Chen, Zhou, Troyanskaya 2022, *A sequence-based global map of
21
- regulatory activity for deciphering human genetics*, Nature Genetics.
22
- - License: CC BY-NC 4.0 (per the original Sei repository).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  ## Contents
25
 
26
  `sei_model.tar.gz` — the original Sei tarball, byte-identical to the
27
  Zenodo record. Extracts to a directory containing the PyTorch model
28
- weights (.h5) and the chromatin-class label index.
29
 
30
  ## Usage
31
 
 
10
 
11
  Mirror of the Sei deep-learning model originally hosted at
12
  `https://zenodo.org/record/4906997/files/sei_model.tar.gz`.
13
+ Maintained by [chorus](https://github.com/pinellolab/chorus) for redundancy
14
+ alongside the canonical Zenodo record.
 
15
 
16
  ## Source
17
 
18
+ - Original: Zenodo record [4906997](https://zenodo.org/record/4906997).
19
  - Paper: Chen, Zhou, Troyanskaya 2022, *A sequence-based global map of
20
+ regulatory activity for deciphering human genetics*, Nature Genetics 54,
21
+ 940–949. https://doi.org/10.1038/s41588-022-01102-2
22
+ - Reference repo: https://github.com/FunctionLab/sei-framework
23
+
24
+ ## License & attribution
25
+
26
+ The weights were copied from the Zenodo record published by the
27
+ Troyanskaya lab. Those weights were created by the Troyanskaya lab and
28
+ are the property of Princeton University / the Sei authors.
29
+
30
+ The model parameters, outputs, and any derivatives thereof remain subject
31
+ to the **CC BY-NC 4.0** terms applied to the original Sei release.
32
+
33
+ The model code (the chorus loader at `chorus.oracles.sei`) is released
34
+ under the same chorus license. These licensing terms are consistent with
35
+ the terms for the reference code and the model weights.
36
 
37
  ## Contents
38
 
39
  `sei_model.tar.gz` — the original Sei tarball, byte-identical to the
40
  Zenodo record. Extracts to a directory containing the PyTorch model
41
+ weights and the chromatin-class label index.
42
 
43
  ## Usage
44