repo stringlengths 7 90 | file_url stringlengths 81 315 | file_path stringlengths 4 228 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 14:38:15 2026-01-05 02:33:18 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/retribert/tokenization_retribert_fast.py | hf-dev-train/transformers-main/src/transformers/models/retribert/tokenization_retribert_fast.py | # coding=utf-8
# Copyright 2018 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/retribert/__init__.py | hf-dev-train/transformers-main/src/transformers/models/retribert/__init__.py | # 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/retribert/tokenization_retribert.py | hf-dev-train/transformers-main/src/transformers/models/retribert/tokenization_retribert.py | # coding=utf-8
# Copyright 2018 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/retribert/configuration_retribert.py | hf-dev-train/transformers-main/src/transformers/models/retribert/configuration_retribert.py | # coding=utf-8
# Copyright 2019-present, the HuggingFace Inc. team, The Google AI Language Team and Facebook, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.or... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/llama_old/modeling_llama.py | hf-dev-train/transformers-main/src/transformers/models/llama_old/modeling_llama.py | # coding=utf-8
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
#
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
# and OPT implementations in this library. It has been modified from its
# original forms to accommodate minor architectural differences compared
# to G... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/llama_old/__init__.py | hf-dev-train/transformers-main/src/transformers/models/llama_old/__init__.py | # Copyright 2022 EleutherAI and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/llama_old/convert_llama_weights_to_hf.py | hf-dev-train/transformers-main/src/transformers/models/llama_old/convert_llama_weights_to_hf.py | # Copyright 2022 EleutherAI and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/llama_old/configuration_llama.py | hf-dev-train/transformers-main/src/transformers/models/llama_old/configuration_llama.py | # coding=utf-8
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
#
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
# and OPT implementations in this library. It has been modified from its
# original forms to accommodate minor architectural differences compared
# to G... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/llama_old/tokenization_llama.py | hf-dev-train/transformers-main/src/transformers/models/llama_old/tokenization_llama.py | # coding=utf-8
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
#
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
# and OPT implementations in this library. It has been modified from its
# original forms to accommodate minor architectural differences compared
# to G... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/blip_2/configuration_blip_2.py | hf-dev-train/transformers-main/src/transformers/models/blip_2/configuration_blip_2.py | # coding=utf-8
# Copyright 2023 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/blip_2/modeling_blip_2.py | hf-dev-train/transformers-main/src/transformers/models/blip_2/modeling_blip_2.py | # coding=utf-8
# Copyright 2023 The Salesforce Authors and 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LI... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/blip_2/processing_blip_2.py | hf-dev-train/transformers-main/src/transformers/models/blip_2/processing_blip_2.py | # coding=utf-8
# Copyright 2023 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/blip_2/__init__.py | hf-dev-train/transformers-main/src/transformers/models/blip_2/__init__.py | # Copyright 2023 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/blip_2/convert_blip_2_original_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/blip_2/convert_blip_2_original_to_pytorch.py | # coding=utf-8
# Copyright 2023 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/roformer/modeling_flax_roformer.py | hf-dev-train/transformers-main/src/transformers/models/roformer/modeling_flax_roformer.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/roformer/modeling_roformer.py | hf-dev-train/transformers-main/src/transformers/models/roformer/modeling_roformer.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/roformer/convert_roformer_original_tf_checkpoint_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/roformer/convert_roformer_original_tf_checkpoint_to_pytorch.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/roformer/configuration_roformer.py | hf-dev-train/transformers-main/src/transformers/models/roformer/configuration_roformer.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/roformer/tokenization_roformer.py | hf-dev-train/transformers-main/src/transformers/models/roformer/tokenization_roformer.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/roformer/tokenization_roformer_fast.py | hf-dev-train/transformers-main/src/transformers/models/roformer/tokenization_roformer_fast.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/roformer/modeling_tf_roformer.py | hf-dev-train/transformers-main/src/transformers/models/roformer/modeling_tf_roformer.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/roformer/tokenization_utils.py | hf-dev-train/transformers-main/src/transformers/models/roformer/tokenization_utils.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/roformer/__init__.py | hf-dev-train/transformers-main/src/transformers/models/roformer/__init__.py | # Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/distilbert/configuration_distilbert.py | hf-dev-train/transformers-main/src/transformers/models/distilbert/configuration_distilbert.py | # coding=utf-8
# Copyright 2019-present, the HuggingFace Inc. team, The Google AI Language Team and Facebook, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.or... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/distilbert/modeling_tf_distilbert.py | hf-dev-train/transformers-main/src/transformers/models/distilbert/modeling_tf_distilbert.py | # coding=utf-8
# Copyright 2019-present, the HuggingFace Inc. team, The Google AI Language Team and Facebook, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.or... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/distilbert/tokenization_distilbert.py | hf-dev-train/transformers-main/src/transformers/models/distilbert/tokenization_distilbert.py | # coding=utf-8
# Copyright 2018 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/distilbert/modeling_distilbert.py | hf-dev-train/transformers-main/src/transformers/models/distilbert/modeling_distilbert.py | # coding=utf-8
# Copyright 2019-present, the HuggingFace Inc. team, The Google AI Language Team and Facebook, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.or... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/distilbert/modeling_flax_distilbert.py | hf-dev-train/transformers-main/src/transformers/models/distilbert/modeling_flax_distilbert.py | # coding=utf-8
# Copyright 2019-present, the HuggingFace Inc. team, The Google AI Language Team and Facebook, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.or... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/distilbert/__init__.py | hf-dev-train/transformers-main/src/transformers/models/distilbert/__init__.py | # 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/distilbert/tokenization_distilbert_fast.py | hf-dev-train/transformers-main/src/transformers/models/distilbert/tokenization_distilbert_fast.py | # coding=utf-8
# Copyright 2018 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/swinv2/configuration_swinv2.py | hf-dev-train/transformers-main/src/transformers/models/swinv2/configuration_swinv2.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/swinv2/convert_swinv2_timm_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/swinv2/convert_swinv2_timm_to_pytorch.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/swinv2/modeling_swinv2.py | hf-dev-train/transformers-main/src/transformers/models/swinv2/modeling_swinv2.py | # coding=utf-8
# Copyright 2022 Microsoft Research and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/L... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/swinv2/__init__.py | hf-dev-train/transformers-main/src/transformers/models/swinv2/__init__.py | # Copyright 2022 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/gpt_neox_japanese/modeling_gpt_neox_japanese.py | hf-dev-train/transformers-main/src/transformers/models/gpt_neox_japanese/modeling_gpt_neox_japanese.py | # coding=utf-8
# Copyright 2022 ABEJA, Inc. and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/gpt_neox_japanese/tokenization_gpt_neox_japanese.py | hf-dev-train/transformers-main/src/transformers/models/gpt_neox_japanese/tokenization_gpt_neox_japanese.py | # coding=utf-8
# Copyright 2022 ABEJA, Inc. and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/gpt_neox_japanese/__init__.py | hf-dev-train/transformers-main/src/transformers/models/gpt_neox_japanese/__init__.py | # Copyright 2022 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/gpt_neox_japanese/configuration_gpt_neox_japanese.py | hf-dev-train/transformers-main/src/transformers/models/gpt_neox_japanese/configuration_gpt_neox_japanese.py | # coding=utf-8
# Copyright 2022 ABEJA, Inc. and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/segformer/modeling_segformer.py | hf-dev-train/transformers-main/src/transformers/models/segformer/modeling_segformer.py | # coding=utf-8
# Copyright 2021 NVIDIA The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# U... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/segformer/convert_segformer_original_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/segformer/convert_segformer_original_to_pytorch.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/segformer/modeling_tf_segformer.py | hf-dev-train/transformers-main/src/transformers/models/segformer/modeling_tf_segformer.py | # coding=utf-8
# Copyright 2022 NVIDIA The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# U... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/segformer/feature_extraction_segformer.py | hf-dev-train/transformers-main/src/transformers/models/segformer/feature_extraction_segformer.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/segformer/configuration_segformer.py | hf-dev-train/transformers-main/src/transformers/models/segformer/configuration_segformer.py | # coding=utf-8
# Copyright 2021 NVIDIA and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/segformer/image_processing_segformer.py | hf-dev-train/transformers-main/src/transformers/models/segformer/image_processing_segformer.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/segformer/__init__.py | hf-dev-train/transformers-main/src/transformers/models/segformer/__init__.py | # Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/gpt_neo/modeling_gpt_neo.py | hf-dev-train/transformers-main/src/transformers/models/gpt_neo/modeling_gpt_neo.py | # coding=utf-8
# Copyright 2021 The Eleuther AI and HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/gpt_neo/modeling_flax_gpt_neo.py | hf-dev-train/transformers-main/src/transformers/models/gpt_neo/modeling_flax_gpt_neo.py | # coding=utf-8
# Copyright 2021 The Eleuther AI and The Google Flax Team Authors and The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/l... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/gpt_neo/configuration_gpt_neo.py | hf-dev-train/transformers-main/src/transformers/models/gpt_neo/configuration_gpt_neo.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/gpt_neo/__init__.py | hf-dev-train/transformers-main/src/transformers/models/gpt_neo/__init__.py | # Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/gpt_neo/convert_gpt_neo_mesh_tf_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/gpt_neo/convert_gpt_neo_mesh_tf_to_pytorch.py | # coding=utf-8
# Copyright 2021 The Eleuther AI and HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless requir... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/mask2former/configuration_mask2former.py | hf-dev-train/transformers-main/src/transformers/models/mask2former/configuration_mask2former.py | # coding=utf-8
# Copyright 2022 Meta Platforms, Inc.and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/mask2former/modeling_mask2former.py | hf-dev-train/transformers-main/src/transformers/models/mask2former/modeling_mask2former.py | # coding=utf-8
# Copyright 2022 Meta Platforms, Inc. and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/mask2former/convert_mask2former_original_pytorch_checkpoint_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/mask2former/convert_mask2former_original_pytorch_checkpoint_to_pytorch.py | # coding=utf-8
# Copyright 2022 Meta Platforms, Inc. and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/mask2former/__init__.py | hf-dev-train/transformers-main/src/transformers/models/mask2former/__init__.py | # Copyright 2022 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/mask2former/image_processing_mask2former.py | hf-dev-train/transformers-main/src/transformers/models/mask2former/image_processing_mask2former.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/byt5/convert_byt5_original_tf_checkpoint_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/byt5/convert_byt5_original_tf_checkpoint_to_pytorch.py | # coding=utf-8
# Copyright 2018 The T5 authors and HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless require... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/byt5/tokenization_byt5.py | hf-dev-train/transformers-main/src/transformers/models/byt5/tokenization_byt5.py | # coding=utf-8
# Copyright 2021 T5 Authors and HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/byt5/__init__.py | hf-dev-train/transformers-main/src/transformers/models/byt5/__init__.py | # Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/align/processing_align.py | hf-dev-train/transformers-main/src/transformers/models/align/processing_align.py | # coding=utf-8
# Copyright 2023 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/align/configuration_align.py | hf-dev-train/transformers-main/src/transformers/models/align/configuration_align.py | # coding=utf-8
# Copyright 2023 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/align/modeling_align.py | hf-dev-train/transformers-main/src/transformers/models/align/modeling_align.py | # coding=utf-8
# Copyright 2023 The Google Research Team Authors and 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/l... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/align/__init__.py | hf-dev-train/transformers-main/src/transformers/models/align/__init__.py | # Copyright 2023 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/align/convert_align_tf_to_hf.py | hf-dev-train/transformers-main/src/transformers/models/align/convert_align_tf_to_hf.py | # coding=utf-8
# Copyright 2023 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/funnel/tokenization_funnel.py | hf-dev-train/transformers-main/src/transformers/models/funnel/tokenization_funnel.py | # coding=utf-8
# Copyright 2020 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/funnel/configuration_funnel.py | hf-dev-train/transformers-main/src/transformers/models/funnel/configuration_funnel.py | # coding=utf-8
# Copyright 2020, Hugging Face
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agree... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/funnel/__init__.py | hf-dev-train/transformers-main/src/transformers/models/funnel/__init__.py | # 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/funnel/modeling_funnel.py | hf-dev-train/transformers-main/src/transformers/models/funnel/modeling_funnel.py | # coding=utf-8
# Copyright 2020-present Google Brain and Carnegie Mellon University Authors and the HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.a... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/funnel/convert_funnel_original_tf_checkpoint_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/funnel/convert_funnel_original_tf_checkpoint_to_pytorch.py | # coding=utf-8
# Copyright 2020 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/funnel/modeling_tf_funnel.py | hf-dev-train/transformers-main/src/transformers/models/funnel/modeling_tf_funnel.py | # coding=utf-8
# Copyright 2020-present Google Brain and Carnegie Mellon University Authors and the HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.a... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/funnel/tokenization_funnel_fast.py | hf-dev-train/transformers-main/src/transformers/models/funnel/tokenization_funnel_fast.py | # coding=utf-8
# Copyright 2020 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/convert_mbart_wav2vec2_seq2seq_original_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/convert_mbart_wav2vec2_seq2seq_original_to_pytorch.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/configuration_speech_encoder_decoder.py | hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/configuration_speech_encoder_decoder.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. team.
# Copyright (c) 2018, NVIDIA CORPORATION. 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.
# You may obtain a copy of the License at
#
# http://www.a... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/__init__.py | hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/__init__.py | # Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/modeling_speech_encoder_decoder.py | hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/modeling_speech_encoder_decoder.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/modeling_flax_speech_encoder_decoder.py | hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/modeling_flax_speech_encoder_decoder.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/convert_speech_to_text_wav2vec2_seq2seq_original_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/speech_encoder_decoder/convert_speech_to_text_wav2vec2_seq2seq_original_to_pytorch.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/upernet/configuration_upernet.py | hf-dev-train/transformers-main/src/transformers/models/upernet/configuration_upernet.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/upernet/modeling_upernet.py | hf-dev-train/transformers-main/src/transformers/models/upernet/modeling_upernet.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/upernet/convert_convnext_upernet_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/upernet/convert_convnext_upernet_to_pytorch.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/upernet/convert_swin_upernet_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/upernet/convert_swin_upernet_to_pytorch.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/upernet/__init__.py | hf-dev-train/transformers-main/src/transformers/models/upernet/__init__.py | # Copyright 2022 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/reformer/tokenization_reformer_fast.py | hf-dev-train/transformers-main/src/transformers/models/reformer/tokenization_reformer_fast.py | # coding=utf-8
# Copyright 2020 The Trax Authors and The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/reformer/tokenization_reformer.py | hf-dev-train/transformers-main/src/transformers/models/reformer/tokenization_reformer.py | # coding=utf-8
# Copyright 2020 The Trax Authors and The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/reformer/convert_reformer_trax_checkpoint_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/reformer/convert_reformer_trax_checkpoint_to_pytorch.py | # coding=utf-8
# Copyright 2020 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/reformer/modeling_reformer.py | hf-dev-train/transformers-main/src/transformers/models/reformer/modeling_reformer.py | # coding=utf-8
# Copyright 2020 The Trax Authors and The HuggingFace Inc. team.
# Copyright (c) 2018, NVIDIA CORPORATION. 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.
# You may obtain a copy of the License at... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/reformer/configuration_reformer.py | hf-dev-train/transformers-main/src/transformers/models/reformer/configuration_reformer.py | # coding=utf-8
# Copyright 2020 The Trax Authors and The HuggingFace Inc. team.
# Copyright (c) 2018, NVIDIA CORPORATION. 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.
# You may obtain a copy of the License at... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/reformer/__init__.py | hf-dev-train/transformers-main/src/transformers/models/reformer/__init__.py | # 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/sew_d/modeling_sew_d.py | hf-dev-train/transformers-main/src/transformers/models/sew_d/modeling_sew_d.py | # coding=utf-8
# Copyright 2021 ASAPP Inc. and the HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/sew_d/__init__.py | hf-dev-train/transformers-main/src/transformers/models/sew_d/__init__.py | # Copyright 2021 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/sew_d/convert_sew_d_original_pytorch_checkpoint_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/sew_d/convert_sew_d_original_pytorch_checkpoint_to_pytorch.py | # coding=utf-8
# Copyright 2021 The HuggingFace Inc. team.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/sew_d/configuration_sew_d.py | hf-dev-train/transformers-main/src/transformers/models/sew_d/configuration_sew_d.py | # coding=utf-8
# Copyright 2021 ASAPP Inc. and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/mctct/modeling_mctct.py | hf-dev-train/transformers-main/src/transformers/models/mctct/modeling_mctct.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | true |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/mctct/configuration_mctct.py | hf-dev-train/transformers-main/src/transformers/models/mctct/configuration_mctct.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/mctct/feature_extraction_mctct.py | hf-dev-train/transformers-main/src/transformers/models/mctct/feature_extraction_mctct.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/mctct/__init__.py | hf-dev-train/transformers-main/src/transformers/models/mctct/__init__.py | # Copyright 2022 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/mctct/processing_mctct.py | hf-dev-train/transformers-main/src/transformers/models/mctct/processing_mctct.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/van/configuration_van.py | hf-dev-train/transformers-main/src/transformers/models/van/configuration_van.py | # coding=utf-8
# Copyright 2022 The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless r... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/van/modeling_van.py | hf-dev-train/transformers-main/src/transformers/models/van/modeling_van.py | # coding=utf-8
# Copyright 2022 BNRist (Tsinghua University), TKLNDST (Nankai University) and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/van/__init__.py | hf-dev-train/transformers-main/src/transformers/models/van/__init__.py | # Copyright 2022 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicabl... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Sreyan88/GAMA | https://github.com/Sreyan88/GAMA/blob/041c3a623c6c635e65463cef16ce0cfde72e5c57/hf-dev-train/transformers-main/src/transformers/models/van/convert_van_to_pytorch.py | hf-dev-train/transformers-main/src/transformers/models/van/convert_van_to_pytorch.py | # coding=utf-8
# Copyright 2022 BNRist (Tsinghua University), TKLNDST (Nankai University) and The HuggingFace Inc. 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.
# You may obtain a copy of the License at
#... | python | Apache-2.0 | 041c3a623c6c635e65463cef16ce0cfde72e5c57 | 2026-01-05T07:09:59.331526Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.