samwaugh commited on
Commit
79cd3f4
·
verified ·
1 Parent(s): e349fcf

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .DS_Store +2 -2
  2. .gitattributes +2 -0
  3. count_progress.py +35 -0
  4. works/W11676039/.DS_Store +0 -0
  5. works/W1561960523/images/image-002-000.jpg +3 -0
  6. works/W2023101039/images/image-001-000.ccitt +3 -0
  7. works/W2023101039/images/image-002-001.ccitt +3 -0
  8. works/W2103374/.DS_Store +0 -0
  9. works/W2918597113/images/image-001-000.png +3 -0
  10. works/W2918597113/images/image-001-001.png +3 -0
  11. works/W2918597113/images/image-003-002.png +3 -0
  12. works/W2918597113/images/image-003-003.png +3 -0
  13. works/W2918597113/images/image-005-004.png +3 -0
  14. works/W2918597113/images/image-005-005.png +3 -0
  15. works/W2918597113/images/image-005-006.png +3 -0
  16. works/W2918597113/images/image-005-007.png +3 -0
  17. works/W2953810938/images/image-004-000.jpg +3 -0
  18. works/W2953810938/images/image-005-001.jpg +3 -0
  19. works/W2953810938/images/image-005-002.jpg +3 -0
  20. works/W2953810938/images/image-005-003.jpg +3 -0
  21. works/W2953810938/images/image-006-004.png +3 -0
  22. works/W2953810938/images/image-006-005.png +3 -0
  23. works/W2953810938/images/image-008-007.jpg +3 -0
  24. works/W2953810938/images/image-009-008.jpg +3 -0
  25. works/W2953810938/images/image-010-009.jpg +3 -0
  26. works/W2953810938/images/image-010-010.jpg +3 -0
  27. works/W2953810938/images/image-011-011.jpg +3 -0
  28. works/W2953810938/images/image-012-012.jpg +3 -0
  29. works/W2953810938/images/image-012-013.png +3 -0
  30. works/W2953810938/images/image-012-014.jpg +3 -0
  31. works/W2953810938/images/image-014-015.jpg +3 -0
  32. works/W2953810938/images/image-014-016.jpg +3 -0
  33. works/W2953810938/images/image-016-018.jpg +3 -0
  34. works/W2953810938/images/image-018-019.jpg +3 -0
  35. works/W2953810938/images/image-019-020.jpg +3 -0
  36. works/W2953810938/images/image-019-021.jpg +3 -0
  37. works/W2953810938/images/image-020-022.jpg +3 -0
  38. works/W3005720810/images/image-001-000.jpg +3 -0
  39. works/W3014671494/images/image-001-000.png +3 -0
  40. works/W3014671494/images/image-001-001.png +3 -0
  41. works/W3014671494/images/image-002-002.jb2e +0 -0
  42. works/W3014671494/images/image-003-003.jb2e +0 -0
  43. works/W3014671494/images/image-004-004.jb2e +0 -0
  44. works/W3014671494/images/image-005-005.jb2e +0 -0
  45. works/W3014671494/images/image-006-006.jb2e +0 -0
  46. works/W3014671494/images/image-007-007.jb2e +0 -0
  47. works/W3014671494/images/image-008-008.jb2e +0 -0
  48. works/W3014671494/images/image-009-009.jb2e +0 -0
  49. works/W3014671494/images/image-010-010.jb2e +0 -0
  50. works/W3014671494/images/image-011-011.jb2e +0 -0
.DS_Store CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f6923d8988966f50abdc117925bc2e7c57b38ad4897c246aea8772479134da0
3
- size 358404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a310b2d2fcff0d768c1e3b6cf76206cd7629c3aa192eaa09f8ddbbd2296c660a
3
+ size 6148
.gitattributes CHANGED
@@ -73,3 +73,5 @@ works/W2894764108/images/image-031-016.jp2 filter=lfs diff=lfs merge=lfs -text
73
  works/W2894764108/images/image-035-018.jp2 filter=lfs diff=lfs merge=lfs -text
74
  works/W2894764108/images/image-034-017.jp2 filter=lfs diff=lfs merge=lfs -text
75
  works/W2894764108/images/image-026-011.jp2 filter=lfs diff=lfs merge=lfs -text
 
 
 
