Add `library_name` to metadata and update Github link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -3
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/MVT) [[Paper]](https://arxiv.org/abs/2507.20025)
9
 
10
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6478679d7b370854241b2ad8/Yy09pOusaZ47LofJ27xox.jpeg)
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
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6478679d7b370854241b2ad8/Yy09pOusaZ47LofJ27xox.jpeg)
13
 
 
43
  features = outputs.last_hidden_state
44
 
45
  print(f"Extracted features shape: {features.shape}")
46
+ ```