File size: 3,926 Bytes
68317b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
## NOTICE

This product includes software developed by HPAI - BSC using third-party components. The following is a summary of the third-party components used in this project, along with their respective licenses.

The following is a list of third-party components used in this project along with their respective licenses:

--------------------------------------------------------------------------------
Svelte (https://svelte.dev)
Licensed under the MIT License.
Copyright © Rich Harris and other contributors.

--------------------------------------------------------------------------------
Component: APScheduler
License: MIT License
URL: https://github.com/agronholm/apscheduler

--------------------------------------------------------------------------------
Component: black
License: MIT License
URL: https://github.com/psf/black

--------------------------------------------------------------------------------
Component: datasets
License: Apache License 2.0
URL: https://github.com/huggingface/datasets

--------------------------------------------------------------------------------
Component: gradio==5.22.0
License: Apache License 2.0
URL: https://github.com/gradio-app/gradio

--------------------------------------------------------------------------------
Component: gradio[oauth]
License: Apache License 2.0
URL: https://github.com/gradio-app/gradio

--------------------------------------------------------------------------------
Component: gradio_leaderboard==0.0.13
License: Apache License 2.0
URL: https://github.com/gradio-app/leaderboard

--------------------------------------------------------------------------------
Component: gradio_client==1.8.0
License: Apache License 2.0
URL: https://github.com/gradio-app/gradio/tree/main/python-client

--------------------------------------------------------------------------------
Component: huggingface-hub>=0.18.0
License: Apache License 2.0
URL: https://github.com/huggingface/huggingface_hub

--------------------------------------------------------------------------------
Component: matplotlib
License: PSF License (BSD-style)
URL: https://github.com/matplotlib/matplotlib

--------------------------------------------------------------------------------
Component: numpy
License: BSD 3-Clause License
URL: https://github.com/numpy/numpy

--------------------------------------------------------------------------------
Component: pandas==2.2.3
License: BSD 3-Clause License
URL: https://github.com/pandas-dev/pandas

--------------------------------------------------------------------------------
Component: python-dateutil
License: BSD License
URL: https://github.com/dateutil/dateutil

--------------------------------------------------------------------------------
Component: tqdm
License: MIT License
URL: https://github.com/tqdm/tqdm

--------------------------------------------------------------------------------
Component: transformers
License: Apache License 2.0
URL: https://github.com/huggingface/transformers

--------------------------------------------------------------------------------
Component: tokenizers>=0.15.0
License: Apache License 2.0
URL: https://github.com/huggingface/tokenizers

--------------------------------------------------------------------------------
Component: sentencepiece
License: Apache License 2.0
URL: https://github.com/google/sentencepiece

--------------------------------------------------------------------------------
Component: plotly
License: MIT License
URL: https://github.com/plotly/plotly.py

--------------------------------------------------------------------------------

Each component is used under the terms of its respective license. Full license texts can typically be found in the LICENSE files within the respective repositories or in the `site-packages` directory of your Python environment.

--------------------------------------------------------------------------------