timodonnell commited on
Commit
30043ee
·
verified ·
1 Parent(s): 910c15b

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +127 -3
  2. shard_000-999/shard_000768.parquet +3 -0
  3. shard_000-999/shard_000769.parquet +3 -0
  4. shard_000-999/shard_000770.parquet +3 -0
  5. shard_000-999/shard_000771.parquet +3 -0
  6. shard_000-999/shard_000772.parquet +3 -0
  7. shard_000-999/shard_000773.parquet +3 -0
  8. shard_000-999/shard_000774.parquet +3 -0
  9. shard_000-999/shard_000775.parquet +3 -0
  10. shard_000-999/shard_000776.parquet +3 -0
  11. shard_000-999/shard_000777.parquet +3 -0
  12. shard_000-999/shard_000778.parquet +3 -0
  13. shard_000-999/shard_000779.parquet +3 -0
  14. shard_000-999/shard_000780.parquet +3 -0
  15. shard_000-999/shard_000781.parquet +3 -0
  16. shard_000-999/shard_000782.parquet +3 -0
  17. shard_000-999/shard_000783.parquet +3 -0
  18. shard_000-999/shard_000784.parquet +3 -0
  19. shard_000-999/shard_000785.parquet +3 -0
  20. shard_000-999/shard_000786.parquet +3 -0
  21. shard_000-999/shard_000787.parquet +3 -0
  22. shard_000-999/shard_000788.parquet +3 -0
  23. shard_000-999/shard_000789.parquet +3 -0
  24. shard_000-999/shard_000790.parquet +3 -0
  25. shard_000-999/shard_000791.parquet +3 -0
  26. shard_000-999/shard_000792.parquet +3 -0
  27. shard_000-999/shard_000793.parquet +3 -0
  28. shard_000-999/shard_000794.parquet +3 -0
  29. shard_000-999/shard_000795.parquet +3 -0
  30. shard_000-999/shard_000796.parquet +3 -0
  31. shard_000-999/shard_000797.parquet +3 -0
  32. shard_000-999/shard_000798.parquet +3 -0
  33. shard_000-999/shard_000799.parquet +3 -0
  34. shard_000-999/shard_000800.parquet +3 -0
  35. shard_000-999/shard_000801.parquet +3 -0
  36. shard_000-999/shard_000802.parquet +3 -0
  37. shard_000-999/shard_000803.parquet +3 -0
  38. shard_000-999/shard_000804.parquet +3 -0
  39. shard_000-999/shard_000805.parquet +3 -0
  40. shard_000-999/shard_000806.parquet +3 -0
  41. shard_000-999/shard_000807.parquet +3 -0
  42. shard_000-999/shard_000808.parquet +3 -0
  43. shard_000-999/shard_000809.parquet +3 -0
  44. shard_000-999/shard_000810.parquet +3 -0
  45. shard_000-999/shard_000811.parquet +3 -0
  46. shard_000-999/shard_000812.parquet +3 -0
  47. shard_000-999/shard_000813.parquet +3 -0
  48. shard_000-999/shard_000814.parquet +3 -0
  49. shard_000-999/shard_000815.parquet +3 -0
  50. shard_000-999/shard_000816.parquet +3 -0
