Spaces:
Running
Running
File size: 9,705 Bytes
eb64f0c |
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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 |
© NCSOFT Corporation. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Any questions about our licensed work can be sent to [email protected].
--------------------------------------
This software uses Open Source Software (OSS). You can find the link for the source code of these open source projects, along with applicable license information, below.
charset-normalizer <br>
https://github.com/Ousret/charset_normalizer <br>
Copyright (c) 2019 TAHRI Ahmed R. <br>
MIT License
datasets <br>
https://github.com/huggingface/datasets <br>
Copyright 2020 The HuggingFace Authors.<br>
Apache License 2.0
decorator<br>
https://github.com/micheles/decorator<br>
Copyright (c) 2005-2018, Michele Simionato. All rights reserved.<br>
BSD 2-Clause "Simplified" License
dill<br>
https://github.com/uqfoundation/dill<br>
Copyright (c) 2004-2016 California Institute of Technology.<br>
Copyright (c) 2016-2022 The Uncertainty Quantification Foundation. All rights reserved.<br>
BSD 3-Clause "New" or "Revised" License
evaluate <br>
https://github.com/huggingface/evaluate<br>
Copyright 2020 The HuggingFace Datasets Authors and the TensorFlow Datasets Authors.<br>
Apache License 2.0
executing<br>
https://github.com/alexmojaki/executing<br>
Copyright (c) 2019 Alex Hall<br>
MIT License
fire<br>
https://github.com/google/python-fire<br>
Copyright 2017 Google Inc. All rights reserved.<br>
Apache License 2.0
frozenlist<br>
https://github.com/aio-libs/frozenlist<br>
Copyright 2013-2019 Nikolay Kim and Andrew Svetlov<br>
Apache License 2.0
fsspec<br>
https://github.com/fsspec/filesystem_spec<br>
Copyright (c) 2018, Martin Durant. All rights reserved.<br>
BSD 3-Clause "New" or "Revised" License
huggingface-hub<br>
https://github.com/huggingface/huggingface_hub<br>
Copyright 2022-present, the HuggingFace Inc. team.<br>
Apache License 2.0
idna<br>
https://github.com/kjd/idna<br>
Copyright (c) 2013-2021, Kim Davies All rights reserved.<br>
BSD 3-Clause "New" or "Revised" License
ipython<br>
https://github.com/ipython/ipython<br>
Copyright (c) 2008-Present, IPython Development Team<br>
Copyright (c) 2001-2007, Fernando Perez <[email protected]><br>
Copyright (c) 2001, Janko Hauser <[email protected]><br>
Copyright (c) 2001, Nathaniel Gray <[email protected]> All rights reserved.<br>
BSD 3-Clause "New" or "Revised" License
jedi<br>
https://github.com/davidhalter/jedi<br>
Copyright (c) <2013> <David Halter and others, see AUTHORS.txt><br>
MIT License
matplotlib-inline<br>
https://github.com/ipython/matplotlib-inline<br>
Copyright (c) 2019-2022, IPython Development Team. All rights reserved.<br>
BSD 3-Clause "New" or "Revised" License
multidict<br>
https://github.com/aio-libs/multidict<br>
Copyright 2016-2021 Andrew Svetlov and aio-libs team<br>
Apache License 2.0
multiprocess<br>
https://github.com/uqfoundation/multiprocess<br>
Copyright (c) 2008-2016 California Institute of Technology.<br>
Copyright (c) 2016-2022 The Uncertainty Quantification Foundation. All rights reserved.<br>
BSD 3-Clause "New" or "Revised" License
numpy<br>
https://github.com/numpy/numpy<br>
Copyright (c) 2005-2022, NumPy Developers. All rights reserved.<br>
BSD 3-Clause "New" or "Revised" License
packaging<br>
https://github.com/pypa/packaging<br>
Copyright (c) Donald Stufft and individual contributors. All rights reserved.<br>
Apache License 2.0
pandas<br>
https://github.com/pandas-dev/pandas<br>
Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team All rights reserved.<br>
BSD 3-Clause "New" or "Revised" License
parso<br>
https://github.com/davidhalter/parso<br>
Copyright (c) <2013-2017> <David Halter and others, see AUTHORS.txt><br>
MIT License
pexpect<br>
https://github.com/pexpect/pexpect<br>
Copyright (c) 2013-2014, Pexpect development team<br>
Copyright (c) 2012, Noah Spurrier <[email protected]><br>
ISC License
pickleshare<br>
https://github.com/pickleshare/pickleshare<br>
Copyright (c) 2016 Ville Vainio<br>
MIT License
prompt-toolkit<br>
https://github.com/prompt-toolkit/python-prompt-toolkit<br>
Copyright (c) 2014, Jonathan Slenders. All rights reserved.<br>
BSD 3-Clause "New" or "Revised" License
ptyprocess<br>
https://github.com/pexpect/ptyprocess<br>
Copyright (c) 2013-2014, Pexpect development team<br>
Copyright (c) 2012, Noah Spurrier <[email protected]><br>
ISC License
pure-eval<br>
https://github.com/alexmojaki/pure_eval<br>
Copyright (c) 2019 Alex Hall<br>
MIT License
pyarrow<br>
https://github.com/apache/arrow<br>
Copyright 2016-2019 The Apache Software Foundation<br>
Apache License 2.0
Pygments<br>
https://github.com/pygments/pygments<br>
Copyright (c) 2006-2022 by the respective authors (see AUTHORS file). All rights reserved.<br>
BSD 2-Clause "Simplified" License
pyparsing<br>
https://github.com/pyparsing/pyparsing/<br>
Copyright (c) 2003-2022 Paul T. McGuire<br>
MIT License
python-dateutil<br>
https://github.com/dateutil/dateutil<br>
Copyright 2017- Paul Ganssle <[email protected]><br>
Copyright 2017- dateutil contributors (see AUTHORS file)<br>
Apache License 2.0
pytz<br>
https://github.com/stub42/pytz<br>
Copyright (c) 2003-2019 Stuart Bishop <[email protected]><br>
MIT License
PyYAML<br>
https://github.com/yaml/pyyaml<br>
Copyright (c) 2017-2021 Ingy döt Net<br>
Copyright (c) 2006-2016 Kirill Simonov<br>
MIT License
regex<br>
https://github.com/mrabarnett/mrab-regex<br>
copyright (c) 1998-2001 by Secret Labs AB<br>
Apache License 2.0
requests<br>
https://github.com/psf/requests<br>
©MMXVIX. A Kenneth Reitz Project.<br>
Apache License 2.0
responses<br>
https://github.com/getsentry/responses<br>
Copyright 2015 David Cramer<br>
Apache License 2.0
six<br>
https://github.com/benjaminp/six<br>
Copyright (c) 2010-2020 Benjamin Peterson<br>
MIT License
stack-data<br>
https://github.com/alexmojaki/stack_data<br>
Copyright (c) 2019 Alex Hall<br>
MIT License
termcolor<br>
https://github.com/termcolor/termcolor<br>
Copyright (c) 2008-2011 Volvox Development Team<br>
MIT License
tokenizers<br>
https://github.com/huggingface/tokenizers<br>
Apache License 2.0
toml<br>
https://github.com/uiri/toml<br>
Copyright 2013-2019 William Pearson<br>
Copyright 2015-2016 Julien Enselme<br>
Copyright 2016 Google Inc.<br>
Copyright 2017 Samuel Vasko<br>
Copyright 2017 Nate Prewitt<br>
Copyright 2017 Jack Evans<br>
Copyright 2019 Filippo Broggini<br>
MIT License<br>
torch<br>
https://github.com/pytorch/pytorch<br>
Copyright (c) 2016- Facebook, Inc (Adam Paszke)<br>
Copyright (c) 2014- Facebook, Inc (Soumith Chintala)<br>
Copyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert)<br>
Copyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu)<br>
Copyright (c) 2011-2012 NEC Laboratories America (Koray Kavukcuoglu)<br>
Copyright (c) 2011-2013 NYU (Clement Farabet)<br>
Copyright (c) 2006-2010 NEC Laboratories America (Ronan Collobert, Leon Bottou, Iain Melvin, Jason Weston)<br>
Copyright (c) 2006 Idiap Research Institute (Samy Bengio)<br>
Copyright (c) 2001-2004 Idiap Research Institute (Ronan Collobert, Samy Bengio, Johnny Mariethoz)<br>
BSD 3-Clause "New" or "Revised" License
tqdm<br>
https://github.com/tqdm/tqdm<br>
2015-2021 (c) Casper da Costa-Luis<br>
2016 (c) [PR #96] on behalf of Google Inc.<br>
2013 (c) Noam Yorav-Raphael, original author.<br>
Mozilla Public License 2.0
traitlets<br>
https://github.com/ipython/traitlets<br>
Copyright (c) 2001-, IPython Development Team<br>
BSD 3-Clause "New" or "Revised" License
transformers<br>
https://github.com/huggingface/transformers<br>
Copyright 2018- The Hugging Face team. All rights reserved.<br>
Apache License 2.0
typing_extensions<br>
https://github.com/python/typing_extensions<br>
Python Software Foundation License 2.0
urllib3<br>
https://github.com/urllib3/urllib3<br>
Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt)<br>
MIT License
wcwidth<br>
https://github.com/jquast/wcwidth<br>
Copyright (c) 2014 Jeff Quast <[email protected]><br>
MIT License
xxhash<br>
https://github.com/ifduyue/python-xxhash<br>
Copyright (c) 2014-2020, Yue Du. All rights reserved.<br>
BSD 2-Clause "Simplified" License
yarl<br>
https://github.com/aio-libs/yarl<br>
Copyright 2016-2021, Andrew Svetlov and aio-libs team<br>
Apache License 2.0
|