paralym commited on
Commit
1fdedc3
1 Parent(s): 436b14e

Update serve_constants.py

Browse files
Files changed (1) hide show
  1. serve_constants.py +7 -1
serve_constants.py CHANGED
@@ -100,12 +100,18 @@ We deploy our model backend with SGLang. However, there could be congestion duri
100
 
101
  learn_more_markdown = """
102
  ## License
103
- The service is a research preview intended for non-commercial use only, subject to the model [License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of LLaMA, [Terms of Use](https://openai.com/policies/terms-of-use) of the data generated by OpenAI, and [Privacy Practices](https://chrome.google.com/webstore/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb) of ShareGPT. Please contact us if you find any potential violation.
104
  """
105
 
106
  bibtext = """
107
  ## Citation
108
  ```
 
 
 
 
 
 
109
  ```
110
  """
111
 
 
100
 
101
  learn_more_markdown = """
102
  ## License
103
+ The service is a research preview and is subject to the [License](https://huggingface.co/Qwen/Qwen2-7B-Instruct/blob/main/LICENSE) of Qwen2, the [License](https://github.com/LLaVA-VL/LLaVA-NeXT/blob/main/LICENSE) of LLaVA-NEXT, and the [Terms of Use](https://openai.com/policies/terms-of-use) governing the data generated by OpenAI. Users are required to strictly adhere to the terms outlined in these licenses. Please contact us if you identify any potential violations.
104
  """
105
 
106
  bibtext = """
107
  ## Citation
108
  ```
109
+ @article{yue2024pangea,
110
+ title={Pangea: A Fully Open Multilingual Multimodal LLM for 39 Languages},
111
+ author={Yue, Xiang and Song, Yueqi and Asai, Akari and Kim, Seungone and Nyandwi, Jean de Dieu and Khanuja, Simran and Kantharuban, Anjali and Sutawika, Lintang and Ramamoorthy, Sathyanarayanan and Neubig, Graham},
112
+ journal={arXiv preprint arXiv:2410.16153},
113
+ year={2024}
114
+ }
115
  ```
116
  """
117