orlandc's picture
Doc: add NOTICE and LICENSE files
68317b1
raw
history blame
3.93 kB
## 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.
--------------------------------------------------------------------------------