73
  works/W2894764108/images/image-035-018.jp2 filter=lfs diff=lfs merge=lfs -text
74
  works/W2894764108/images/image-034-017.jp2 filter=lfs diff=lfs merge=lfs -text
75
  works/W2894764108/images/image-026-011.jp2 filter=lfs diff=lfs merge=lfs -text
76
+ works/W2023101039/images/image-001-000.ccitt filter=lfs diff=lfs merge=lfs -text
77
+ works/W2023101039/images/image-002-001.ccitt filter=lfs diff=lfs merge=lfs -text
count_progress.py ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """
3
+ ArteFact Upload Progress Checker
4
+ Checks upload progress once and exits
5
+ """
6
+
7
+ from huggingface_hub import HfApi
8
+
9
+ # Configuration
10
+ REPO_ID = 'samwaugh/artefact-markdown'
11
+ REPO_TYPE = 'dataset'
12
+ TOTAL_FILES = 239996
13
+
14
+ def main():
15
+ """Check progress once and exit"""
16
+ try:
17
+ api = HfApi()
18
+ files = api.list_repo_files(repo_id=REPO_ID, repo_type=REPO_TYPE)
19
+ uploaded_count = len(files)
20
+ progress_percentage = (uploaded_count / TOTAL_FILES) * 100
21
+
22
+ print(f"📊 Upload Progress - {time.strftime('%Y-%m-%d %H:%M:%S')}")
23
+ print(f"Files uploaded: {uploaded_count:,}/{TOTAL_FILES:,}")
24
+ print(f"Progress: {progress_percentage:.1f}%")
25
+ print(f"Remaining: {TOTAL_FILES - uploaded_count:,} files")
26
+
27
+ if uploaded_count >= TOTAL_FILES:
28
+ print("🎉 Upload complete!")
29
+
30
+ except Exception as e:
31
+ print(f"❌ Error checking progress: {e}")
32
+
33
+ if __name__ == '__main__':
34
+ import time
35
+ main()
works/W11676039/.DS_Store CHANGED
Binary files a/works/W11676039/.DS_Store and b/works/W11676039/.DS_Store differ
 
works/W1561960523/images/image-002-000.jpg ADDED

Git LFS Details

  • SHA256: 2b45c2c552b6fe5c9d3bd3592a7bb1f7c67a1192c38fdc98d117a99f7d5beeea
  • Pointer size: 131 Bytes
  • Size of remote file: 112 kB
works/W2023101039/images/image-001-000.ccitt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5cc72aff7593ce2b7738570b482492d4db0782127a166a495765299037404a6
3
+ size 252246
works/W2023101039/images/image-002-001.ccitt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27aee3a2961b687029b576d4bd7dcc7d8fcbe3b219d064651bd26cd3fb6c07af
3
+ size 256323
works/W2103374/.DS_Store CHANGED
Binary files a/works/W2103374/.DS_Store and b/works/W2103374/.DS_Store differ
 
works/W2918597113/images/image-001-000.png ADDED

Git LFS Details

  • SHA256: 8b85fab6d17379fbbf37b5cd42dc99d860f9e33df47dc711b6af2869fd5d027d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
works/W2918597113/images/image-001-001.png ADDED

Git LFS Details

  • SHA256: 928345ff3c110809b24b46ec1b372705f39faf05fdcb3bde65483a3b35d41fe5
  • Pointer size: 129 Bytes
  • Size of remote file: 1.51 kB
works/W2918597113/images/image-003-002.png ADDED

Git LFS Details

  • SHA256: 073b8a563c1134826006632afb859f78a0c38ba11419f47f7c88e91b50d09e29
  • Pointer size: 131 Bytes
  • Size of remote file: 447 kB
works/W2918597113/images/image-003-003.png ADDED

Git LFS Details

  • SHA256: 18feb48ba1afcb81ab21646b809c85aba9b52df896dddcc84878967151ecb4f6
  • Pointer size: 129 Bytes
  • Size of remote file: 5.6 kB
works/W2918597113/images/image-005-004.png ADDED

Git LFS Details

  • SHA256: a86112b7792d996a2850382770aaf90dabdb7d2e90b44e5ea1fc53c6a73105e8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
works/W2918597113/images/image-005-005.png ADDED

