zixuanlan commited on
Commit
c070f40
·
verified ·
1 Parent(s): 3c6573d

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +5 -0
  2. LICENSE +15 -0
  3. README.md +187 -0
  4. data/attribute/images/001.png +3 -0
  5. data/attribute/images/002.png +3 -0
  6. data/attribute/images/003.png +3 -0
  7. data/attribute/images/004.png +3 -0
  8. data/attribute/images/005.png +3 -0
  9. data/attribute/images/006.png +3 -0
  10. data/attribute/images/007.png +3 -0
  11. data/attribute/images/008.png +3 -0
  12. data/attribute/images/009.png +3 -0
  13. data/attribute/images/010.png +3 -0
  14. data/attribute/images/011.png +3 -0
  15. data/attribute/images/012.png +3 -0
  16. data/attribute/images/013.png +3 -0
  17. data/attribute/images/014.png +3 -0
  18. data/attribute/images/015.png +3 -0
  19. data/attribute/images/016.png +3 -0
  20. data/attribute/images/017.png +3 -0
  21. data/attribute/images/018.png +3 -0
  22. data/attribute/images/019.png +3 -0
  23. data/attribute/images/020.png +3 -0
  24. data/attribute/images/021.jpg +3 -0
  25. data/attribute/images/022.jpg +3 -0
  26. data/attribute/images/023.jpg +3 -0
  27. data/attribute/images/024.jpg +3 -0
  28. data/attribute/images/025.jpg +3 -0
  29. data/attribute/images/026.jpg +3 -0
  30. data/attribute/images/027.jpg +3 -0
  31. data/attribute/images/028.jpg +3 -0
  32. data/attribute/images/029.jpg +3 -0
  33. data/attribute/images/030.jpg +3 -0
  34. data/attribute/images/031.jpg +3 -0
  35. data/attribute/images/032.jpg +3 -0
  36. data/attribute/images/033.jpg +3 -0
  37. data/attribute/images/034.jpg +3 -0
  38. data/attribute/images/035.jpg +3 -0
  39. data/attribute/images/036.jpg +3 -0
  40. data/attribute/images/037.jpg +3 -0
  41. data/attribute/images/038.jpg +3 -0
  42. data/attribute/images/039.jpg +3 -0
  43. data/attribute/images/040.jpg +3 -0
  44. data/attribute/images/041.jpg +3 -0
  45. data/attribute/images/042.jpg +3 -0
  46. data/attribute/images/043.jpg +3 -0
  47. data/attribute/images/044.jpg +3 -0
  48. data/attribute/images/045.jpg +3 -0
  49. data/attribute/images/046.jpg +3 -0
  50. data/attribute/images/047.jpg +3 -0
