paralym commited on
Commit
eca76ba
·
verified ·
1 Parent(s): 067ccde

Update serve_constants.py

Browse files
Files changed (1) hide show
  1. serve_constants.py +10 -10
serve_constants.py CHANGED
@@ -73,12 +73,12 @@ html_header = """
73
  </style>
74
 
75
  <div class="header-container">
76
- <a href="https://neulab.github.io/Pangea/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
77
- <img src="https://i.postimg.cc/sgbKDRVP/pangea-logo.png" alt="LLaVA-NeXT">
78
  </a>
79
  <div>
80
- <h2><a href="https://neulab.github.io/Pangea/">PANGEA: A Fully Open Multilingual Multimodal LLM for 39 Languages</a></h2>
81
- <h5><a href="https://neulab.github.io/Pangea/">Code</a> | <a href="https://neulab.github.io/Pangea/">Checkpoints</a> | <a href="https://neulab.github.io/Pangea/">Data</a> | <a href="https://neulab.github.io/Pangea/">PANGEA Demo</a></h5>
82
  </div>
83
  </div>
84
  """
@@ -94,22 +94,22 @@ tos_markdown = """
94
  By using this service, users are required to agree to the following terms:
95
  The service is a research preview intended for non-commercial use only. It only provides limited safety measures and may generate offensive content. It must not be used for any illegal, harmful, violent, racist, or sexual purposes. The service may collect user dialogue data for future research.
96
 
97
- We deploy our model backend with SGLang. However, there could be congestion during the serving process, leading to delayed responses. If you encounter any issues with the webpage, kindly refresh it.
98
  """
99
 
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
  ```
 
73
  </style>
74
 
75
  <div class="header-container">
76
+ <a href="https://aimedlab.github.io/PULSE/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
77
+ <img src="https://i.postimg.cc/W3p3gX3m/pulse-icon.png" alt="LLaVA-NeXT">
78
  </a>
79
  <div>
80
+ <h2><a href="https://aimedlab.github.io/PULSE/">Teach Multimodal LLMs to Comprehend Electrocardiographic Images</a></h2>
81
+ <h5><a href="https://github.com/AIMedLab/PULSE">Code</a> | <a href="https://huggingface.co/PULSE-ECG/PULSE-7B">Checkpoints</a> | <a href="https://huggingface.co/collections/PULSE-ECG/pulse-ecg-671eec61a17554b2d0ae0fe5">Data</a> | <a href="https://huggingface.co/spaces/PULSE-ECG/PULSE">Demo</a></h5>
82
  </div>
83
  </div>
84
  """
 
94
  By using this service, users are required to agree to the following terms:
95
  The service is a research preview intended for non-commercial use only. It only provides limited safety measures and may generate offensive content. It must not be used for any illegal, harmful, violent, racist, or sexual purposes. The service may collect user dialogue data for future research.
96
 
97
+ We deploy our model backend with ZEROGPU. However, there could be congestion during the serving process, leading to delayed responses. If you encounter any issues with the webpage, kindly refresh it.
98
  """
99
 
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, and [License](https://huggingface.co/liuhaotian/llava-v1.6-vicuna-7b) of LLaVA. Please contact us if you find any potential violation.
104
  """
105
 
106
  bibtext = """
107
  ## Citation
108
  ```
109
+ @article{liu2024teach,
110
+ title={Teach Multimodal LLMs to Comprehend Electrocardiographic Images},
111
+ author={Ruoqi Liu, Yuelin Bai, Xiang Yue, Ping Zhang},
112
+ journal={arXiv preprint arXiv:2410.19008},
113
  year={2024}
114
  }
115
  ```