Add `library_name` to metadata and update Github link
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: image-feature-extraction
|
|
|
4 |
---
|
|
|
5 |
## RICE-ViT-L Model Card
|
6 |
|
7 |
|
8 |
-
[[Github]](https://github.com/deepglint/
|
9 |
|
10 |

|
11 |
|
@@ -41,5 +43,4 @@ with torch.no_grad():
|
|
41 |
features = outputs.last_hidden_state
|
42 |
|
43 |
print(f"Extracted features shape: {features.shape}")
|
44 |
-
```
|
45 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: image-feature-extraction
|
4 |
+
library_name: transformers
|
5 |
---
|
6 |
+
|
7 |
## RICE-ViT-L Model Card
|
8 |
|
9 |
|
10 |
+
[[Github]](https://github.com/deepglint/unicom) [[Paper]](https://arxiv.org/abs/2507.20025)
|
11 |
|
12 |

|
13 |
|
|
|
43 |
features = outputs.last_hidden_state
|
44 |
|
45 |
print(f"Extracted features shape: {features.shape}")
|
46 |
+
```
|
|