repo_name stringclasses 6
values | pr_number int64 99 20.3k | pr_title stringlengths 8 158 | pr_description stringlengths 0 6.54k | author stringlengths 4 18 | date_created timestamp[ns, tz=UTC] | date_merged timestamp[ns, tz=UTC] | previous_commit stringlengths 40 40 | pr_commit stringlengths 40 40 | query stringlengths 37 6.57k | filepath stringlengths 8 153 | before_content stringlengths 0 876M | after_content stringlengths 0 876M | label int64 -1 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/canine/modeling_canine.py | # coding=utf-8
# Copyright 2021 Google AI 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
#
... | # coding=utf-8
# Copyright 2021 Google AI 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
#
... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/clip/modeling_tf_clip.py | # coding=utf-8
# Copyright 2021 The OpenAI 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/licenses/L... | # coding=utf-8
# Copyright 2021 The OpenAI 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/licenses/L... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./examples/research_projects/seq2seq-distillation/utils.py | import itertools
import json
import linecache
import math
import os
import pickle
import socket
from logging import getLogger
from pathlib import Path
from typing import Callable, Dict, Iterable, List, Tuple, Union
import git
import numpy as np
import torch
import torch.distributed as dist
from rouge_score import roug... | import itertools
import json
import linecache
import math
import os
import pickle
import socket
from logging import getLogger
from pathlib import Path
from typing import Callable, Dict, Iterable, List, Tuple, Union
import git
import numpy as np
import torch
import torch.distributed as dist
from rouge_score import roug... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./examples/pytorch/translation/README.md | <!---
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 applicable law or ... | <!---
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 applicable law or ... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./examples/flax/language-modeling/run_t5_mlm_flax.py | #!/usr/bin/env python
# coding=utf-8
# 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-... | #!/usr/bin/env python
# coding=utf-8
# 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-... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./.github/workflows/model-templates.yml | name: Model templates runner
on:
repository_dispatch:
schedule:
- cron: "0 2 * * *"
jobs:
run_tests_templates:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt -y update && sudo apt... | name: Model templates runner
on:
repository_dispatch:
schedule:
- cron: "0 2 * * *"
jobs:
run_tests_templates:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt -y update && sudo apt... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./examples/research_projects/rag-end2end-retriever/test_run/dummy-kb/my_knowledge_dataset.csv | Aaron Aaron Aaron ( or ; "Ahärôn") is a prophet, high priest, and the brother of Moses in the Abrahamic religions. Knowledge of Aaron, along with his brother Moses, comes exclusively from religious texts, such as the Bible and Quran. The Hebrew Bible relates that, unlike Moses, who grew up in the Egyptian royal court, ... | Aaron Aaron Aaron ( or ; "Ahärôn") is a prophet, high priest, and the brother of Moses in the Abrahamic religions. Knowledge of Aaron, along with his brother Moses, comes exclusively from religious texts, such as the Bible and Quran. The Hebrew Bible relates that, unlike Moses, who grew up in the Egyptian royal court, ... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./tests/models/groupvit/test_modeling_groupvit.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... | # 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/longt5/__init__.py | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2022 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2022 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./tests/models/blenderbot_small/test_modeling_flax_blenderbot_small.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... | # 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/regnet/__init__.py | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2022 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2022 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./.git/objects/6e/3a2d68e90df71ee1ee19368f359b8774a213b5 | xmw<ǯBBC"
ERIF"s쒑(-aDi !D$$T!EY}_}tTRJJꪪBdb04 `c̫2%DUП4CL~Y䤎fyU :S@d#as涓8'iaEvܹ&<`9d#HxTt3K0X
ÉJ'#tP_[lok'Ms13vAgr7 C_+_^))^uanx`yxi݊oL7hZkǚ{.|U-%4DY>-űͅ
ynMdSoO , w&m5
^
;osL@\2iҙˎ\_1cD*4|2VT"Da+M?+ x}K|I9U仴AuG4W#1+4!Btt8rdpSZJDzE#KAY8cP;]fl;_... | xmw<ǯBBC"
ERIF"s쒑(-aDi !D$$T!EY}_}tTRJJꪪBdb04 `c̫2%DUП4CL~Y䤎fyU :S@d#as涓8'iaEvܹ&<`9d#HxTt3K0X
ÉJ'#tP_[lok'Ms13vAgr7 C_+_^))^uanx`yxi݊oL7hZkǚ{.|U-%4DY>-űͅ
ynMdSoO , w&m5
^
;osL@\2iҙˎ\_1cD*4|2VT"Da+M?+ x}K|I9U仴AuG4W#1+4!Btt8rdpSZJDzE#KAY8cP;]fl;_... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/dependency_versions_check.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... | # 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./examples/research_projects/seq2seq-distillation/train_distilbart_cnn.sh | #!/usr/bin/env bash
export PYTHONPATH="../":"${PYTHONPATH}"
export BS=32
export GAS=1
python finetune.py \
--learning_rate=3e-5 \
--fp16 \
--gpus 1 \
--do_train \
--do_predict \
--val_check_interval 0.25 \
--n_val 500 \
--num_train_epochs 2 \
--freeze_encoder --freeze_embeds --data... | #!/usr/bin/env bash
export PYTHONPATH="../":"${PYTHONPATH}"
export BS=32
export GAS=1
python finetune.py \
--learning_rate=3e-5 \
--fp16 \
--gpus 1 \
--do_train \
--do_predict \
--val_check_interval 0.25 \
--n_val 500 \
--num_train_epochs 2 \
--freeze_encoder --freeze_embeds --data... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./tests/models/encoder_decoder/test_modeling_tf_encoder_decoder.py | # coding=utf-8
# Copyright 2020 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 law... | # coding=utf-8
# Copyright 2020 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 law... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./examples/research_projects/information-gain-filtration/requirements.txt | matplotlib
numpy>=1.17.2
joblib>=0.13.2
scipy
torch>=1.10.1
transformers>=3.5 | matplotlib
numpy>=1.17.2
joblib>=0.13.2
scipy
torch>=1.10.1
transformers>=3.5 | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./examples/legacy/seq2seq/rouge_cli.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... | # 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./docs/source/en/model_doc/vision-text-dual-encoder.mdx | <!--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 applicable law or agreed... | <!--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 applicable law or agreed... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./tests/models/longformer/test_tokenization_longformer.py | # coding=utf-8
# Copyright 2022 Tsimur Hadeliya. 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... | # coding=utf-8
# Copyright 2022 Tsimur Hadeliya. 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./docker/transformers-cpu/Dockerfile | FROM ubuntu:18.04
LABEL maintainer="Hugging Face"
LABEL repository="transformers"
RUN apt update && \
apt install -y bash \
build-essential \
git \
curl \
ca-certificates \
python3 \
python3-pip && \
... | FROM ubuntu:18.04
LABEL maintainer="Hugging Face"
LABEL repository="transformers"
RUN apt update && \
apt install -y bash \
build-essential \
git \
curl \
ca-certificates \
python3 \
python3-pip && \
... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/benchmark/benchmark_tf.py | # coding=utf-8
# Copyright 2018 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... | # coding=utf-8
# Copyright 2018 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/hubert/configuration_hubert.py | # coding=utf-8
# Copyright 2021 The Fairseq Authors 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/... | # coding=utf-8
# Copyright 2021 The Fairseq Authors 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/... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/flava/modeling_flava.py | # coding=utf-8
# Copyright 2022 Meta Platforms 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... | # coding=utf-8
# Copyright 2022 Meta Platforms 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/vit/feature_extraction_vit.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... | # 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./examples/tensorflow/question-answering/README.md | <!---
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 applicable law or ... | <!---
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 applicable law or ... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./scripts/distributed/torch-distributed-gpu-test.py | #!/usr/bin/env python
#
# This a `torch.distributed` diagnostics script that checks that all GPUs in the cluster (one or
# many nodes) can talk to each other via nccl and allocate gpu memory.
#
# To run first adjust the number of processes and nodes:
#
# python -m torch.distributed.run --nproc_per_node 2 --nnodes 1 to... | #!/usr/bin/env python
#
# This a `torch.distributed` diagnostics script that checks that all GPUs in the cluster (one or
# many nodes) can talk to each other via nccl and allocate gpu memory.
#
# To run first adjust the number of processes and nodes:
#
# python -m torch.distributed.run --nproc_per_node 2 --nnodes 1 to... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/xlm_prophetnet/modeling_xlm_prophetnet.py | # coding=utf-8
# Copyright 2020 The Microsoft 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
#
# Unl... | # coding=utf-8
# Copyright 2020 The Microsoft 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
#
# Unl... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./docs/source/en/sagemaker.mdx | <!---
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 applicable law or ... | <!---
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 applicable law or ... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./.github/workflows/release-conda.yml | name: Release - Conda
on:
push:
tags:
- v*
branches:
- conda_*
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
jobs:
build_and_package:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout repository
uses: actio... | name: Release - Conda
on:
push:
tags:
- v*
branches:
- conda_*
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
jobs:
build_and_package:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout repository
uses: actio... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./.git/objects/e0/c913cb364c2416f2ef2c00f69abb23d232642a | x]mWF"g1dM$Ά07&,G[2d+ɀò>U-u˲apwWWW[WWqz!v˭Zt%ެ;_t:Ϣe!vvve ~b]Q][Gh$y0dd@ݩ?-~<JnupT
әs@D80"JdG~o⒧Q@EH/
}E_0ˢ>vonn\ul܍R`p a6<YYasOп #L,@[7YT`maqgEyE"Z gX
xDmhd?Gbdpx^݃_OmTؓv@2"2#q@.Ihi0hu%?8 D9mfFGrk0aS?;9O`0K'b0< kR~%{)wy[E)akܟׯϻGAĞ[#p_N~<8vl9_... | x]mWF"g1dM$Ά07&,G[2d+ɀò>U-u˲apwWWW[WWqz!v˭Zt%ެ;_t:Ϣe!vvve ~b]Q][Gh$y0dd@ݩ?-~<JnupT
әs@D80"JdG~o⒧Q@EH/
}E_0ˢ>vonn\ul܍R`p a6<YYasOп #L,@[7YT`maqgEyE"Z gX
xDmhd?Gbdpx^݃_OmTؓv@2"2#q@.Ihi0hu%?8 D9mfFGrk0aS?;9O`0K'b0< kR~%{)wy[E)akܟׯϻGAĞ[#p_N~<8vl9_... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/convbert/configuration_convbert.py | # coding=utf-8
# Copyright 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... | # coding=utf-8
# Copyright 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./examples/research_projects/luke/run_luke_ner_no_trainer.py | #!/usr/bin/env python
# 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/LI... | #!/usr/bin/env python
# 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/LI... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./docs/source/en/model_doc/xls_r.mdx | <!--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 applicable law or agreed... | <!--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 applicable law or agreed... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./docs/source/en/model_doc/xlnet.mdx | <!--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 applicable law or agreed... | <!--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 applicable law or agreed... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/utils/dummy_sentencepiece_and_speech_objects.py | # This file is autogenerated by the command `make fix-copies`, do not edit.
# flake8: noqa
from ..utils import DummyObject, requires_backends
class Speech2TextProcessor(metaclass=DummyObject):
_backends = ["sentencepiece", "speech"]
def __init__(self, *args, **kwargs):
requires_backends(self, ["sente... | # This file is autogenerated by the command `make fix-copies`, do not edit.
# flake8: noqa
from ..utils import DummyObject, requires_backends
class Speech2TextProcessor(metaclass=DummyObject):
_backends = ["sentencepiece", "speech"]
def __init__(self, *args, **kwargs):
requires_backends(self, ["sente... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./tests/models/deformable_detr/__init__.py | -1 | ||
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/dpt/image_processing_dpt.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... | # 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./tests/models/swinv2/test_modeling_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... | # 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./tests/trainer/test_data_collator.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... | # 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... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/benchmark/benchmark_utils.py | # This file is adapted from the AllenNLP library at https://github.com/allenai/allennlp
# Copyright 2020 The HuggingFace Team and the AllenNLP authors. 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 o... | # This file is adapted from the AllenNLP library at https://github.com/allenai/allennlp
# Copyright 2020 The HuggingFace Team and the AllenNLP authors. 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 o... | -1 |
huggingface/transformers | 20,278 | Image transforms functionality used instead | # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contributor g... | amyeroberts | 2022-11-16T15:02:49Z | 2022-11-17T11:16:14Z | 3fad6ae3fd51f7c83b17caea15ccdd2bb783b0b5 | 3a780cc57a7c1dc79a1bb0f787d0887adfbc6ab0 | Image transforms functionality used instead. # What does this PR do?
* Removes reimplementations of `center_to_corners` format
* Removes `# Copied from` statements and imports directly instead
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the ... | ./src/transformers/models/rembert/convert_rembert_tf_checkpoint_to_pytorch.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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/blenderbot/tokenization_blenderbot.py | # coding=utf-8
# Copyright 2021 The Facebook 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/LI... | # coding=utf-8
# Copyright 2021 The Facebook 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/LI... | 1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/blenderbot/tokenization_blenderbot_fast.py | # coding=utf-8
# Copyright 2021 The Facebook 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/LI... | # coding=utf-8
# Copyright 2021 The Facebook 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/LI... | 1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/markuplm/tokenization_markuplm.py | # coding=utf-8
# Copyright 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/LICENS... | # coding=utf-8
# Copyright 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/LICENS... | 1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/markuplm/tokenization_markuplm_fast.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... | # 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... | 1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/tapex/tokenization_tapex.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... | # 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... | 1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/test_modeling_tf_common.py | # coding=utf-8
# Copyright 2019 HuggingFace 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.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | # coding=utf-8
# Copyright 2019 HuggingFace 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.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | 1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/xlm_prophetnet/test_modeling_xlm_prophetnet.py | # coding=utf-8
# Copyright 2020 The HuggingFace Inc. team, The Microsoft Research 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
#
# ... | # coding=utf-8
# Copyright 2020 The HuggingFace Inc. team, The Microsoft Research 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
#
# ... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./examples/research_projects/jax-projects/big_bird/prepare_natural_questions.py | import os
import numpy as np
from tqdm import tqdm
import jsonlines
DOC_STRIDE = 2048
MAX_LENGTH = 4096
SEED = 42
PROCESS_TRAIN = os.environ.pop("PROCESS_TRAIN", "false")
CATEGORY_MAPPING = {"null": 0, "short": 1, "long": 2, "yes": 3, "no": 4}
def _get_single_answer(example):
def choose_first(answer, is_long_... | import os
import numpy as np
from tqdm import tqdm
import jsonlines
DOC_STRIDE = 2048
MAX_LENGTH = 4096
SEED = 42
PROCESS_TRAIN = os.environ.pop("PROCESS_TRAIN", "false")
CATEGORY_MAPPING = {"null": 0, "short": 1, "long": 2, "yes": 3, "no": 4}
def _get_single_answer(example):
def choose_first(answer, is_long_... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/swinv2/test_modeling_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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/fsmt/modeling_fsmt.py | # coding=utf-8
# Copyright 2020 The Facebook AI Research 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/licenses/LIC... | # coding=utf-8
# Copyright 2020 The Facebook AI Research 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/licenses/LIC... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/codegen/test_modeling_codegen.py | # coding=utf-8
# 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 requir... | # coding=utf-8
# 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 requir... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/commands/lfs.py | """
Implementation of a custom transfer agent for the transfer type "multipart" for git-lfs.
Inspired by: github.com/cbartz/git-lfs-swift-transfer-agent/blob/master/git_lfs_swift_transfer.py
Spec is: github.com/git-lfs/git-lfs/blob/master/docs/custom-transfers.md
To launch debugger while developing:
``` [lfs "cust... | """
Implementation of a custom transfer agent for the transfer type "multipart" for git-lfs.
Inspired by: github.com/cbartz/git-lfs-swift-transfer-agent/blob/master/git_lfs_swift_transfer.py
Spec is: github.com/git-lfs/git-lfs/blob/master/docs/custom-transfers.md
To launch debugger while developing:
``` [lfs "cust... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/xlm/tokenization_xlm.py | # coding=utf-8
# Copyright 2019 The Open AI 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/licenses/LICENSE-2.0
#
# ... | # coding=utf-8
# Copyright 2019 The Open AI 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/licenses/LICENSE-2.0
#
# ... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./examples/pytorch/image-pretraining/run_mim.py | #!/usr/bin/env python
# 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/LI... | #!/usr/bin/env python
# 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/LI... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/mvp/test_tokenization_mvp.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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./examples/research_projects/rag/distributed_ray_retriever.py | import logging
import random
import ray
from transformers import RagConfig, RagRetriever, RagTokenizer
from transformers.models.rag.retrieval_rag import CustomHFIndex
logger = logging.getLogger(__name__)
class RayRetriever:
def __init__(self):
self.initialized = False
def create_rag_retriever(self... | import logging
import random
import ray
from transformers import RagConfig, RagRetriever, RagTokenizer
from transformers.models.rag.retrieval_rag import CustomHFIndex
logger = logging.getLogger(__name__)
class RayRetriever:
def __init__(self):
self.initialized = False
def create_rag_retriever(self... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/modeling_outputs.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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/layoutlm/__init__.py | -1 | ||
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/marian/convert_marian_to_pytorch.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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/data/datasets/language_modeling.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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/regnet/__init__.py | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2022 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2022 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/vision_text_dual_encoder/configuration_vision_text_dual_encoder.py | # coding=utf-8
# Copyright 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 requir... | # coding=utf-8
# Copyright 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 requir... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/xglm/test_modeling_xglm.py | # coding=utf-8
# 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 requir... | # coding=utf-8
# 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 requir... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./examples/research_projects/adversarial/utils_hans.py | # coding=utf-8
# Copyright 2018 The Google AI Language Team 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 cop... | # coding=utf-8
# Copyright 2018 The Google AI Language Team 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 cop... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/megatron_bert/convert_megatron_bert_checkpoint.py | ####################################################################################################
# Copyright (c) 2021-, 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... | ####################################################################################################
# Copyright (c) 2021-, 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/esm/openfold_utils/chunk_utils.py | # Copyright 2021 AlQuraishi Laboratory
#
# 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 agreed to i... | # Copyright 2021 AlQuraishi Laboratory
#
# 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 agreed to i... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/whisper/__init__.py | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2022 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2022 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/data/processors/utils.py | # coding=utf-8
# Copyright 2018 The Google AI Language Team 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 cop... | # coding=utf-8
# Copyright 2018 The Google AI Language Team 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 cop... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/phobert/__init__.py | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2020 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2020 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/luke/__init__.py | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2021 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2021 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./utils/test_module/custom_modeling.py | import torch
from transformers import PreTrainedModel
from .custom_configuration import CustomConfig, NoSuperInitConfig
class CustomModel(PreTrainedModel):
config_class = CustomConfig
def __init__(self, config):
super().__init__(config)
self.linear = torch.nn.Linear(config.hidden_size, conf... | import torch
from transformers import PreTrainedModel
from .custom_configuration import CustomConfig, NoSuperInitConfig
class CustomModel(PreTrainedModel):
config_class = CustomConfig
def __init__(self, config):
super().__init__(config)
self.linear = torch.nn.Linear(config.hidden_size, conf... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/test_feature_extraction_common.py | # coding=utf-8
# Copyright 2021 HuggingFace 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.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | # coding=utf-8
# Copyright 2021 HuggingFace 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.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/utils/test_file_utils.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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/megatron_bert/__init__.py | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2021 NVIDIA Corporation and The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"... | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2021 NVIDIA Corporation and The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/pegasus/convert_pegasus_tf_to_pytorch.py | # coding=utf-8
# Copyright 2020 Google 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 required by... | # coding=utf-8
# Copyright 2020 Google 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 required by... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/xlnet/test_modeling_xlnet.py | # coding=utf-8
# 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 requir... | # coding=utf-8
# 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 requir... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/distilbert/test_modeling_flax_distilbert.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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/openai/__init__.py | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2020 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | # flake8: noqa
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
# Copyright 2020 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/videomae/test_feature_extraction_videomae.py | # coding=utf-8
# Copyright 2022 HuggingFace 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.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | # coding=utf-8
# Copyright 2022 HuggingFace 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.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/lxmert/modeling_tf_lxmert.py | # coding=utf-8
# Copyright 2018 The Google AI Language Team Authors, The HuggingFace Inc. team, and the
# Lxmert Authors.
# 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.... | # coding=utf-8
# Copyright 2018 The Google AI Language Team Authors, The HuggingFace Inc. team, and the
# Lxmert Authors.
# 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.... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/data2vec/configuration_data2vec_text.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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./examples/research_projects/mlm_wwm/run_mlm_wwm.py | # coding=utf-8
# 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 require... | # coding=utf-8
# 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 require... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/optimization.py | # coding=utf-8
# Copyright 2018 The Google AI Language 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/licenses/LICEN... | # coding=utf-8
# Copyright 2018 The Google AI Language 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/licenses/LICEN... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/longt5/modeling_longt5.py | # coding=utf-8
# Copyright 2022 Google LLC., LongT5 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
#
# U... | # coding=utf-8
# Copyright 2022 Google LLC., LongT5 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
#
# U... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/sew/convert_sew_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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/pegasus_x/modeling_pegasus_x.py | # coding=utf-8
# Copyright 2022, Google 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
... | # coding=utf-8
# Copyright 2022, Google 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
... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/clip/feature_extraction_clip.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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./examples/research_projects/performer/run_mlm_performer.py | # coding=utf-8
# 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 require... | # coding=utf-8
# 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 require... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./examples/pytorch/question-answering/trainer_seq2seq_qa.py | # coding=utf-8
# 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 require... | # coding=utf-8
# 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 require... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./scripts/stale.py | # Copyright 2021 The HuggingFace Team, the AllenNLP library authors. 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
#
... | # Copyright 2021 The HuggingFace Team, the AllenNLP library authors. 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
#
... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/flava/test_feature_extraction_flava.py | # coding=utf-8
# Copyright 2022 Meta Platforms authors and HuggingFace 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.org/licenses/LICENSE-2.0
#
# Unless requi... | # coding=utf-8
# Copyright 2022 Meta Platforms authors and HuggingFace 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.org/licenses/LICENSE-2.0
#
# Unless requi... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/longformer/modeling_tf_longformer.py | # coding=utf-8
# Copyright 2020 The Allen Institute for AI team 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... | # coding=utf-8
# Copyright 2020 The Allen Institute for AI team 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/xlnet/modeling_tf_xlnet.py | # coding=utf-8
# Copyright 2018 Google AI, Google Brain and Carnegie Mellon University 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 Lice... | # coding=utf-8
# Copyright 2018 Google AI, Google Brain and Carnegie Mellon University 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 Lice... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./docs/source/en/model_doc/realm.mdx | <!--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 applicable law or agreed... | <!--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 applicable law or agreed... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./docs/source/it/custom_models.mdx | <!--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 applicable law or agreed... | <!--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 applicable law or agreed... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./src/transformers/models/perceiver/image_processing_perceiver.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... | # 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... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./examples/pytorch/multiple-choice/README.md | <!---
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 applicable law or ... | <!---
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 applicable law or ... | -1 |
huggingface/transformers | 20,277 | Generate: general TF XLA constrastive search are now slow tests | # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, which seems like overkill. | gante | 2022-11-16T14:45:20Z | 2022-11-17T12:34:47Z | 2062c28552319c2e637f4b6b467bd82ce8bfdd8e | 0f78529f982eceb79c5855d0466c287ec8a18df1 | Generate: general TF XLA constrastive search are now slow tests. # What does this PR do?
TF's XLA contrastive search tests were time-consuming because of the conversion to XLA, so this PR moves them to more powerful slow tests.
Making these tests faster would imply creating smaller model configs for each model, w... | ./tests/models/roberta/__init__.py | -1 |