From d7e274555964dd01bd87de8102ebe936f6e5bd14 Mon Sep 17 00:00:00 2001 From: tsukumi Date: Wed, 26 Mar 2025 20:28:34 +0900 Subject: [PATCH] Improve: Update license information --- convert_bert_onnx.py | 6 ++++-- convert_onnx.py | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/convert_bert_onnx.py b/convert_bert_onnx.py index 437a0a2..baba3e5 100644 --- a/convert_bert_onnx.py +++ b/convert_bert_onnx.py @@ -1,8 +1,10 @@ # 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 # Copyright (c) 2024 tuna2134 +# Copyright (c) 2024-2025 tsukumi # # Permission is hereby granted, free of charge, to any person obtaining a copy # 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 # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: - +# # The above copyright notice and this permission notice shall be included in all # copies or substantial portions of the Software. # diff --git a/convert_onnx.py b/convert_onnx.py index 66f632e..2a41fe4 100644 --- a/convert_onnx.py +++ b/convert_onnx.py @@ -1,9 +1,11 @@ # 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) -# 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 # Copyright (c) 2024 tuna2134 +# Copyright (c) 2024-2025 tsukumi # # Permission is hereby granted, free of charge, to any person obtaining a copy # 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 # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: - +# # The above copyright notice and this permission notice shall be included in all # copies or substantial portions of the Software. #