Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<div align="center">
|
2 |
|
3 |
# Scaling Vision Pre-Training to 4K Resolution
|
@@ -308,6 +315,4 @@ If you find this work useful in your research, please consider citing:
|
|
308 |
journal={arXiv preprint arXiv:2503.19903},
|
309 |
year={2025}
|
310 |
}
|
311 |
-
```
|
312 |
-
|
313 |
-
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
base_model:
|
5 |
+
- google/siglip-so400m-patch14-384
|
6 |
+
pipeline_tag: image-feature-extraction
|
7 |
+
---
|
8 |
<div align="center">
|
9 |
|
10 |
# Scaling Vision Pre-Training to 4K Resolution
|
|
|
315 |
journal={arXiv preprint arXiv:2503.19903},
|
316 |
year={2025}
|
317 |
}
|
318 |
+
```
|
|
|
|