MirakramAghalarov commited on
Commit
1e3ddd4
1 Parent(s): a76b907

added about

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. src/display/about.py +2 -0
app.py CHANGED
@@ -143,7 +143,8 @@ with demo:
143
  with gr.Column(scale=9):
144
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
145
  with gr.Column(scale=1, min_width=1):
146
- gr.Image('src/display/kapital.jpg', scale=1,
 
147
  show_label=False,
148
  interactive=False,
149
  show_share_button=False,
 
143
  with gr.Column(scale=9):
144
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
145
  with gr.Column(scale=1, min_width=1):
146
+ gr.Image('src/display/kapital.jpg', scale=1,
147
+ heigth = 160,
148
  show_label=False,
149
  interactive=False,
150
  show_share_button=False,
src/display/about.py CHANGED
@@ -44,6 +44,8 @@ INTRODUCTION_TEXT = """
44
  The Azerbaijani Open LLM Leaderboard is sponsored by Kapital Bank to support and develop Azerbaijani language NLP. This leaderboard offers a clear and fair ranking of open-source Azerbaijani LLMs, helping researchers, developers, and the AI community work together to improve the quality and use of Azerbaijani language models.
45
  Through this platform, we hope to bring useful AI technology to the Azerbaijani language and encourage models that are both locally relevant and internationally competitive.
46
 
 
 
47
  ## Partners
48
 
49
  This leaderboard is supported by Kapital Bank, LocalDocs, PRODATA LLC, and the R&D Center of Baku Higher Oil School.
 
44
  The Azerbaijani Open LLM Leaderboard is sponsored by Kapital Bank to support and develop Azerbaijani language NLP. This leaderboard offers a clear and fair ranking of open-source Azerbaijani LLMs, helping researchers, developers, and the AI community work together to improve the quality and use of Azerbaijani language models.
45
  Through this platform, we hope to bring useful AI technology to the Azerbaijani language and encourage models that are both locally relevant and internationally competitive.
46
 
47
+ Contributors: Special thanks to Bugra Sen, Emir Rahimov, Kavsar Huseynova, Mirakram Aghalarov and Reshad Veliyev for their valuable contributions.
48
+
49
  ## Partners
50
 
51
  This leaderboard is supported by Kapital Bank, LocalDocs, PRODATA LLC, and the R&D Center of Baku Higher Oil School.