Safetensors
English
llava_next
custom_code

Update README.md

#1
by wping - opened
Files changed (2) hide show
  1. README.md +6 -6
  2. 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
- If you find this code useful in your research, please consider citing:
 
106
 
107
  ```bibtex
108
  @misc{lin2024nvmmembed,
109
- title={MM-Embed: Universal Multimodal Retrieval with Multimodal LLMs},
110
  author={Sheng-Chieh Lin, Chankyu Lee, Mohammad Shoeybi, Jimmy Lin, Bryan Catanzaro, Wei Ping},
111
  year={2024},
112
- eprint={2411.02571},
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": "nvidia/MM-Embed",
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"