Initial data upload
#1
by
eachanjohnson
- opened
- README.md +168 -0
- convert.log +0 -0
- split.log +0 -0
- test/dosedo_00.csv.gz +3 -0
- test/dosedo_01.csv.gz +3 -0
- test/dosedo_02.csv.gz +3 -0
- test/dosedo_03.csv.gz +3 -0
- test/dosedo_04.csv.gz +3 -0
- test/dosedo_05.csv.gz +3 -0
- train/dosedo_00.csv.gz +3 -0
- train/dosedo_01.csv.gz +3 -0
- train/dosedo_02.csv.gz +3 -0
- train/dosedo_03.csv.gz +3 -0
- train/dosedo_04.csv.gz +3 -0
- train/dosedo_05.csv.gz +3 -0
- train/dosedo_06.csv.gz +3 -0
- train/dosedo_07.csv.gz +3 -0
- train/dosedo_08.csv.gz +3 -0
- train/dosedo_09.csv.gz +3 -0
- train/dosedo_10.csv.gz +3 -0
- train/dosedo_11.csv.gz +3 -0
- train/dosedo_12.csv.gz +3 -0
- train/dosedo_13.csv.gz +3 -0
- train/dosedo_14.csv.gz +3 -0
- train/dosedo_15.csv.gz +3 -0
- train/dosedo_16.csv.gz +3 -0
- train/dosedo_17.csv.gz +3 -0
- train/dosedo_18.csv.gz +3 -0
- train/dosedo_19.csv.gz +3 -0
- train/dosedo_20.csv.gz +3 -0
- train/dosedo_21.csv.gz +3 -0
- train/dosedo_22.csv.gz +3 -0
- train/dosedo_23.csv.gz +3 -0
- train/dosedo_24.csv.gz +3 -0
- train/dosedo_25.csv.gz +3 -0
- train/dosedo_26.csv.gz +3 -0
- validation/dosedo_00.csv.gz +3 -0
- validation/dosedo_01.csv.gz +3 -0
- validation/dosedo_02.csv.gz +3 -0
- validation/dosedo_03.csv.gz +3 -0
- validation/dosedo_04.csv.gz +3 -0
- validation/dosedo_05.csv.gz +3 -0
README.md
CHANGED
@@ -1,3 +1,171 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- fill-mask
|
5 |
+
- text-classification
|
6 |
+
- text2text-generation
|
7 |
+
- translation
|
8 |
+
- zero-shot-classification
|
9 |
+
tags:
|
10 |
+
- chemistry
|
11 |
+
- biology
|
12 |
+
- SMILES
|
13 |
+
size_categories:
|
14 |
+
- 1M<n<10M
|
15 |
+
pretty_name: 'Dosedo: DEL-DOS compounds'
|
16 |
+
configs:
|
17 |
+
- config_name: full
|
18 |
+
data_files: "*/*.csv.gz"
|
19 |
+
default: true
|
20 |
+
- config_name: split
|
21 |
+
data_files:
|
22 |
+
- split: train
|
23 |
+
path: "train/*.csv.gz"
|
24 |
+
- split: test
|
25 |
+
path: "test/*.csv.gz"
|
26 |
+
- split: validation
|
27 |
+
path: "validation/*.csv.gz"
|
28 |
---
|
29 |
+
# hudson-2023-dosedo
|
30 |
+
|
31 |
+
SMILES of ~3.7 million diversity-oriented synthesis (DOS) compounds from a reported DNA-encoded library, in:
|
32 |
+
|
33 |
+
>
|
34 |
+
> Hudson, L., Mason, J.W., Westphal, M.V. et al. Diversity-oriented synthesis encoded by deoxyoligonucleotides.
|
35 |
+
> Nat Commun 14, 4930 (2023). https://doi.org/10.1038/s41467-023-40575-5
|
36 |
+
>
|
37 |
+
|
38 |
+
The SMILES strings have been canonicalized, and split into training (70%), validation (15%), and test (15%) sets by Murcko scaffold. Additional features like molecular weight and topological polar surface area have also been calculated.
|
39 |
+
|
40 |
+
## Dataset Details
|
41 |
+
|
42 |
+
### Dataset Description
|
43 |
+
|
44 |
+
- **Curated by:** [@eachanjohnson](https://huggingface.co/eachanjohnson)
|
45 |
+
- **Funded by:** The Francis Crick Institute
|
46 |
+
- **License:** CC-by-4.0
|
47 |
+
|
48 |
+
### Dataset Sources
|
49 |
+
|
50 |
+
<!-- Provide the basic links for the dataset. -->
|
51 |
+
|
52 |
+
- **Repository:** https://doi.org/10.5281/zenodo.8136904
|
53 |
+
- **Paper** https://doi.org/10.1038/s41467-023-40575-5
|
54 |
+
<!-- - **Demo [optional]:** [More Information Needed] -->
|
55 |
+
|
56 |
+
## Uses
|
57 |
+
|
58 |
+
Developing chemistry models.
|
59 |
+
|
60 |
+
<!-- ### Direct Use -->
|
61 |
+
|
62 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
63 |
+
|
64 |
+
<!-- [More Information Needed]
|
65 |
+
|
66 |
+
### Out-of-Scope Use
|
67 |
+
|
68 |
+
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
69 |
+
|
70 |
+
<!-- [More Information Needed] -->
|
71 |
+
|
72 |
+
## Dataset Structure
|
73 |
+
|
74 |
+
- **SMILES**: SMILES string of compound
|
75 |
+
- **ROWNUM**: Row number of original dataset
|
76 |
+
- **id**: Numerical almost-unique identifier of compound
|
77 |
+
- **inchikey**: Unique identifier for compound
|
78 |
+
- **smiles**: RDKit-canonicalized SMILES string of compound
|
79 |
+
- **scaffold**: Murcko scaffold of compound
|
80 |
+
- **mwt**: Molecular weight of compound
|
81 |
+
- **clogp**: Crippen LogP of compound
|
82 |
+
- **tpsa**: Topological polar surface area of compound
|
83 |
+
- **is_train**: In training split
|
84 |
+
- **is_test**: In test split
|
85 |
+
- **is_validation**: In validation split
|
86 |
+
|
87 |
+
## Dataset Creation
|
88 |
+
|
89 |
+
### Curation Rationale
|
90 |
+
|
91 |
+
To make available a large dataset of SMILES strings for DOS compounds, as distinct from commonly encountered
|
92 |
+
virtual libraries from conventional combinatorial chemistry.
|
93 |
+
|
94 |
+
#### Data Collection and Processing
|
95 |
+
|
96 |
+
Data were processed using [schemist](https://github.com/scbirlab/schemist), a tool for processing chemical datasets.
|
97 |
+
|
98 |
+
#### Who are the source data producers?
|
99 |
+
|
100 |
+
Liam Hudson, Jeremy W. Mason, Matthias V. Westphal, Matthieu J. R. Richter,
|
101 |
+
Jonathan R. Thielman, Bruce K. Hua, Christopher J. Gerry, Guoqin Xia,
|
102 |
+
Heather L. Osswald, John M. Knapp, Zher Yin Tan, Praveen Kokkonda,
|
103 |
+
Ben I. C. Tresco, Shuang Liu, Andrew G. Reidenbach, Katherine S. Lim,
|
104 |
+
Jennifer Poirier, John Capece, Simone Bonazzi, Christian M. Gampe, Nichola J. Smith,
|
105 |
+
James E. Bradner, Connor W. Coley, Paul A. Clemons, Bruno Melillo, C. Suk-Yee Hon,
|
106 |
+
Johannes Ottl, Christoph E. Dumelin, Jonas V. Schaefer, Ann Marie E. Faust,
|
107 |
+
Frédéric Berst, Stuart L. Schreiber, Frédéric J. Zécri & Karin Briner.
|
108 |
+
|
109 |
+
#### Personal and Sensitive Information
|
110 |
+
|
111 |
+
None.
|
112 |
+
|
113 |
+
<!-- ## Bias, Risks, and Limitations -->
|
114 |
+
|
115 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
116 |
+
|
117 |
+
<!-- [More Information Needed] -->
|
118 |
+
|
119 |
+
<!-- ### Recommendations -->
|
120 |
+
|
121 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
122 |
+
|
123 |
+
<!-- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. -->
|
124 |
+
|
125 |
+
## Citation
|
126 |
+
|
127 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
128 |
+
|
129 |
+
**BibTeX:**
|
130 |
+
|
131 |
+
```
|
132 |
+
@article{10.1038/s41467-023-40575-5,
|
133 |
+
year = {2023},
|
134 |
+
title = {{Diversity-oriented synthesis encoded by deoxyoligonucleotides}},
|
135 |
+
author = {Hudson, Liam and Mason, Jeremy W. and Westphal, Matthias V. and Richter, Matthieu J. R. and Thielman, Jonathan R. and Hua, Bruce K. and Gerry, Christopher J. and Xia, Guoqin and Osswald, Heather L. and Knapp, John M. and Tan, Zher Yin and Kokkonda, Praveen and Tresco, Ben I. C. and Liu, Shuang and Reidenbach, Andrew G. and Lim, Katherine S. and Poirier, Jennifer and Capece, John and Bonazzi, Simone and Gampe, Christian M. and Smith, Nichola J. and Bradner, James E. and Coley, Connor W. and Clemons, Paul A. and Melillo, Bruno and Hon, C. Suk-Yee and Ottl, Johannes and Dumelin, Christoph E. and Schaefer, Jonas V. and Faust, Ann Marie E. and Berst, Frédéric and Schreiber, Stuart L. and Zécri, Frédéric J. and Briner, Karin},
|
136 |
+
journal = {Nature Communications},
|
137 |
+
doi = {10.1038/s41467-023-40575-5},
|
138 |
+
pmid = {37582753},
|
139 |
+
pmcid = {PMC10427684},
|
140 |
+
abstract = {{Diversity-oriented synthesis (DOS) is a powerful strategy to prepare molecules with underrepresented features in commercial screening collections, resulting in the elucidation of novel biological mechanisms. In parallel to the development of DOS, DNA-encoded libraries (DELs) have emerged as an effective, efficient screening strategy to identify protein binders. Despite recent advancements in this field, most DEL syntheses are limited by the presence of sensitive DNA-based constructs. Here, we describe the design, synthesis, and validation experiments performed for a 3.7 million-member DEL, generated using diverse skeleton architectures with varying exit vectors and derived from DOS, to achieve structural diversity beyond what is possible by varying appendages alone. We also show screening results for three diverse protein targets. We will make this DEL available to the academic scientific community to increase access to novel structural features and accelerate early-phase drug discovery. Most DNA-encoded library (DEL) syntheses are limited by the presence of sensitive DNA-based constructs. Here, the authors develop DOSEDO, a diverse 3.7 million compound DEL, generated through diversity-oriented synthesis that provides enhanced scaffold and exit vector diversity and gives validated binding hits for multiple protein targets.}},
|
141 |
+
pages = {4930},
|
142 |
+
number = {1},
|
143 |
+
volume = {14}
|
144 |
+
}
|
145 |
+
```
|
146 |
+
|
147 |
+
**APA:**
|
148 |
+
|
149 |
+
>
|
150 |
+
> Hudson, L., Mason, J. W., Westphal, M. V., Richter, M. J. R., Thielman, J. R., Hua, B. K., . . . Briner, K. (2023).
|
151 |
+
> Diversity-oriented synthesis encoded by deoxyoligonucleotides. Nature Communications, 14(1), 4930.
|
152 |
+
> doi:10.1038/s41467-023-40575-5
|
153 |
+
>
|
154 |
+
|
155 |
+
<!-- ## Glossary [optional] -->
|
156 |
+
|
157 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
158 |
+
|
159 |
+
<!-- [More Information Needed]
|
160 |
+
|
161 |
+
<!-- ## More Information [optional]
|
162 |
+
|
163 |
+
<!-- [More Information Needed]
|
164 |
+
|
165 |
+
<!-- ## Dataset Card Authors [optional]
|
166 |
+
|
167 |
+
<!-- [More Information Needed] -->
|
168 |
+
|
169 |
+
## Dataset Card Contact
|
170 |
+
|
171 |
+
[@eachanjohnson](https://huggingface.co/eachanjohnson)
|
convert.log
ADDED
The diff for this file is too large to render.
See raw diff
|
|
split.log
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test/dosedo_00.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47a6960240b419ea6ee88afa5312333aee0120e4dcfd0698d8484c6b394749d6
|
3 |
+
size 6214743
|
test/dosedo_01.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23f3fc01dce4bfcd38fbb3583c2dcc58ba0e56986a0a4486fd0fea328802f5f5
|
3 |
+
size 6229277
|
test/dosedo_02.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b406d2cc771bac941a2689f53a9b19c19210a5b7cdfc7107eaf10ed27db20b4e
|
3 |
+
size 6293025
|
test/dosedo_03.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dcd3a8078837e5ce49dd61a3dbf485ba571f2d52273dfc813066992011f1957
|
3 |
+
size 6124911
|
test/dosedo_04.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e01c9848b921d0e2019aedc8017886a976286a09ebe623eee89d51e2be398c93
|
3 |
+
size 6161154
|
test/dosedo_05.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e94a9106c38f4affea9ed8369f23d9b52a1dc22bd3ace3f595e155d85530a59
|
3 |
+
size 3971630
|
train/dosedo_00.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6b53a1bcda8b70f3edc112c8a76cd2cb7daecb9996ee1c1e30315c7a09f8e97
|
3 |
+
size 5142132
|
train/dosedo_01.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6ea9228ef57fccd1f9a0ad4463e9b156c923894fb342c43f440e98f49c837c7
|
3 |
+
size 5500207
|
train/dosedo_02.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:346aeaaa97ca6ed96a5aee4c29705f10b6927f1687dc9ed1b1ad6ee78ae61d98
|
3 |
+
size 5650147
|
train/dosedo_03.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56c1c33e81e64430919e75c18e5ce896c9491961311866cb8a5339160ac11fa7
|
3 |
+
size 5657733
|
train/dosedo_04.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6e6a65d43640bac0c94ec63104d4333ff9751c9da10b7cb59a5e1a36a0134af
|
3 |
+
size 5788690
|
train/dosedo_05.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d37f0b4786073701e63b294875cd96801ad7c419c4cf27f780e12fbf6d8a479d
|
3 |
+
size 5518816
|
train/dosedo_06.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f0b0598cdd0605c32b4fc81937508b38aa7516cf44fdc35cfabb2ca3e8a4ddb
|
3 |
+
size 5666768
|
train/dosedo_07.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29d10101f6f61680ee43c765e1ca7c3596a157a3320cf21310c08887a68b774f
|
3 |
+
size 5770280
|
train/dosedo_08.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f74eb2c88be3e819528894ef8c3c00e1378bbaf60bd202827045b9fa789afa7b
|
3 |
+
size 6126657
|
train/dosedo_09.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30062cf14173384e8914799b1d1715c7152120caf7157926c0a981e72584e689
|
3 |
+
size 5024516
|
train/dosedo_10.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:971105e45b8375bfc10ee5d141588e2dd0d9c52c5270afd2c09a4918ff14f4a4
|
3 |
+
size 5358013
|
train/dosedo_11.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8fcf140ec58fbf62c0d452c77f74fdb2461eb75ded21a80a833bc1426bc537c
|
3 |
+
size 5693451
|
train/dosedo_12.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:675572426d6c49ab8b38e506b6a3fa477124214426d164ada1f52c258482314f
|
3 |
+
size 5717569
|
train/dosedo_13.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2508193ce8ca21cb6f68c55dabb65aee9e180da629a423fb028192f52e7db9c6
|
3 |
+
size 5666005
|
train/dosedo_14.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56331e41f1a07b64c99dcc961f014865210cc27f773740987fe1a820cfd0d645
|
3 |
+
size 5557161
|
train/dosedo_15.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0cc78a9854a4877b6abdc9fa04774259c765e6474cbe41c505f90597a1742ae
|
3 |
+
size 5573507
|
train/dosedo_16.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9050647b9030672e0e7303374ca426f46eea21a830fa778cd19f9779bff7955c
|
3 |
+
size 5553424
|
train/dosedo_17.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a09ba5544b69b7e9cc3148000d2f7509e644f56ae5f5a0a0be88c7ce445717e
|
3 |
+
size 5502030
|
train/dosedo_18.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17ec4b2d7bb927c9423ca98b927dca23dfd0aaf503110b775bd5dcf5da5171ff
|
3 |
+
size 5508803
|
train/dosedo_19.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23f5363920ac9a3c79eaeade2038754aaf896f63f2ada22f052a60339dd637c7
|
3 |
+
size 5549319
|
train/dosedo_20.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15fb01c5576bd10dafd13af9369bed8c26f1b2a6a9ed32c1b52d9b742a70461c
|
3 |
+
size 5537726
|
train/dosedo_21.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac8418d1fd4f0b515a28410fc9d6ce9918a7b42f201fa905a4f7d820f6b2ac2d
|
3 |
+
size 5535593
|
train/dosedo_22.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82d9a6cb02b18559c4f855bcaf0a0bfbeb8ab44f648b71fdc33d0a06785da0bb
|
3 |
+
size 5553089
|
train/dosedo_23.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89d8eb1fbcccf4d931755e54cb5c34af2a6e3eabe2b35b47d2426991e3fc374f
|
3 |
+
size 5537423
|
train/dosedo_24.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e30e3065b0d4d425c0c88891b0538a98220e951b9a827564902b2a67fc37fb2
|
3 |
+
size 5967726
|
train/dosedo_25.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd28dcae79ef25df7d107457002f56aec3ee381d9bf4fbde9c59bb47559d73a9
|
3 |
+
size 6266447
|
train/dosedo_26.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9a22bc4febdab3ae8e7a971a3c856473898b8f76f7dbdbe0dbe58d74de218de
|
3 |
+
size 456117
|
validation/dosedo_00.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c587497f3c309bc31a619b176781fa9876612799fd68a4dd2f1cecad680f8411
|
3 |
+
size 6299952
|
validation/dosedo_01.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0aa599f0cd46990e805c79c26bd96067edc01d462b62996ffbfa15e1d123119
|
3 |
+
size 6418977
|
validation/dosedo_02.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a523c6888522a85e7d81d433bd0ea2ced57a7fbc513f5192b00e466f7b2623b
|
3 |
+
size 6365215
|
validation/dosedo_03.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1778538cb86658c1028b359066efe6fe981e3aa4225666bcd235fba76f20af7d
|
3 |
+
size 6227340
|
validation/dosedo_04.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0284a3da4646743b96393020f0b8ba4ea9898c1f722d31059885548b488ec04b
|
3 |
+
size 6153288
|
validation/dosedo_05.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23aee5bba918a47d7dc217f2363038880f3341e17646acedddb1a702723f8a43
|
3 |
+
size 3958864
|