Git LFS Details

  • SHA256: de2985b63de4664faf516f8c76b6c86593fd6c52817b51b66692183b0994181b
  • Pointer size: 129 Bytes
  • Size of remote file: 2.22 kB
works/W2918597113/images/image-005-006.png ADDED

Git LFS Details

  • SHA256: 826bc7c78793598a8a52f4e23dfe84dcf4012143a49e2ab5004a48f550656cf6
  • Pointer size: 130 Bytes
  • Size of remote file: 79.2 kB
works/W2918597113/images/image-005-007.png ADDED

Git LFS Details

  • SHA256: bbcd8e59f298bab263234437f41968df5e877c65c37600054668d272cdedda01
  • Pointer size: 129 Bytes
  • Size of remote file: 3.48 kB
works/W2953810938/images/image-004-000.jpg ADDED

Git LFS Details

  • SHA256: ed977edb21d7f1e47178a055b3fcb4efd5a97c669927a40ab26b0a7b7cd1561c
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
works/W2953810938/images/image-005-001.jpg ADDED

Git LFS Details

  • SHA256: 0b5f8ecb6a143cfba094941079d05fdba4eb58919868635acac3f98fd6871d16
  • Pointer size: 130 Bytes
  • Size of remote file: 67.7 kB
works/W2953810938/images/image-005-002.jpg ADDED

Git LFS Details

  • SHA256: f59028d64bf64939ef600e1f94439af26cd93cf961941fddbe7e88c36f45efde
  • Pointer size: 130 Bytes
  • Size of remote file: 61.3 kB
works/W2953810938/images/image-005-003.jpg ADDED

Git LFS Details

  • SHA256: b4c6560366d4a745ec4346ba2e5d9a23ec04cdd176e5ad6efc7999536982029a
  • Pointer size: 130 Bytes
  • Size of remote file: 36.6 kB
works/W2953810938/images/image-006-004.png ADDED

Git LFS Details

  • SHA256: 563e4c2f8b0a1fdb3518d8093957e1ccd112ccfe220b71b0c605d2148a8ef78f
  • Pointer size: 130 Bytes
  • Size of remote file: 47 kB
works/W2953810938/images/image-006-005.png ADDED

Git LFS Details

  • SHA256: 9f08c5d7d5049948af5cf88c1c8f01112a90f2b703595b927d997be63e1e6a1a
  • Pointer size: 129 Bytes
  • Size of remote file: 1 kB
works/W2953810938/images/image-008-007.jpg ADDED

Git LFS Details

  • SHA256: c378167f0945cd5d8b9dd6d55293cc19d0ecc2c2efb9bf2e0ec7e85ca80e2cfb
  • Pointer size: 131 Bytes
  • Size of remote file: 235 kB
works/W2953810938/images/image-009-008.jpg ADDED

Git LFS Details

  • SHA256: d753f493e3517365fbd07d7a301057bdc81d12d56150e717fc5b4a09f1f88c85
  • Pointer size: 130 Bytes
  • Size of remote file: 81.3 kB
works/W2953810938/images/image-010-009.jpg ADDED

Git LFS Details

  • SHA256: 757c7ad91ea617e51e100c21ce51720868e02b8508b8e5b05831023c56d2f93e
  • Pointer size: 130 Bytes
  • Size of remote file: 93.9 kB
works/W2953810938/images/image-010-010.jpg ADDED

Git LFS Details

  • SHA256: 50081668bdaffebfae8f1c8b31cf9a824779b408842ae4ac35c5b587f03b6cb5
  • Pointer size: 130 Bytes
  • Size of remote file: 95.4 kB
works/W2953810938/images/image-011-011.jpg ADDED

Git LFS Details

  • SHA256: 7234e5942886f151e48d36485dcc64efff75f5cddd63a0b5aa2caab2f220c17a
  • Pointer size: 130 Bytes
  • Size of remote file: 59.2 kB
works/W2953810938/images/image-012-012.jpg ADDED

Git LFS Details

  • SHA256: e42fb7abd04ea405ada00eff39b7a26b08c71e63ff3c26dad005a09ab794eed8
  • Pointer size: 130 Bytes
  • Size of remote file: 18.9 kB
works/W2953810938/images/image-012-013.png ADDED

