Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
anton-l HF Staff commited on
Commit
c09e73a
·
verified ·
0 Parent(s):

Super-squash branch 'main' using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ ---
6
+ # DCLM-Edu
7
+
8
+ ## Description
9
+ This is a filtered version of [DCLM](https://huggingface.co/datasets/mlfoundations/dclm-baseline-1.0) dataset using FineWeb-Edu educational quality [classifier](https://huggingface.co/HuggingFaceFW/fineweb-edu-classifier). We annotate each web page based on the educational quality
10
+ on a scale from 0 to 5 and only keep samples with a score higher than 2. This dataset is intended for language models training and was used to train [SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M) and [SmolLM2-360M](https://huggingface.co/HuggingFaceTB/SmolLM2-360M).
11
+
12
+ **_Note:_** As show in teh performance section, we find that further filtering the dataset to only keep **samples with `edu_int_score>=3` yields even better downstream performance when training small laguage models**. We include score 2 samples to allow for rebalancing and added diversity, but you can filter the dataset with `datasets` or `datatrove` as shown below.
13
+
14
+ ## How to use
15
+ ### Using `datasets`
16
+
17
+ ```python
18
+ from datasets import load_dataset
19
+
20
+ fw = load_dataset("HuggingFaceTB/dclm-edu", split="train", streaming=True)
21
+ ```
22
+
23
+ ### Using 🏭 [`datatrove`](https://github.com/huggingface/datatrove/)
24
+
25
+ ```python
26
+ from datatrove.pipeline.readers import ParquetReader
27
+
28
+ # limit determines how many documents will be streamed (remove for all)
29
+ data_reader = ParquetReader("hf://datasets/HuggingFaceTB/dclm-edu", glob_pattern="data/*.parquet", limit=1000)
30
+ for document in data_reader():
31
+ # do something with document
32
+ print(document)
33
+
34
+ ###############################
35
+ # OR for a processing pipeline:
36
+ ###############################
37
+
38
+ from datatrove.executor import LocalPipelineExecutor
39
+ from datatrove.pipeline.readers import ParquetReader
40
+ from datatrove.pipeline.filters import LambdaFilter
41
+ from datatrove.pipeline.writers import ParquetWriter
42
+
43
+ pipeline_exec = LocalPipelineExecutor(
44
+ pipeline=[
45
+ ParquetReader("hf://datasets/HuggingFaceTB/dclm-edu", limit=1000),
46
+ LambdaFilter(lambda doc: doc.metadata["edu_int_score"] >= 3),
47
+ ParquetWriter("some-output-path")
48
+ ],
49
+ tasks=10
50
+ )
51
+ pipeline_exec.run()
52
+ ```
53
+
54
+ ## Performance
55
+ **Results of 360M ablation**
56
+ We train a 360M model (using SmolLM2 setup) on 200B tokens from different datasets and evaluate on different benchmarks. DCLM-Edu denotes DCLM samples with an educational score higher than 3.
57
+
58
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/Nt4tu5s4iaoN7ZqmqndJK.png" width="600" alt="image">
59
+
60
+ DCLM-Edu gives consistent gains. The plot below shows the per-benchmark performance:
61
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/L9sdCmfDVipTwDX5_dNcm.png" width="700" alt="image">
62
+
63
+ We invite users to experiment with different data mixing depending on their model size.
64
+
65
+ **Results of 1.7B ablation:**
66
+ We also conducted some ablations at 1.7B scale but the gains for introducing the dataset mid-training durong SmolLM2 1.7B training weren't consistent with the ablation findings, so we only use the dataset for SmolLM2 135M and 360M.
67
+ We use an intermediate checkpoint of SmolLM2 1.7B (3T tokens) anddodoing a decay on different subsets of DCLM using the edu filtering:
68
+
69
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/ImwiEe712SN5TalxFOeeJ.png" width="700" alt="image">
70
+
71
+ ## License
72
+ Following DCLM-Baseline, this dataset is licensed under CC-BY-4.0.
73
+
74
+ ## Citation
75
+ ```bash
76
+ @misc{allal2025smollm2smolgoesbig,
77
+ title={SmolLM2: When Smol Goes Big -- Data-Centric Training of a Small Language Model},
78
+ author={Loubna Ben Allal and Anton Lozhkov and Elie Bakouch and Gabriel Martín Blázquez and Guilherme Penedo and Lewis Tunstall and Andrés Marafioti and Hynek Kydlíček and Agustín Piqueres Lajarín and Vaibhav Srivastav and Joshua Lochner and Caleb Fahlgren and Xuan-Son Nguyen and Clémentine Fourrier and Ben Burtenshaw and Hugo Larcher and Haojun Zhao and Cyril Zakka and Mathieu Morlon and Colin Raffel and Leandro von Werra and Thomas Wolf},
79
+ year={2025},
80
+ eprint={2502.02737},
81
+ archivePrefix={arXiv},
82
+ primaryClass={cs.CL},
83
+ url={https://arxiv.org/abs/2502.02737},
84
+ }
85
+ ```
data/000_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d30589f9497e999406b1ea5bae39b533f8900d60222401655e5a4909892132
3
+ size 2905491151
data/000_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51a2e8b413a1c4d6930c505eb9d57e032475396b465ee4d0a6bc8a701bbc1554
3
+ size 2910354461
data/000_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cd896fcea19d71487f85d3aa94408841acea4a66095ab089c6ed02d331f05eb
3
+ size 2911343022
data/000_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3f3690dd00610be37af0e3758219b23d0e506e8f8b0c7aa24e44515b9eb45ff
3
+ size 2903191795
data/000_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb18f4a39b947954744f133615f02b58a5d318e823b529d74c972250c52a8850
3
+ size 2906710032
data/000_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:308a69c6a04cc06f4767ff47b3628a65d1605a7df6d24913a4d00a2d5d443639
3
+ size 2916537787
data/000_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:774b74d06fe86026b72b4708a372c7edd833a5883e249d698623eaa4df2a09ed
3
+ size 2911322504
data/000_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0684d81d40acb001f79e14bf5ead11f10577bd4a3e4638fedeb2bb7daf4a6d2f
3
+ size 2911089967
data/000_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f5d18e600de68f07b6f39b3d0e6ed957b18533a612416d7b209c34259fb41f7
3
+ size 2908533726
data/000_00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bdddef5177e97f549f0bccbfd9c0a4a5538b39809b4486bb04123eeb99cb926
3
+ size 2907752175
data/001_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82ad86bceb41d8458cbd32f1bcfe9d6e7ab6409669dfaea2a841afa36ae3917b
3
+ size 2906077778
data/001_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc7af56d0de00832f03d40b58da34d6c91c2bd711d0de1229dec36d0e4d97df
3
+ size 2914119173
data/001_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e4943c9ce6f9234ff3c6eebeb13731fc23ebe864675dbca14154de9b97f3967
3
+ size 2910772163
data/001_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae72f86201fc3b574ba6876bf0db9d0566088274c86d51675bd3a45816928bd
3
+ size 2906825407
data/001_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beb5c157e80cdb3624cfaac6badad3f92a00955d852c7e840c76c32c9de85496
3
+ size 2908194329
data/001_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:320b99015decaf9393a9878116fe80046db195a6d3bf4569d55c838c7578f796
3
+ size 2911700203
data/001_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e13b75346533bf2825d639478c5a1f6f197b0b8c3bdba3715bad640265d4b81
3
+ size 2905529054
data/001_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8612a8cbc08e8313067eb6020eaf4a33444a1680ecc720899cf076e6ee867b96
3
+ size 2912761803
data/001_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a8c240a70cf6d4c88e492cbd36c500deb378a70387f72f91c0d1c9a321103ee
3
+ size 2906145050
data/001_00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f8e86fa305b004858466d0627f88b42b981a1457946f43b03cdf9df28a4b2b
3
+ size 2909324557
data/002_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f6a36d7f752b955f95ec5fe609dd49018f572b918e49ac68f36e373e69041a
3
+ size 2901527006
data/002_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a971c8dd237c7cd77ee52340d42704b2b0007c1488a2691015116a0a8b88fbd
3
+ size 2898823229
data/002_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:626671a60b4885bd8809d0e9557dd08e6a595a5bbf4a7572576823578fd6ad35
3
+ size 2908043652
data/002_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d0cb55e379244ea4946b990dcddab59fb89c0b0e5b2c555a24e7b8a311325b3
3
+ size 2897082160
data/002_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb00607e4b03ec2be08f3968e35df560c3bbe41334a7b5e1af768591ea2e6702
3
+ size 2908387215
data/002_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:464fc89415db9347dfd9e2838b9a7023a2da89233c0060e9fbe1289dc37c4eaf
3
+ size 2911879084
data/002_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ce28c35d629851e440039a55db0a5c6d7cc52ee794167dbf26b8fde7513cb3
3
+ size 2905306134
data/002_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7751da0f514fcdfa05906eb01460ababce9f833695a7877897a9ffee5aabd6a
3
+ size 2907182936
data/002_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:277003562596a1485a6323b047dc6388e8dd2b586f6c45893e4c24a7b85d6076
3
+ size 2900914847
data/002_00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8105c76dbd7bbe997196d6796de549fd74aabecb1e69e9e84e17be001d81ed81
3
+ size 2902588897
data/003_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2708b7c03c9fa36b27b1eb3e4248a17904b734284d334199176b4def5205139
3
+ size 2908556386
data/003_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bec83737b422f17716519938d9352c6a6e0ccf9eabe86d8292a018b51e26db7
3
+ size 2906681126
data/003_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24338b1d099a6546ce8167a2ad627e28d3668b13efe59755f61c54a4b6b6421
3
+ size 2904387775
data/003_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:951787654ad38c7f3b7530b0d2c22279f2ee3532d0cdbbbfec8f7715d4c980bf
3
+ size 2911479596
data/003_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:438b8b40763e9c125639fbde9113b8062a25fabd1a4c41e50d5d2ea44b2a1c0b
3
+ size 2906177851
data/003_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8f9fb1968d2c7feadd09335b72eed7b493103b2eb982cef478b692181fa4a38
3
+ size 2903973162
data/003_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56a4b33c75fe1d698ef1c0df162cd49b056dbf74dc2ea7c22f22a87cea97ae8a
3
+ size 2905912176
data/003_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93e5267d4c3ade33217750797614b611c4daf2b706ac59271587bec8db6fc3e5
3
+ size 2912049620
data/003_00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c92160dda3c45b95768c7d087b73fe5288985962e251a86b3b6fb6ee969a8cf1
3
+ size 2911075436
data/003_00009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d9a4376a336b1ce29a212b52c5d959e99b9ccb132252ad49ff2d51ada79a50
3
+ size 2908981397
data/004_00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:489045022a1ccee80cf92319e05095c4dc11c771ac5fe5710eeff907c193a85e
3
+ size 2902830410
data/004_00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e0b3e4d289cc1a80b0e0fda7d0e786f66b2e3e1e2257745b1cad90d17b0d75
3
+ size 2908022851
data/004_00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62f37fc1a1bd6331e9b4721079f02e208ac9f31e3990d041185910b6988e52b8
3
+ size 2908142500
data/004_00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64cb083ad852102fdbfb75104a4120745e50ae69c50ce8a4d01f3128efd939da
3
+ size 2908905598
data/004_00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c1e7071137e01bad7df9e796706d4b4bc0e605421098b89a20e74f437883247
3
+ size 2906693756
data/004_00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ebcec6e1fc31d1bab5e81d61c5b9ad9ad0c325a3c8d57b2964677da874ae0be
3
+ size 2907164266
data/004_00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6cb3fbf18d272d006b42d0884530bb9bf0babd0f5f7e940ed5dfff5554e0315
3
+ size 2907414449
data/004_00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7662bb78ced4054ccc4343621fc0ab278e501e08b3c503429e1370d5769e1881
3
+ size 2906221491