README.md CHANGED
@@ -1,3 +1,127 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - protein-structure
9
+ - alphafold
10
+ - structural-biology
11
+ size_categories:
12
+ - 1M<n<10M
13
+ ---
14
+
15
+ # AFDB-1.6M — One Representative Structure Per Structural Cluster
16
+
17
+ A deduplicated subset of [AFDB-24M](https://huggingface.co/datasets/timodonnell/afdb-24M), containing approximately 1.6 million AlphaFold Database predicted protein structures — one per structural cluster.
18
+
19
+ ## How This Dataset Was Created
20
+
21
+ This dataset was derived from [AFDB-24M](https://huggingface.co/datasets/timodonnell/afdb-24M) using the following procedure:
22
+
23
+ 1. All ~24 million rows across 12,005 shards were scanned.
24
+ 2. Rows were grouped by `struct_cluster_id` (structural cluster representative from AFDB Foldseek clustering).
25
+ 3. For each unique `struct_cluster_id`, the single row with the **highest `global_plddt`** (global mean pLDDT confidence score) was selected.
26
+ 4. The selected rows were written into new Parquet shards (2,000 rows each, ZSTD level 12 compression).
27
+
28
+ This yields approximately 1.6 million entries — one high-confidence representative per 3D structural fold cluster.
29
+
30
+ ## Dataset Summary
31
+
32
+ | Property | Value |
33
+ |----------|-------|
34
+ | Source | [AFDB-24M](https://huggingface.co/datasets/timodonnell/afdb-24M) |
35
+ | Total entries | ~1.6M (one per `struct_cluster_id`) |
36
+ | Selection criterion | Highest `global_plddt` per structural cluster |
37
+ | Format | Apache Parquet, ZSTD compressed (level 12) |
38
+ | Splits | train (98%), val (1%), test (1%) — inherited from AFDB-24M |
39
+
40
+ ## Schema
41
+
42
+ Each Parquet file contains a flat table with the following columns (same schema as AFDB-24M):
43
+
44
+ | Column | Type | Description |
45
+ |--------|------|-------------|
46
+ | `entry_id` | `string` | AFDB entry ID (e.g., `AF-A0A1C0V126-F1`) |
47
+ | `uniprot_accession` | `string` | UniProt accession (e.g., `A0A1C0V126`) |
48
+ | `tax_id` | `int64` | NCBI taxonomy ID |
49
+ | `organism_name` | `string` | Scientific name of the organism |
50
+ | `global_plddt` | `float32` | Global mean pLDDT confidence score (70–100) |
51
+ | `seq_len` | `int32` | Sequence length in residues |
52
+ | `seq_cluster_id` | `string` | AFDB50 sequence cluster representative entry ID |
53
+ | `struct_cluster_id` | `string` | Structural cluster representative entry ID |
54
+ | `split` | `string` | `train`, `val`, or `test` |
55
+ | `gcs_uri` | `string` | Original GCS URI |
56
+ | `cif_content` | `string` | Complete raw mmCIF file text |
57
+
58
+ ## Usage
59
+
60
+ ### Loading with PyArrow
61
+
62
+ ```python
63
+ import pyarrow.parquet as pq
64
+
65
+ table = pq.read_table("shard_000000.parquet")
66
+ print(table.schema)
67
+ print(f"{len(table)} rows")
68
+ ```
69
+
70
+ ### Loading with Pandas
71
+
72
+ ```python
73
+ import pandas as pd
74
+
75
+ df = pd.read_parquet("shard_000000.parquet")
76
+ print(df[["entry_id", "organism_name", "global_plddt", "seq_len", "split"]].head())
77
+ ```
78
+
79
+ ### Parsing Structures with Gemmi
80
+
81
+ ```python
82
+ import gemmi
83
+
84
+ row = table.to_pydict()
85
+ cif_text = row["cif_content"][0]
86
+ doc = gemmi.cif.read_string(cif_text)
87
+ structure = gemmi.make_structure_from_block(doc.sole_block())
88
+ model = structure[0]
89
+ chain = model[0]
90
+ print(f"{len(chain)} residues")
91
+ ```
92
+
93
+ ## Data Source and License
94
+
95
+ - **AlphaFold Database** structures are provided by DeepMind and EMBL-EBI under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
96
+ - **Cluster files** are from the [Steinegger lab](https://afdb-cluster.steineggerlab.workers.dev/), based on Foldseek clustering of AFDB v4 (Version 3 clusters).
97
+
98
+ ### Citation
99
+
100
+ If you use this dataset, please cite the AlphaFold Database:
101
+
102
+ ```bibtex
103
+ @article{varadi2022alphafold,
104
+ title={AlphaFold Protein Structure Database: massively expanding the structural coverage of protein-sequence space with high-accuracy models},
105
+ author={Varadi, Mihaly and Anyango, Stephen and Deshpande, Mandar and others},
106
+ journal={Nucleic Acids Research},
107
+ volume={50},
108
+ number={D1},
109
+ pages={D439--D444},
110
+ year={2022},
111
+ doi={10.1093/nar/gkab1061}
112
+ }
113
+ ```
114
+
115
+ And the AFDB cluster resource:
116
+
117
+ ```bibtex
118
+ @article{barrio2024clustering,
119
+ title={Clustering predicted structures at the scale of the known protein universe},
120
+ author={Barrio-Hernandez, Inigo and Yeo, Jimin and Jänes, Jürgen and others},
121
+ journal={Nature},
122
+ volume={622},
123
+ pages={637--645},
124
+ year={2023},
125
+ doi={10.1038/s41586-023-06510-w}
126
+ }
127
+ ```
shard_000-999/shard_000768.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a61f508443e64f4a1ed547faccb55ac9b64c94ee6ab1dc1d9542613008d9823
3
+ size 69725855
shard_000-999/shard_000769.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b719551a150a4c62bbdab91d2fa6edc90d2fd7de83dd2f78de860d3ac576a99
3
+ size 73284283
shard_000-999/shard_000770.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:815fefa8883437f18486a42a30fc09c8f185e569ab4453f14c728f97ad123d95
3
+ size 73015896
shard_000-999/shard_000771.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a211690d6f9c877e50c17c2b19e477955409a9f6bfd3acb8b079674a6138f92
3
+ size 70342034
shard_000-999/shard_000772.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2dc2e76395c77f0b2df75f7d7964b3c56678990b4625cee9eb8686abaddd972
3
+ size 70722367
shard_000-999/shard_000773.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:764b318e078a21b75ccd74c3767ea3db6fdd03286c703b5aa7633270f4eafbc8
3
+ size 73300466
shard_000-999/shard_000774.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17bfdd088d438c29c81e42e3089754c1c4b89ef7d689e25ead6721d3e1189151
3
+ size 74171094
shard_000-999/shard_000775.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2efd7976ed75bba7f121f8e3171fae1e423502d2153f62ac30ff2293b8028b58
3
+ size 69855627
shard_000-999/shard_000776.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c42410806421dba76da2fe14ff6ff61f33d3d807fb0d2cd708c48f47f7add5b6
3
+ size 71558976
shard_000-999/shard_000777.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8fd5265560201ffd4df236f067a479294459c9f0da00cab67e20c2cdda9fe89
3
+ size 71000441
shard_000-999/shard_000778.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21efb85a254e078489743efd1dacfb151709af9090876690f400598d2ab0d19
3
+ size 72407733
shard_000-999/shard_000779.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:661321f04999b646aeee38235a6b5069c67bd566440eede6addb178a52ba5e4d
3
+ size 70188523
shard_000-999/shard_000780.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dccd5ec5bf8bffef81809fdf42ed1c4d9d3ed34de081adbc20d9bf6d7b93f38e
3
+ size 72419033
shard_000-999/shard_000781.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f14cda5950b366fac0c5b49b26c172bf7cbb36c27e1a0d4170d323111f68e75
3
+ size 69077336
shard_000-999/shard_000782.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85b98af78b467d0f491f12e1ef13ded9cfbe9edb0dad9d78c45ec1f698248ecc
3
+ size 74085382
shard_000-999/shard_000783.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aff6508323bd5fa69e5df34e6ddbe38a47fd73ac165e9cfbbf5612016b031dd
3
+ size 73751182
shard_000-999/shard_000784.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:066340988087bda82453022b824b5e41536a6dd7fb529abc4449c89113605b92
3
+ size 73006052
shard_000-999/shard_000785.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7042fe1f690a96041ac6b2e0445f6ddad102b07003caeaa442c5c1fc8e95ca16
3
+ size 71967835
shard_000-999/shard_000786.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a524d1edfebfa293bc35ef18bffce2f06bb01cb717ac1c91112ec3959fe3db
3
+ size 72684363
shard_000-999/shard_000787.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6c52c062bb407770acc5d6ff51d9eef0dc7418535e9f76dfd24d0bd2864590b
3
+ size 72993477
shard_000-999/shard_000788.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bff3b6b94c3f85566febffab38250751a249d32efdfa3b14ebc8b9e9fc5c04b5
3
+ size 72366765
shard_000-999/shard_000789.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0253497522c8f6ba383246cc445d86f7e0260aa87669f1196fc7620062ff9539
3
+ size 71460181
shard_000-999/shard_000790.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24c12b0ab00e5b4cfe91562b61efd2dc17ccd8e0f2d687a7fc57f7b20382b8ce
3
+ size 72719415
shard_000-999/shard_000791.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40f3379a3f0d531dadc88257bed578cb774389a56ce9bbe72e16f7b221355265
3
+ size 72205553
shard_000-999/shard_000792.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f230ede7c491dcc954b55705e597770f124eb6fd110f1806bd412c664b51d23e
3
+ size 67728824
shard_000-999/shard_000793.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c52b4cdf7247cb5dc2517cf075525e3d9957b71cbaa60daa2891959349bbaafc
3
+ size 71388077
shard_000-999/shard_000794.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abbb766ef93149516f74c33d11627ae51bb0799ccfea1763c5bc2d67304f12ee
3
+ size 70789452
shard_000-999/shard_000795.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f02bd7655cfca4abc68ff83bb943aeff72eb67549a88fea4a76d2131ecf0416
3
+ size 72176124
shard_000-999/shard_000796.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb65e4ba2fac169103597a35493ff315eb98e6348990f1cd06648ddbeb355220
3
+ size 71749994
shard_000-999/shard_000797.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c132c1ffcc229f1bb50b2d2223473fa1d8b826a2f605f2b81156a8b466e096
3
+ size 71427250
shard_000-999/shard_000798.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c461c7e6ba33781dd867b9ea04ff199bd3548b80f3590732d77d67e7370b448
3
+ size 71044858
shard_000-999/shard_000799.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5204735698c5c72f2d449ac66fa7d23c5b4f3d9463f0a28128d7dc89805bdd24
3
+ size 73359572
shard_000-999/shard_000800.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2d0e3d0ea35914b9ee22fd9c67bacc49202386adb24f7ee4ab288e4dde468b6
3
+ size 70668217
shard_000-999/shard_000801.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bd35d95c714aaeed5049c9c54583874d12ab7cf066947654bb2b71d5d0c913e
3
+ size 70315650
shard_000-999/shard_000802.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5887655eb15722b4a20476931bd8f2127a4e2b7c8e00dfb4a7243f19b153ca3d
3
+ size 72653561
shard_000-999/shard_000803.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:865268f89e05fe0dbc75ae1fed731ff213e23bc93d209d07b161dad002464bc8
3
+ size 71287797
shard_000-999/shard_000804.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff3c46d58ae5629b60cc3ade65c549371b2af7f0abab0aa86686816f4ebca5d
3
+ size 71162596
shard_000-999/shard_000805.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28fd4557e7188325b74e558f8c37f7e9092d13ddae232b7fdd251bb542717e1a
3
+ size 70035806
shard_000-999/shard_000806.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad659006802d4b558d8eef0f79b33423a96fd5981dbe27c53a27a41c6e90d088
3
+ size 70300427
shard_000-999/shard_000807.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc1ca8904801fc3864056abe2ee70d23e54a5db0555ff299b209c7127f272c6f
3
+ size 70329210
shard_000-999/shard_000808.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70169df0fda7d06b74af506949eacd820ae22e2477c9d7a6f7cee4e71096cb9d
3
+ size 74257309
shard_000-999/shard_000809.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1bf7bf90e2f253ba01e4e55cabf725e6029cbdf042610199502ca29519db4bd
3
+ size 71768577
shard_000-999/shard_000810.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ade9c35dbf907310e95c5aad8ada9d86ef3abc832aa21dc90d7d6beff74e542d
3
+ size 71295533
shard_000-999/shard_000811.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e5c8bab0e26cb50493d892a629b043645c812df88b7fbfa483c99e1a0b7c6a7
3
+ size 71339807
shard_000-999/shard_000812.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:099328e82ffa4e1180d1972b1ea75b8b163dfcec208b9fac404c3fbb65dc9bc4
3
+ size 71497800
shard_000-999/shard_000813.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:991e30452f6e93c3bbecedca19d6d5c77e12af27fa1cd24b6435956e9cdd7663
3
+ size 71325340
shard_000-999/shard_000814.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d697b967991ee5f40738dc6370553e052e65c518feeb58e358a299cd1ec8d4a
3
+ size 70479387
shard_000-999/shard_000815.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06336b58c1e34e084ea32c01fa822ba79b33c82fa810d64f9d88cd6f73897ca7
3
+ size 71118189
shard_000-999/shard_000816.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826f33e058f1ffc7b12fed6e659f3609e7e4259fbdebe4bb54cf6872c5e1299f
3
+ size 71594434