Update README.md
#1
by
wping
- opened
- README.md +6 -6
- config.json +1 -1
README.md
CHANGED
@@ -102,19 +102,19 @@ print(scores.tolist())
|
|
102 |
Sheng-Chieh Lin (s269lin@uwaterloo.ca), Wei Ping (wping@nvidia.com)
|
103 |
|
104 |
## Citation
|
105 |
-
|
|
|
106 |
|
107 |
```bibtex
|
108 |
@misc{lin2024nvmmembed,
|
109 |
-
title={
|
110 |
author={Sheng-Chieh Lin, Chankyu Lee, Mohammad Shoeybi, Jimmy Lin, Bryan Catanzaro, Wei Ping},
|
111 |
year={2024},
|
112 |
-
eprint={
|
113 |
archivePrefix={arXiv},
|
114 |
-
primaryClass={cs.CL}
|
115 |
-
url={https://arxiv.org/abs/2411.02571},
|
116 |
}
|
117 |
-
```
|
118 |
## License
|
119 |
This model should not be used for any commercial purpose. Refer the [license](https://spdx.org/licenses/CC-BY-NC-4.0) for the detailed terms.
|
120 |
|
|
|
102 |
Sheng-Chieh Lin (s269lin@uwaterloo.ca), Wei Ping (wping@nvidia.com)
|
103 |
|
104 |
## Citation
|
105 |
+
Coming soon.
|
106 |
+
<!-- If you find this code useful in your research, please consider citing:
|
107 |
|
108 |
```bibtex
|
109 |
@misc{lin2024nvmmembed,
|
110 |
+
title={UNIVERSAL MULTIMODAL RETRIEVAL WITH MULTIMODAL LLMS},
|
111 |
author={Sheng-Chieh Lin, Chankyu Lee, Mohammad Shoeybi, Jimmy Lin, Bryan Catanzaro, Wei Ping},
|
112 |
year={2024},
|
113 |
+
eprint={2405.17428},
|
114 |
archivePrefix={arXiv},
|
115 |
+
primaryClass={cs.CL}
|
|
|
116 |
}
|
117 |
+
``` -->
|
118 |
## License
|
119 |
This model should not be used for any commercial purpose. Refer the [license](https://spdx.org/licenses/CC-BY-NC-4.0) for the detailed terms.
|
120 |
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"add_eos_token": true,
|
4 |
"architectures": [
|
5 |
"NVMMEmbedModel"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "myshare/NV-MMEmbed-v1",
|
3 |
"add_eos_token": true,
|
4 |
"architectures": [
|
5 |
"NVMMEmbedModel"
|