jiminHuang commited on
Commit
756fe83
·
verified ·
1 Parent(s): ab0eb7e

Upload 10 files

Browse files
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ frontend/public/nactemlogo.png filter=lfs diff=lfs merge=lfs -text
frontend/public/airclogo.png ADDED
frontend/public/archimedeslogo.png ADDED
frontend/public/index.html CHANGED
@@ -1,96 +1,96 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <link rel="icon" href="%PUBLIC_URL%/logo32.png" />
6
- <meta
7
- name="viewport"
8
- content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
9
- />
10
- <meta
11
- name="description"
12
- content="Interactive leaderboard for comparing LLM performance across financial benchmarks."
13
- />
14
-
15
- <!-- Open Graph / Facebook -->
16
- <meta property="og:type" content="website" />
17
- <meta
18
- property="og:url"
19
- content="https://huggingface.co/spaces/TheFinAI/open_finllm_leaderboard"
20
- />
21
- <meta
22
- property="og:title"
23
- content="Open Financial LLM Leaderboard - Compare Large Language Models in Financial Domain"
24
- />
25
- <meta
26
- property="og:description"
27
- content="Interactive leaderboard for comparing LLM performance across financial benchmarks."
28
- />
29
- <meta property="og:image" content="%PUBLIC_URL%/og-image.png" />
30
-
31
- <!-- Twitter -->
32
- <meta property="twitter:card" content="summary_large_image" />
33
- <meta
34
- property="twitter:url"
35
- content="https://huggingface.co/spaces/TheFinAI/open_finllm_leaderboard"
36
- />
37
- <meta
38
- property="twitter:title"
39
- content="Open Financial LLM Leaderboard - Compare Large Language Models in Financial Domain"
40
- />
41
- <meta
42
- property="twitter:description"
43
- content="Interactive leaderboard for comparing LLM performance across financial benchmarks."
44
- />
45
- <meta property="twitter:image" content="%PUBLIC_URL%/og-image.png" />
46
- <!--
47
- Notice the use of %PUBLIC_URL% in the tags above.
48
- It will be replaced with the URL of the `public` folder during the build.
49
- Only files inside the `public` folder can be referenced from the HTML.
50
-
51
- Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
52
- work correctly both with client-side routing and a non-root public URL.
53
- Learn how to configure a non-root public URL by running `npm run build`.
54
- -->
55
- <title>
56
- Open Financial LLM Leaderboard - Compare Large Language Models in Financial Domain
57
- </title>
58
- <link
59
- href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
60
- rel="stylesheet"
61
- />
62
- <style>
63
- html,
64
- body {
65
- position: fixed;
66
- width: 100%;
67
- height: 100%;
68
- overflow: hidden;
69
- -webkit-overflow-scrolling: touch;
70
- }
71
- #root {
72
- position: absolute;
73
- top: 0;
74
- left: 0;
75
- right: 0;
76
- bottom: 0;
77
- overflow-y: auto;
78
- -webkit-overflow-scrolling: touch;
79
- }
80
- </style>
81
- </head>
82
- <body>
83
- <noscript>You need to enable JavaScript to run this app.</noscript>
84
- <div id="root"></div>
85
- <!--
86
- This HTML file is a template.
87
- If you open it directly in the browser, you will see an empty page.
88
-
89
- You can add webfonts, meta tags, or analytics to this file.
90
- The build step will place the bundled scripts into the <body> tag.
91
-
92
- To begin the development, run `npm start` or `yarn start`.
93
- To create a production bundle, use `npm run build` or `yarn build`.
94
- -->
95
- </body>
96
- </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <link rel="icon" href="%PUBLIC_URL%/logo32.png" />
6
+ <meta
7
+ name="viewport"
8
+ content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
9
+ />
10
+ <meta
11
+ name="description"
12
+ content="Interactive leaderboard for comparing LLM performance across financial benchmarks."
13
+ />
14
+
15
+ <!-- Open Graph / Facebook -->
16
+ <meta property="og:type" content="website" />
17
+ <meta
18
+ property="og:url"
19
+ content="https://huggingface.co/spaces/TheFinAI/open_finllm_leaderboard"
20
+ />
21
+ <meta
22
+ property="og:title"
23
+ content="Open Financial LLM Leaderboard - Compare Large Language Models in Financial Domain"
24
+ />
25
+ <meta
26
+ property="og:description"
27
+ content="Interactive leaderboard for comparing LLM performance across financial benchmarks."
28
+ />
29
+ <meta property="og:image" content="%PUBLIC_URL%/og-image.png" />
30
+
31
+ <!-- Twitter -->
32
+ <meta property="twitter:card" content="summary_large_image" />
33
+ <meta
34
+ property="twitter:url"
35
+ content="https://huggingface.co/spaces/TheFinAI/open_finllm_leaderboard"
36
+ />
37
+ <meta
38
+ property="twitter:title"
39
+ content="Open Financial LLM Leaderboard - Compare Large Language Models in Financial Domain"
40
+ />
41
+ <meta
42
+ property="twitter:description"
43
+ content="Interactive leaderboard for comparing LLM performance across financial benchmarks."
44
+ />
45
+ <meta property="twitter:image" content="%PUBLIC_URL%/og-image.png" />
46
+ <!--
47
+ Notice the use of %PUBLIC_URL% in the tags above.
48
+ It will be replaced with the URL of the `public` folder during the build.
49
+ Only files inside the `public` folder can be referenced from the HTML.
50
+
51
+ Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
52
+ work correctly both with client-side routing and a non-root public URL.
53
+ Learn how to configure a non-root public URL by running `npm run build`.
54
+ -->
55
+ <title>
56
+ Open Financial LLM Leaderboard - Compare Large Language Models in Financial Domain
57
+ </title>
58
+ <link
59
+ href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
60
+ rel="stylesheet"
61
+ />
62
+ <style>
63
+ html,
64
+ body {
65
+ position: fixed;
66
+ width: 100%;
67
+ height: 100%;
68
+ overflow: hidden;
69
+ -webkit-overflow-scrolling: touch;
70
+ }
71
+ #root {
72
+ position: absolute;
73
+ top: 0;
74
+ left: 0;
75
+ right: 0;
76
+ bottom: 0;
77
+ overflow-y: auto;
78
+ -webkit-overflow-scrolling: touch;
79
+ }
80
+ </style>
81
+ </head>
82
+ <body>
83
+ <noscript>You need to enable JavaScript to run this app.</noscript>
84
+ <div id="root"></div>
85
+ <!--
86
+ This HTML file is a template.
87
+ If you open it directly in the browser, you will see an empty page.
88
+
89
+ You can add webfonts, meta tags, or analytics to this file.
90
+ The build step will place the bundled scripts into the <body> tag.
91
+
92
+ To begin the development, run `npm start` or `yarn start`.
93
+ To create a production bundle, use `npm run build` or `yarn build`.
94
+ -->
95
+ </body>
96
+ </html>
frontend/public/logo256.png ADDED
frontend/public/logo32.png ADDED
frontend/public/logofinai.png ADDED
frontend/public/nactemlogo.png ADDED

Git LFS Details

  • SHA256: aefef87e040ad90c02b86318a4476f60e60d28912b7fe7c8c505414d1dc30ed5
  • Pointer size: 131 Bytes
  • Size of remote file: 173 kB
frontend/public/robots.txt CHANGED
@@ -1,3 +1,3 @@
1
- # https://www.robotstxt.org/robotstxt.html
2
- User-agent: *
3
- Disallow:
 
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow:
frontend/public/securefinailab.png ADDED