Update README.md
#5
by
altndrr
- opened
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Category Search from External Databases (CaSED)
|
2 |
|
3 |
Disclaimer: The model card is taken and modified from the official repository, which can be found [here](https://github.com/altndrr/vic). The paper can be found [here](https://arxiv.org/abs/2306.00917).
|
@@ -52,4 +60,4 @@ pip install torch faiss-cpu flair inflect nltk transformers
|
|
52 |
archivePrefix={arXiv},
|
53 |
primaryClass={cs.CV}
|
54 |
}
|
55 |
-
```
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-classification
|
3 |
+
tags:
|
4 |
+
- vision
|
5 |
+
widget:
|
6 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/cat-dog-music.png
|
7 |
+
example_title: Cat & Dog
|
8 |
+
---
|
9 |
# Category Search from External Databases (CaSED)
|
10 |
|
11 |
Disclaimer: The model card is taken and modified from the official repository, which can be found [here](https://github.com/altndrr/vic). The paper can be found [here](https://arxiv.org/abs/2306.00917).
|
|
|
60 |
archivePrefix={arXiv},
|
61 |
primaryClass={cs.CV}
|
62 |
}
|
63 |
+
```
|