Delete data
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- data/README.md +0 -56
- data/enhanced_enhanced_enhanced_sustained_batch_000066_20250902_220910.jsonl +0 -3
- data/enhanced_enhanced_enhanced_sustained_batch_000101_20250829_181259.jsonl +0 -3
- data/enhanced_enhanced_enhanced_sustained_batch_000138_20250829_063128.jsonl +0 -3
- data/enhanced_enhanced_enhanced_sustained_batch_000750_20250829_004837.jsonl +0 -3
- data/enhanced_enhanced_enhanced_sustained_batch_001012_20250830_153945.jsonl +0 -3
- data/enhanced_enhanced_enhanced_sustained_batch_001122_20250905_155200.jsonl +0 -3
- data/enhanced_enhanced_enhanced_sustained_batch_001200_20250908_113430.jsonl +0 -3
- data/enhanced_enhanced_enhanced_sustained_batch_001231_20250909_120242.jsonl +0 -3
- data/enhanced_enhanced_enhanced_sustained_batch_001636_20250911_144513.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000012_20250829_082023.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000022_20250913_172734.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000023_20250830_052929.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000026_20250910_170950.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000037_20250901_115620.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000037_20250905_185022.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000042_20250909_195036.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000052_20250901_000828.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000055_20250906_072036.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000065_20250911_175251.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000068_20250913_181533.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000071_20250905_193927.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000075_20250905_194728.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000080_20250906_140532.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000086_20250903_223328.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000092_20250904_224315.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000100_20250902_010630.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000106_20250911_182607.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000107_20250831_125844.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000112_20250907_203743.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000116_20250831_130816.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000133_20250902_013852.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000139_20250829_183519.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000144_20250827_222718.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000145_20250905_213029.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000148_20250909_211703.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000175_20250913_200555.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000192_20250830_192234.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000221_20250910_195240.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000228_20250911_200607.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000229_20250908_222115.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000251_20250908_223933.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000256_20250830_200335.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000256_20250912_202725.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000264_20250904_013114.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000268_20250830_075833.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000269_20250909_225601.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000277_20250828_134025.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000287_20250906_230904.jsonl +0 -3
- data/enhanced_enhanced_sustained_batch_000288_20250911_205542.jsonl +0 -3
data/README.md
DELETED
|
@@ -1,56 +0,0 @@
|
|
| 1 |
-
# CodeReality-1T Data Directory
|
| 2 |
-
|
| 3 |
-
## Location
|
| 4 |
-
The complete 3TB dataset is located at:
|
| 5 |
-
```
|
| 6 |
-
/mnt/z/CodeReality_Final/unified_dataset/
|
| 7 |
-
```
|
| 8 |
-
|
| 9 |
-
## Contents
|
| 10 |
-
- **52,692 JSONL files** containing 397,475 repositories
|
| 11 |
-
- **Total size**: 3.05 TB uncompressed
|
| 12 |
-
- **Format**: JSONL (JSON Lines) with complete repository metadata
|
| 13 |
-
|
| 14 |
-
## File Structure
|
| 15 |
-
Each JSONL file contains repositories with:
|
| 16 |
-
- Source code files with full paths
|
| 17 |
-
- Git commit history and messages
|
| 18 |
-
- Issue tracking data
|
| 19 |
-
- Repository metadata (stars, forks, topics)
|
| 20 |
-
- License information
|
| 21 |
-
- Enhanced Blueprint metadata
|
| 22 |
-
|
| 23 |
-
## Usage
|
| 24 |
-
To access the data programmatically:
|
| 25 |
-
|
| 26 |
-
```python
|
| 27 |
-
import json
|
| 28 |
-
import os
|
| 29 |
-
|
| 30 |
-
data_dir = "/mnt/z/CodeReality_Final/unified_dataset"
|
| 31 |
-
for filename in os.listdir(data_dir):
|
| 32 |
-
if filename.endswith('.jsonl'):
|
| 33 |
-
with open(os.path.join(data_dir, filename), 'r') as f:
|
| 34 |
-
for line in f:
|
| 35 |
-
repo_data = json.loads(line)
|
| 36 |
-
# Process repository data
|
| 37 |
-
print(repo_data.get('name', 'Unknown'))
|
| 38 |
-
```
|
| 39 |
-
|
| 40 |
-
## Integrity Verification
|
| 41 |
-
Use the dataset index file for verification:
|
| 42 |
-
```bash
|
| 43 |
-
# Verify against index
|
| 44 |
-
python3 -c "
|
| 45 |
-
import json
|
| 46 |
-
with open('../analysis/dataset_index.json', 'r') as f:
|
| 47 |
-
index = json.load(f)
|
| 48 |
-
print(f'Total files: {len(index[\"files\"])}')
|
| 49 |
-
print(f'Total repositories: {sum(f[\"repository_count\"] for f in index[\"files\"])}')
|
| 50 |
-
"
|
| 51 |
-
```
|
| 52 |
-
|
| 53 |
-
## See Also
|
| 54 |
-
- Dataset Card: `../docs/DATASET_CARD.md`
|
| 55 |
-
- Analysis Results: `../analysis/metrics.json`
|
| 56 |
-
- Evaluation Subset: `../eval/subset/`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_enhanced_sustained_batch_000066_20250902_220910.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:152bae10366e4f91ed02998485c3146f089c0cbb978a83a1cb9fb67a3b2653c2
|
| 3 |
-
size 24399741
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_enhanced_sustained_batch_000101_20250829_181259.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:618eca264bfc53c294abd5ca803cab8a697530b03ebfda81c9d0b3980ecad1ce
|
| 3 |
-
size 14569292
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_enhanced_sustained_batch_000138_20250829_063128.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:aa23c0660cb88b8d0d5819670c3bc00ba80f2f79d3ef35dfb290c734f84b06c0
|
| 3 |
-
size 47493673
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_enhanced_sustained_batch_000750_20250829_004837.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4f5a7c153dff6879503795bb9822179aa620b96127d2d4b739a9bfb39fb22ff8
|
| 3 |
-
size 42909991
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_enhanced_sustained_batch_001012_20250830_153945.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c8920dc536f1e67aaa8e00265c4cc173b58a235562917cfa8a1d28fde5b0a7b9
|
| 3 |
-
size 50237646
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_enhanced_sustained_batch_001122_20250905_155200.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0600c087b08c7183ea0ad75c846a366f59628f8762e8e37b7cb446e7ec04821c
|
| 3 |
-
size 172512507
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_enhanced_sustained_batch_001200_20250908_113430.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:651bae562d7e12a8511b357d045931b4a49c5f80883f96208a055e0eeb11f9e8
|
| 3 |
-
size 35007374
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_enhanced_sustained_batch_001231_20250909_120242.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7ed9ab836f80f065ae0ae83d2f8583e2126ab0bfc36d8bc15c5253c8dbf96f69
|
| 3 |
-
size 46636495
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_enhanced_sustained_batch_001636_20250911_144513.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e577e7d7a36b15375b23585b130dc33e434fdbb2433f5ae59ddbbb1844bb3124
|
| 3 |
-
size 90108127
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000012_20250829_082023.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:661ee288ad2bd9e300e66d7a9159e7c1ea751809d553b59609b2f7e808c33dd1
|
| 3 |
-
size 13526675
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000022_20250913_172734.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ae073dbc9b76fa1ae5cef4c7c90cc60c8f58d27f3fec331288f6b19d2d9e03c0
|
| 3 |
-
size 67672664
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000023_20250830_052929.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d0d01a206057fcabd4666d849fee72d49f2713ad5b720e2bc5c099407bf40e38
|
| 3 |
-
size 17901677
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000026_20250910_170950.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:55b73ad18759878cc0a92a1bca76ebce1aebe080759d60e38ab963e980d1a7f7
|
| 3 |
-
size 46780942
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000037_20250901_115620.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ac2142a89a59723365a8a6c66665e614f2a48b9d1666097445486e56e1dd8798
|
| 3 |
-
size 30124818
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000037_20250905_185022.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:21c9a9d9d1a994c294469117b65e85294bd8ceaa0c32f11536ca8332d1810857
|
| 3 |
-
size 99216661
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000042_20250909_195036.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6fb1d4a6078b90e758145333d328c2719c5b2385c398b648bf40bbc591b34686
|
| 3 |
-
size 84983248
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000052_20250901_000828.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4c038e55b0eba2ba221f34f8573f42e712dc457e92b61485d87d10f72b7880a6
|
| 3 |
-
size 82877450
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000055_20250906_072036.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0d4fb115385a2e7351050ee2b1eae715755f01ae6424145b6e5a295388ebddb4
|
| 3 |
-
size 19245001
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000065_20250911_175251.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0ffc86b15620503198c17fe20a4d473ca7352acc0b96e8be57fadd3a363d4a0d
|
| 3 |
-
size 56399520
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000068_20250913_181533.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:92004e3ac137d1bb936b9d5c46f3463836a3b78e292ed33cbd41dd984fa77e3e
|
| 3 |
-
size 51179247
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000071_20250905_193927.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:141fbb88ed0e8caff85f1da92403776f26598fed7ad7e5abd1164c2b15d2e5d6
|
| 3 |
-
size 100104895
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000075_20250905_194728.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bd2c8a341db9149fda9dcf1afd44c54061349a9e81aac564c27f549400ce8f45
|
| 3 |
-
size 58335276
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000080_20250906_140532.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1616cd71737022d1e01edbfd484227b8b851f201ab3bc9b916d067be9d82a499
|
| 3 |
-
size 99218381
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000086_20250903_223328.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3b90b78fa18d59c9445f5aa57e566d83781cd019fb6d8c3054d0081d18570c4b
|
| 3 |
-
size 51919759
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000092_20250904_224315.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:282210672f7ed5a8c91460516b7bf7a38e8fefd1450e440607539cc6343a43a9
|
| 3 |
-
size 51884141
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000100_20250902_010630.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:779716fab7aa2f7ac359316d60fe093f2715aa407ed9aa0a89d39aef94547b0d
|
| 3 |
-
size 22062752
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000106_20250911_182607.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f04d1bc1d1866af28f845b459e81851affa38a587b33a0a3627811495d35b2e9
|
| 3 |
-
size 46704056
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000107_20250831_125844.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e20f77e511e6ac18063be909291b222fffb7405cf5613eefd0e16efe038f5241
|
| 3 |
-
size 51908668
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000112_20250907_203743.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:906540c6c314c174d91e68e3f0ad54aabcba16aed6f7a6700549d6a25f535402
|
| 3 |
-
size 90415466
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000116_20250831_130816.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:87c606bf0ea7da59679f7fcd5f9820a5036d5690aa0de44f34ec2778845bdccc
|
| 3 |
-
size 72071363
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000133_20250902_013852.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2ace196dad6f0f75c85bcf03e8003694ed1acca85842558a830659aecc7888f0
|
| 3 |
-
size 22277384
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000139_20250829_183519.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:796c98b2953c813858cce3f7c48d24ffad1212f520dd2c6c62b22f6e281bbb05
|
| 3 |
-
size 17902843
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000144_20250827_222718.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2166e686dc9db105868228bc84aa91202b30a3086f43e41d407dd1013ef70aad
|
| 3 |
-
size 28235648
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000145_20250905_213029.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7bae958e64b7980aa5ad7aa3188b718c20b31d9f705924a8d8eb892043745327
|
| 3 |
-
size 99216255
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000148_20250909_211703.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b8d1949dfdb3ddc2607085025f0f6c04c81e11f46faa1e91b927b8646b853596
|
| 3 |
-
size 90437958
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000175_20250913_200555.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6c7f0432e24a23238cbd5ec4d04ae6e03523cd1de35c5b2197d65bfe7659fef3
|
| 3 |
-
size 55360172
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000192_20250830_192234.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0e8c1d8b21b50b1a7b490db7bbb3abc089d23cf1e9e37c43ada99faa29934929
|
| 3 |
-
size 43453726
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000221_20250910_195240.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f05e3bb2c9225b82829a0eac4a71c7442550ea4553fc0eed04d771896b0438d8
|
| 3 |
-
size 206116275
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000228_20250911_200607.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4d79c82ecc1d483e09fd3b2a0bd7b844640cf6d6490540999b994e40ae6d531c
|
| 3 |
-
size 69439611
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000229_20250908_222115.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fb535a03037965bd59405d6543459591dcb5bf3f97b13f5aa5921546d15ff3b1
|
| 3 |
-
size 206115876
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000251_20250908_223933.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:af368f6dff17d715d985909903191c8ffffbfce953b0b85d352075cde6d1bc42
|
| 3 |
-
size 83044385
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000256_20250830_200335.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:587ab6e0365e5d2f5d3249d2dd360a3161378af148b45532226bdf5c39f6170e
|
| 3 |
-
size 177114719
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000256_20250912_202725.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:068378b0d7510428e211a3f04ed348dd74122c803b10d0ab4444962bd7307d14
|
| 3 |
-
size 50897840
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000264_20250904_013114.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fd0f5736cefcf22837bd2437f8df9b7d7d35f490380565db21a3bba14bf0b5d3
|
| 3 |
-
size 70339680
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000268_20250830_075833.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:276ba46db7118cbf5f56149ace373b3ba76e771d7ba1f84e8808963ee09f5836
|
| 3 |
-
size 52670601
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000269_20250909_225601.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8492dc7188462889aa030130cbfd88478228bad63e16ccbd3e71d67911692d03
|
| 3 |
-
size 50890621
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000277_20250828_134025.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3ea88f6dd6f6ebf35125e03f391b097d117f845bebc6e629343feb7351e60dce
|
| 3 |
-
size 50003990
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000287_20250906_230904.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8ebca3d89e67ba18f04684e1edadedc5f82263ffc4639ab27e99d33935466925
|
| 3 |
-
size 46557871
|
|
|
|
|
|
|
|
|
|
|
|
data/enhanced_enhanced_sustained_batch_000288_20250911_205542.jsonl
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f465c56419bd1b5ff66561c6fe455a767926b839e5ff3fb8c811006c70417be8
|
| 3 |
-
size 66998371
|
|
|
|
|
|
|
|
|
|
|
|