Git LFS Details

  • SHA256: e688aa9c42703b3384dfe5655c872f349cc85a193bf7652ec0b92c3d0189c28f
  • Pointer size: 128 Bytes
  • Size of remote file: 289 Bytes
works/W2953810938/images/image-012-014.jpg ADDED

Git LFS Details

  • SHA256: f4450cd145e6386a854e975660249c0ca5af63fc9c6cf1806b07506161f520ee
  • Pointer size: 130 Bytes
  • Size of remote file: 74.6 kB
works/W2953810938/images/image-014-015.jpg ADDED

Git LFS Details

  • SHA256: 7484a096ba5e8a7a6d7b40937bb529155ed8cbe66836a54288586f70eada1d88
  • Pointer size: 130 Bytes
  • Size of remote file: 24.1 kB
works/W2953810938/images/image-014-016.jpg ADDED

Git LFS Details

  • SHA256: f36955e407f0f30eb105b6477e8cc69a5adaf25957b6db1a246d51c5075fe364
  • Pointer size: 131 Bytes
  • Size of remote file: 139 kB
works/W2953810938/images/image-016-018.jpg ADDED

Git LFS Details

  • SHA256: 95fde02dc0d19d772975885598fa197f65cc572403d77f4c4febc7912ed08f09
  • Pointer size: 130 Bytes
  • Size of remote file: 98.4 kB
works/W2953810938/images/image-018-019.jpg ADDED

Git LFS Details

  • SHA256: 594d1e95dbe28857006c84da50649af5da25b836bb032f279c6938bcb800a33f
  • Pointer size: 131 Bytes
  • Size of remote file: 127 kB
works/W2953810938/images/image-019-020.jpg ADDED

Git LFS Details

  • SHA256: 181d6e443bfbc6f73951336944475b3b669348187876ab4d64267ef84c3fe00e
  • Pointer size: 131 Bytes
  • Size of remote file: 247 kB
works/W2953810938/images/image-019-021.jpg ADDED

Git LFS Details

  • SHA256: 87948eb580f2c44fade8f88d5ad7307dbbc80dad9ed5f5b08d59f98e16f97a5b
  • Pointer size: 131 Bytes
  • Size of remote file: 252 kB
works/W2953810938/images/image-020-022.jpg ADDED

Git LFS Details

  • SHA256: 6f98027acf464b7de0072954f0ea2e0260c5930af2144cb63a4f5fcc25ebaca2
  • Pointer size: 131 Bytes
  • Size of remote file: 146 kB
works/W3005720810/images/image-001-000.jpg ADDED

Git LFS Details

  • SHA256: c0c12e7f0dfd85142b08df0eb1a9bb783920bfaf1757147221975e8d956a3584
  • Pointer size: 130 Bytes
  • Size of remote file: 51.8 kB
works/W3014671494/images/image-001-000.png ADDED

Git LFS Details

  • SHA256: 649198480985f753df9d993da6c8cf6a5267c331e4cc73d8734c4714e620bb79
  • Pointer size: 129 Bytes
  • Size of remote file: 7.4 kB
works/W3014671494/images/image-001-001.png ADDED

Git LFS Details

  • SHA256: 6b2b58fda19dab6a989d154a50895dc39d818c769525bf71c9e05291d4409fa9
  • Pointer size: 130 Bytes
  • Size of remote file: 23.8 kB
works/W3014671494/images/image-002-002.jb2e ADDED
Binary file (22.4 kB). View file
 
works/W3014671494/images/image-003-003.jb2e ADDED
Binary file (31.8 kB). View file
 
works/W3014671494/images/image-004-004.jb2e ADDED
Binary file (23.8 kB). View file
 
works/W3014671494/images/image-005-005.jb2e ADDED
Binary file (24.7 kB). View file
 
works/W3014671494/images/image-006-006.jb2e ADDED
Binary file (23.7 kB). View file
 
works/W3014671494/images/image-007-007.jb2e ADDED
Binary file (23.3 kB). View file
 
works/W3014671494/images/image-008-008.jb2e ADDED
Binary file (25.2 kB). View file
 
works/W3014671494/images/image-009-009.jb2e ADDED
Binary file (23.6 kB). View file
 
works/W3014671494/images/image-010-010.jb2e ADDED
Binary file (26.4 kB). View file
 
works/W3014671494/images/image-011-011.jb2e ADDED
Binary file (21 kB). View file