Improve: Update license information
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
# Usage: .venv/bin/python convert_bert_onnx.py --language JP
|
# Usage: .venv/bin/python convert_bert_onnx.py --language JP
|
||||||
# https://github.com/tuna2134/sbv2-api/blob/main/scripts/convert/convert_deberta.py を参考に実装した
|
|
||||||
|
|
||||||
|
# https://github.com/tuna2134/sbv2-api/blob/main/scripts/convert/convert_deberta.py を参考に実装した
|
||||||
|
#
|
||||||
# MIT License
|
# MIT License
|
||||||
# Copyright (c) 2024 tuna2134
|
# Copyright (c) 2024 tuna2134
|
||||||
|
# Copyright (c) 2024-2025 tsukumi
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -10,7 +12,7 @@
|
|||||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
# copies of the Software, and to permit persons to whom the Software is
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
# furnished to do so, subject to the following conditions:
|
# furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
# The above copyright notice and this permission notice shall be included in all
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# copies or substantial portions of the Software.
|
# copies or substantial portions of the Software.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
# Usage: .venv/bin/python convert_onnx.py --model model_assets/koharune-ami/koharune-ami.safetensors
|
# Usage: .venv/bin/python convert_onnx.py --model model_assets/koharune-ami/koharune-ami.safetensors
|
||||||
# .venv/bin/python convert_onnx.py --model model_assets/ (All models in the directory will be converted)
|
# .venv/bin/python convert_onnx.py --model model_assets/ (All models in the directory will be converted)
|
||||||
# https://github.com/tuna2134/sbv2-api/blob/main/scripts/convert/convert_model.py を参考に実装した
|
|
||||||
|
|
||||||
|
# https://github.com/tuna2134/sbv2-api/blob/main/scripts/convert/convert_model.py を参考に実装した
|
||||||
|
#
|
||||||
# MIT License
|
# MIT License
|
||||||
# Copyright (c) 2024 tuna2134
|
# Copyright (c) 2024 tuna2134
|
||||||
|
# Copyright (c) 2024-2025 tsukumi
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -11,7 +13,7 @@
|
|||||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
# copies of the Software, and to permit persons to whom the Software is
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
# furnished to do so, subject to the following conditions:
|
# furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
# The above copyright notice and this permission notice shall be included in all
|
# The above copyright notice and this permission notice shall be included in all
|
||||||
# copies or substantial portions of the Software.
|
# copies or substantial portions of the Software.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user