Add library name and github repo
Browse filesThis PR ensures the proper library name is recognized for your model (Transformers), and adds a link to the code repository.
README.md
CHANGED
@@ -8,6 +8,7 @@ datasets:
|
|
8 |
- conceptual_captions
|
9 |
- wanng/wukong100m
|
10 |
pipeline_tag: image-feature-extraction
|
|
|
11 |
new_version: OpenGVLab/InternViT-300M-448px-V2_5
|
12 |
---
|
13 |
|
@@ -92,4 +93,4 @@ If you find this project useful in your research, please consider citing:
|
|
92 |
pages={24185--24198},
|
93 |
year={2024}
|
94 |
}
|
95 |
-
```
|
|
|
8 |
- conceptual_captions
|
9 |
- wanng/wukong100m
|
10 |
pipeline_tag: image-feature-extraction
|
11 |
+
library_name: transformers
|
12 |
new_version: OpenGVLab/InternViT-300M-448px-V2_5
|
13 |
---
|
14 |
|
|
|
93 |
pages={24185--24198},
|
94 |
year={2024}
|
95 |
}
|
96 |
+
```
|