.gitignore ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ predictions/
4
+ metrics*.json
5
+ release_summary.json
LICENSE ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ SABRE-Prior is licensed under the Creative Commons
2
+ Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0).
3
+
4
+ License summary:
5
+ https://creativecommons.org/licenses/by-nc/4.0/
6
+
7
+ Legal code:
8
+ https://creativecommons.org/licenses/by-nc/4.0/legalcode
9
+
10
+ Required attribution:
11
+ SABRE: Scalable and Automated Benchmarking of VLMs under Stress
12
+ Zixuan Lan, Luzhe Sun, Matthew R. Walter, and Jiawei Zhou (2026).
13
+
14
+ The SABRE software and website are distributed separately and are not covered
15
+ by this dataset license.
README.md CHANGED
@@ -1,3 +1,190 @@
1
  ---
 
 
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: cc-by-nc-4.0
5
+ pretty_name: "SABRE-Prior"
6
+ task_categories:
7
+ - visual-question-answering
8
+ tags:
9
+ - image
10
+ - vision-language
11
+ - benchmark
12
+ - stress-testing
13
+ gated: true
14
+ configs:
15
+ - config_name: context
16
+ drop_labels: true
17
+ data_files:
18
+ - split: test
19
+ path: data/context/**
20
+ - config_name: texture
21
+ drop_labels: true
22
+ data_files:
23
+ - split: test
24
+ path: data/texture/**
25
+ - config_name: attribute
26
+ drop_labels: true
27
+ data_files:
28
+ - split: test
29
+ path: data/attribute/**
30
+ - config_name: language
31
+ drop_labels: true
32
+ data_files:
33
+ - split: test
34
+ path: data/language/**
35
+ extra_gated_heading: "Acknowledge the SABRE-Prior data terms"
36
+ extra_gated_description: "Access is intended for non-commercial research and education."
37
+ extra_gated_button_content: "Acknowledge and request access"
38
+ extra_gated_prompt: "SABRE-Prior contains generated and edited stress-test images. The Attribute subset includes synthetic animals with non-canonical numbers of limbs, which some viewers may find unusual or unsettling. By requesting access, you acknowledge this content notice and agree to use the dataset only for non-commercial research or education under the stated license."
39
+ extra_gated_fields:
40
+ Intended use:
41
+ type: select
42
+ options:
43
+ - Non-commercial research
44
+ - Education
45
+ - Other non-commercial use
46
+ I acknowledge that the Attribute subset may contain visually unusual synthetic animals: checkbox
47
+ I agree to the non-commercial dataset license and use restriction: checkbox
48
  ---
49
+
50
+ # SABRE-Prior
51
+
52
+ SABRE-Prior is the world-prior stress-test benchmark introduced in **SABRE:
53
+ Scalable and Automated Benchmarking of VLMs under Stress**. It evaluates whether
54
+ vision-language models follow visible evidence when that evidence conflicts with
55
+ learned expectations about familiar objects, materials, scenes, and language.
56
+
57
+ Project page: https://zesearch.github.io/vlm-SABRE/
58
+ Code: https://github.com/Zesearch/vlm-SABRE
59
+ Paper: arXiv link coming soon
60
+
61
+ ## Dataset composition
62
+
63
+ | Split | Images | Questions | Primary metric |
64
+ |:--|--:|--:|:--|
65
+ | Context | 200 | 400 | Strict four-probe pair accuracy |
66
+ | Texture | 200 | 400 | Strict four-probe pair accuracy |
67
+ | Attribute | 100 | 100 | Exact normalized count accuracy |
68
+ | Language | 100 | 100 | Exact multiple-choice accuracy |
69
+ | **Total** | **600** | **1,000** | Four-split macro average |
70
+
71
+ The benchmark has evaluation splits only and is not intended as training data.
72
+
73
+ ## Loading
74
+
75
+ ```python
76
+ from datasets import load_dataset
77
+
78
+ context = load_dataset("Zesearch/SABRE-Prior", "context", split="test")
79
+ texture = load_dataset("Zesearch/SABRE-Prior", "texture", split="test")
80
+ attribute = load_dataset("Zesearch/SABRE-Prior", "attribute", split="test")
81
+ language = load_dataset("Zesearch/SABRE-Prior", "language", split="test")
82
+ ```
83
+
84
+ Each row contains the following common fields:
85
+
86
+ - `id`: globally unique question identifier;
87
+ - `image`: image decoded by Hugging Face from `file_name`;
88
+ - `subset`: `context`, `texture`, `attribute`, or `language`;
89
+ - `question` and `answer`;
90
+ - `eval_type`: the official scoring contract.
91
+
92
+ Context and Texture additionally contain `pair_id` and `probe`. Language
93
+ contains the four `options` and `answer_text`. Texture exposes the object and
94
+ normal/counterfactual surface labels used to construct the probe.
95
+
96
+ ## Evaluation
97
+
98
+ Save one prediction file per split:
99
+
100
+ ```text
101
+ predictions/
102
+ ├── context.jsonl
103
+ ├── texture.jsonl
104
+ ├── attribute.jsonl
105
+ └── language.jsonl
106
+ ```
107
+
108
+ Every line must contain the question ID and the raw model response:
109
+
110
+ ```json
111
+ {"id": "context_001__base_source", "prediction": "yes"}
112
+ ```
113
+
114
+ Run the included deterministic evaluator:
115
+
116
+ ```bash
117
+ python evaluate.py --predictions predictions --output metrics.json
118
+ ```
119
+
120
+ The official metrics are:
121
+
122
+ 1. **Context:** a pair is correct only when `base_source`, `base_target`,
123
+ `edited_source`, and `edited_target` are all correct.
124
+ 2. **Texture:** a pair is correct only when `base_normal`,
125
+ `base_counterfactual`, `edited_normal`, and `edited_counterfactual` are all
126
+ correct.
127
+ 3. **Attribute:** the normalized predicted count must exactly match the answer.
128
+ 4. **Language:** the extracted A/B/C/D option must exactly match the answer.
129
+ 5. **Macro accuracy:** the unweighted mean of the four split accuracies.
130
+
131
+ Question-level and probe-level accuracies for the paired splits are diagnostics,
132
+ not the main reported Context or Texture scores.
133
+
134
+ ## Main results
135
+
136
+ Accuracy (%) reported in the paper:
137
+
138
+ | Model | Context | Texture | Attribute | Language | Macro avg. |
139
+ |:--|--:|--:|--:|--:|--:|
140
+ | Claude 4.6 | 10 | 40 | 17 | 58 | 31.3 |
141
+ | Kimi-k2.6 | 7 | 52 | 17 | 17 | 23.3 |
142
+ | Qwen 3.5 | 3 | 46 | 14 | 29 | 23.0 |
143
+ | Gemini 3.5 | 0 | 52 | 26 | 11 | 22.3 |
144
+ | GPT-5.4 | 1 | 28 | 20 | 23 | 18.0 |
145
+ | Grok-4.3 | 4 | 28 | 16 | 23 | 17.8 |
146
+
147
+ The mean macro-average accuracy across the six evaluated models is 22.6%.
148
+
149
+ ## Intended use and limitations
150
+
151
+ SABRE-Prior is intended for non-commercial research and education involving VLM
152
+ evaluation, stress testing, robustness analysis, and benchmark methodology. It
153
+ is not intended for model training, commercial deployment, or claims about
154
+ general intelligence or real-world safety based on these scores alone.
155
+
156
+ The benchmark is intentionally adversarial and generated or edited. It does not
157
+ represent the natural frequency of objects, materials, scenes, attributes, or
158
+ language cues in the world. Performance should be interpreted only under the
159
+ evaluation protocol above.
160
+
161
+ ## Content notice
162
+
163
+ The Attribute split includes synthetic images of animals and objects with
164
+ non-canonical component counts. Some animal images contain unusual numbers of
165
+ limbs and may be visually unsettling to some viewers. The content is provided
166
+ solely for benchmark research; it does not depict real animal harm.
167
+
168
+ ## License and disclaimer
169
+
170
+ The dataset is released under the Creative Commons
171
+ Attribution-NonCommercial 4.0 International license (CC BY-NC 4.0). The SABRE
172
+ software repository has its own license.
173
+
174
+ The dataset is provided "as is," without warranties of any kind. To the extent
175
+ permitted by law, the authors are not liable for claims or damages arising from
176
+ its use. Users are responsible for complying with applicable law, institutional
177
+ policies, the dataset license, and responsible research practice.
178
+
179
+ ## Citation
180
+
181
+ The arXiv identifier will be added after release.
182
+
183
+ ```bibtex
184
+ @article{lan2026sabre,
185
+ title = {SABRE: Scalable and Automated Benchmarking of VLMs under Stress},
186
+ author = {Lan, Zixuan and Sun, Luzhe and Walter, Matthew R. and Zhou, Jiawei},
187
+ journal = {arXiv preprint},
188
+ year = {2026}
189
+ }
190
+ ```
data/attribute/images/001.png ADDED

Git LFS Details

  • SHA256: f3e96f851574fd187cd8d28ee1cd0299263c405f874b5061698f9013b19104a9
  • Pointer size: 131 Bytes
  • Size of remote file: 674 kB
data/attribute/images/002.png ADDED

Git LFS Details

  • SHA256: 8d2e8c13c04d17d18a1c11b74eef3a6f1c386a3ed120aea769567bc57397d3bf
  • Pointer size: 131 Bytes
  • Size of remote file: 592 kB
data/attribute/images/003.png ADDED

Git LFS Details

  • SHA256: 1dececc4eefac1717a77be54fe5954fd5bfcce3657d83b3917797db0815f02fb
  • Pointer size: 131 Bytes
  • Size of remote file: 369 kB
data/attribute/images/004.png ADDED

Git LFS Details

  • SHA256: 9a0512d473dd5948efa731da3d79eeaf408e2b1d6479e8141b0ef31b3ba794f8
  • Pointer size: 131 Bytes
  • Size of remote file: 411 kB
data/attribute/images/005.png ADDED

Git LFS Details

  • SHA256: 99f6b9fca1d557a49f4e1c41997edeed5751fd396f4b20b300fd110ee238ce18
  • Pointer size: 131 Bytes
  • Size of remote file: 381 kB
data/attribute/images/006.png ADDED

Git LFS Details

  • SHA256: dc79a1dbd9c26577712be6f724ffbce28a654400cc69c5a046faaee55096db85
  • Pointer size: 131 Bytes
  • Size of remote file: 653 kB
data/attribute/images/007.png ADDED

Git LFS Details

  • SHA256: 67c76f763866e3ae2a2cf7563f0f98c54a7341ad6a4c2cc36927b971c95c7e94
  • Pointer size: 131 Bytes
  • Size of remote file: 542 kB
data/attribute/images/008.png ADDED

Git LFS Details

  • SHA256: d65744cae0e3b46926236b67867391e0f1f6696809a49c4018645b84b0e6355c
  • Pointer size: 131 Bytes
  • Size of remote file: 625 kB
data/attribute/images/009.png ADDED

Git LFS Details

  • SHA256: 8d9083e3445464d1f629602190bccdece7a486e36b5fcee56567638e87440c94
  • Pointer size: 131 Bytes
  • Size of remote file: 305 kB
data/attribute/images/010.png ADDED

Git LFS Details

  • SHA256: 994dacf9e5a368af46dac47fc322ae3d573100d09439424ec6d6aac3583b94e2
  • Pointer size: 131 Bytes
  • Size of remote file: 363 kB
data/attribute/images/011.png ADDED

Git LFS Details

  • SHA256: 5acf2eab9e5d4346275cd023835d17f1ee5c9288fe97a72c88b331c7e4b9011a
  • Pointer size: 131 Bytes
  • Size of remote file: 459 kB
data/attribute/images/012.png ADDED

Git LFS Details

  • SHA256: 8c1c6037fefc89a222f599a2557e807506e90e391addb6d9c95e2e3af8d87f19
  • Pointer size: 131 Bytes
  • Size of remote file: 602 kB
data/attribute/images/013.png ADDED

Git LFS Details

  • SHA256: e9b65b51aca826566b101c9a5501ee4c5a696bfe74f303390fb74083713dc8f0
  • Pointer size: 131 Bytes
  • Size of remote file: 468 kB
data/attribute/images/014.png ADDED

Git LFS Details

  • SHA256: 02447669b783afb1dc8f07e8ff8a443c85f9a9b903d617bfc872e2aac41abcfe
  • Pointer size: 131 Bytes
  • Size of remote file: 491 kB
data/attribute/images/015.png ADDED

Git LFS Details

  • SHA256: 2cbc8fcd1e1a26b54983c0a81bdba28668f4060d15c08f6e42dfe3ec13c78609
  • Pointer size: 131 Bytes
  • Size of remote file: 478 kB
data/attribute/images/016.png ADDED

Git LFS Details

  • SHA256: fe51e5576f65dca55dd6c441f063ba591e0bc4751916805f42e9ef2c89f2bce8
  • Pointer size: 131 Bytes
  • Size of remote file: 309 kB
data/attribute/images/017.png ADDED

Git LFS Details

  • SHA256: d0bb6c7e86f48c4fe02bbc326ac22a59414536c7706587e618e2668ccc933336
  • Pointer size: 131 Bytes
  • Size of remote file: 566 kB
data/attribute/images/018.png ADDED

Git LFS Details

  • SHA256: b9b92cfa78ca7c7df192e372bbd3a95ff749e8d0b24de216483890188310e987
  • Pointer size: 131 Bytes
  • Size of remote file: 572 kB
data/attribute/images/019.png ADDED

Git LFS Details

  • SHA256: dbabeddae282900910aa33a7e5a9bf55b1caecd82757f62602e05492e1dfeb30
  • Pointer size: 131 Bytes
  • Size of remote file: 625 kB
data/attribute/images/020.png ADDED

Git LFS Details

  • SHA256: c6922f9fb0ec91e56ecc82d41011d31cc652bc68c903c5215cd3c87d84114c7c
  • Pointer size: 131 Bytes
  • Size of remote file: 548 kB
data/attribute/images/021.jpg ADDED

Git LFS Details

  • SHA256: 639ec4521240583517253d42dc1d65a9d795d6f779c6f50dc8f42bdaf927027c
  • Pointer size: 131 Bytes
  • Size of remote file: 377 kB
data/attribute/images/022.jpg ADDED

Git LFS Details

  • SHA256: f503e555d83759f8a51573d9dc967660268c08a6f18f531d02aee07fe0ae6b14
  • Pointer size: 131 Bytes
  • Size of remote file: 422 kB
data/attribute/images/023.jpg ADDED

Git LFS Details

  • SHA256: f6b7fe13224a2c3f3375a28e702f2d01f2cf502b3afffaef614da65616c3bebe
  • Pointer size: 131 Bytes
  • Size of remote file: 399 kB
data/attribute/images/024.jpg ADDED

Git LFS Details

  • SHA256: 371e4ff69cef062246b23c81deca8a20184185b4c3d52241e6f2339eff8a7d3f
  • Pointer size: 131 Bytes
  • Size of remote file: 557 kB
data/attribute/images/025.jpg ADDED

Git LFS Details

  • SHA256: 0c2abd0d8ea88f3d307e90bfd342b9f6097ec021454ab665333639ff80d401f1
  • Pointer size: 131 Bytes
  • Size of remote file: 510 kB
data/attribute/images/026.jpg ADDED

Git LFS Details

  • SHA256: 71f98af4230d34b56cf0ef0bc0c719b7e7e8f205d68fe0ad0a146ccd3312ebda
  • Pointer size: 131 Bytes
  • Size of remote file: 402 kB
data/attribute/images/027.jpg ADDED

Git LFS Details

  • SHA256: 06a4dfd2c7a750e6b1c6d7da35be79c46e97362655f8e51fcadf7f295dc09783
  • Pointer size: 131 Bytes
  • Size of remote file: 390 kB
data/attribute/images/028.jpg ADDED

Git LFS Details

  • SHA256: ac1a1f484b0ef2975a39f140e20e363a91d606fd17e7b9398573132a0498f853
  • Pointer size: 131 Bytes
  • Size of remote file: 317 kB
data/attribute/images/029.jpg ADDED

Git LFS Details

  • SHA256: 9a4c31700ea17d36dc2b5528176abe1eae0674db0c2c5f74a73716615fdd4f67
  • Pointer size: 131 Bytes
  • Size of remote file: 338 kB
data/attribute/images/030.jpg ADDED

Git LFS Details

  • SHA256: b7b69b6c8a8d7b0017557cc587815bddd4fbb154c1eab54d9e9581d8ddb582d8
  • Pointer size: 131 Bytes
  • Size of remote file: 399 kB
data/attribute/images/031.jpg ADDED

Git LFS Details

  • SHA256: a0c7de400a8e68a9fa67d9bab82e8fdab0c667eb96d2fc274f4a99f5318567b0
  • Pointer size: 131 Bytes
  • Size of remote file: 446 kB
data/attribute/images/032.jpg ADDED

Git LFS Details

  • SHA256: bb7bb51739d18456b1b53fc52aa63f49deb123ae6ff7cba981320b04bba3f6e1
  • Pointer size: 131 Bytes
  • Size of remote file: 452 kB
data/attribute/images/033.jpg ADDED

Git LFS Details

  • SHA256: 9fee35fb75e2b8de1436a3f62f78d2cb950f5435cbc9c002775a514abd76ee88
  • Pointer size: 131 Bytes
  • Size of remote file: 468 kB
data/attribute/images/034.jpg ADDED

Git LFS Details

  • SHA256: 1f01896ebe5dda4fcf148dc27ef2f087a03295454efdcdc433854e9c3258e7a0
  • Pointer size: 131 Bytes
  • Size of remote file: 263 kB
data/attribute/images/035.jpg ADDED

Git LFS Details

  • SHA256: 13db57f9c5df8ce2ae57217adb71afa0b4de35f182f7535107c673c372013f14
  • Pointer size: 131 Bytes
  • Size of remote file: 314 kB
data/attribute/images/036.jpg ADDED

Git LFS Details

  • SHA256: ab62f23e7b12658b33238c976303250152310d024b4281317510a49c6fb8e5f6
  • Pointer size: 131 Bytes
  • Size of remote file: 237 kB
data/attribute/images/037.jpg ADDED

Git LFS Details

  • SHA256: dde3fc8206954a4278c4ff2ee657fa41b3afdcf41879cb28eddc5e76b23f7b1f
  • Pointer size: 131 Bytes
  • Size of remote file: 589 kB
data/attribute/images/038.jpg ADDED

Git LFS Details

  • SHA256: 066254967a109f176824a1479c01ef1b131adc7788a235a0bf4e704f3b732957
  • Pointer size: 131 Bytes
  • Size of remote file: 532 kB
data/attribute/images/039.jpg ADDED

Git LFS Details

  • SHA256: cd2a8f07d4f99ffd611c1ccdf6bcefc3a02cc1e15c6074b774fcfb5a92a3cd1d
  • Pointer size: 131 Bytes
  • Size of remote file: 816 kB
data/attribute/images/040.jpg ADDED

Git LFS Details

  • SHA256: ff36acc3cfb38bc0d6eddbd69c10f2289102586f2122819938e66d36a2b26918
  • Pointer size: 131 Bytes
  • Size of remote file: 322 kB
data/attribute/images/041.jpg ADDED

Git LFS Details

  • SHA256: c6eac7ba0fe7a22a0ab717595aca4ea2b12a34b6c88873b48188be277d987947
  • Pointer size: 131 Bytes
  • Size of remote file: 923 kB
data/attribute/images/042.jpg ADDED

Git LFS Details

  • SHA256: dabe4ac2d677909d247b41af6e77d480f135bd28398946794f0b92f99082d9c3
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
data/attribute/images/043.jpg ADDED

Git LFS Details

  • SHA256: 59f1967b827d475f76d5bc229baf981203f0a4702753af4de68390dbed07f894
  • Pointer size: 131 Bytes
  • Size of remote file: 529 kB
data/attribute/images/044.jpg ADDED

Git LFS Details

  • SHA256: 951bbfb686ff7df60aff7681907b6e5ef957281a776aec41543766256c701bd9
  • Pointer size: 131 Bytes
  • Size of remote file: 631 kB
data/attribute/images/045.jpg ADDED

Git LFS Details

  • SHA256: 4fd3feafe6f7c989413b8abda685a80a2d0262256d32fb6f35aa9a2b97874772
  • Pointer size: 131 Bytes
  • Size of remote file: 655 kB
data/attribute/images/046.jpg ADDED

Git LFS Details

  • SHA256: 1165156e11dc9d4bdd4c6098816ad708e0f3eaf0a70c68ba2b9ed6ec40c9537e
  • Pointer size: 131 Bytes
  • Size of remote file: 335 kB
data/attribute/images/047.jpg ADDED

Git LFS Details

  • SHA256: b87d429c976034f3809f380809e0939e04331e31e919220e4787287f8a80299f
  • Pointer size: 131 Bytes
  • Size of remote file: 335 kB