From 6d04e3fa9e51617ebbb038895a0065ee1ae8c784 Mon Sep 17 00:00:00 2001 From: tianhao zhang <15600919271@163.com> Date: Mon, 31 Oct 2022 06:46:08 +0000 Subject: [PATCH] update wav2vec2 license --- paddlespeech/s2t/models/wav2vec2/modules/activations.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/paddlespeech/s2t/models/wav2vec2/modules/activations.py b/paddlespeech/s2t/models/wav2vec2/modules/activations.py index 396787ce7..145d419e1 100644 --- a/paddlespeech/s2t/models/wav2vec2/modules/activations.py +++ b/paddlespeech/s2t/models/wav2vec2/modules/activations.py @@ -1,8 +1,5 @@ -# Authors -# * Mirco Ravanelli 2020 -# * Jianyuan Zhong 2020 -# """ # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. +# Copyright 2020 The HuggingFace Team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.