43 lines
2.7 KiB
Plaintext
43 lines
2.7 KiB
Plaintext
|
||
= Legal Notice =
|
||
|
||
The openMind software is a collective work comprising of a number of components or files
|
||
with separate copyright notices and license terms. The collective work itself is released under
|
||
the MulanPSL-2.0 license (see the file LICENSE).
|
||
However, each component or file is licensed under its open source software license stated in
|
||
the header of the specific open source software file.
|
||
In case any conflicts between the MulanPSL-2.0 license and the open source software license
|
||
for a specific component or file, the license of such component or file will prevail.
|
||
|
||
|
||
The following software components or files are subject to the terms and conditions of the
|
||
Apache-2.0, as noted in the LICENSE-Apache 2.0 file:
|
||
|
||
Component/File Directory
|
||
train_sft.py examples\torch\alpaca_sft
|
||
hf_utils.py src\openmind\hf
|
||
trainer.py src\openmind\trainers
|
||
trainer_utils.py src\openmind\trainers
|
||
training_args.py src\openmind\trainers
|
||
generic.py src\openmind\utils
|
||
hub.py src\openmind\utils
|
||
import_utils.py src\openmind\utils
|
||
logging.py src\openmind\utils
|
||
utils_for_test.py tests
|
||
test_pipeline_text_generation.py tests\functional\pipelines
|
||
test_pipelines_depth_estimation.py tests\functional\pipelines
|
||
test_pipelines_image_classification.py tests\functional\pipelines
|
||
test_pipelines_image_segmentation.py tests\functional\pipelines
|
||
test_pipelines_image_to_image.py tests\functional\pipelines
|
||
test_pipelines_image_to_text.py tests\functional\pipelines
|
||
test_pipelines_mask_generation.py tests\functional\pipelines
|
||
test_pipelines_object_detection.py tests\functional\pipelines
|
||
test_pipelines_text2text_generation.py tests\functional\pipelines
|
||
test_pipelines_text_generation.py tests\functional\pipelines
|
||
test_pipelines_zero_shot.py tests\functional\pipelines
|
||
test_pipelines_zero_shot_audio_classification.py tests\functional\pipelines
|
||
test_pipelines_zero_shot_image_classification.py tests\functional\pipelines
|
||
test_pipelines_zero_shot_object_detection.py tests\functional\pipelines
|
||
pt_models_def.py tests\functional\trainer
|
||
test_trainer.py tests\functional\trainer
|