code
stringlengths
81
54k
code_codestyle
int64
0
721
style_context
stringlengths
91
41.9k
style_context_codestyle
int64
0
699
label
int64
0
1
from typing import List, Optional, Union import numpy as np import PIL import torch from PIL import Image from ...models import UNetaDConditionModel, VQModel from ...pipelines import DiffusionPipeline from ...pipelines.pipeline_utils import ImagePipelineOutput from ...schedulers import DDPMSch...
713
from __future__ import annotations class _snake_case : def __init__( self ,UpperCamelCase ) -> None: snake_case__ :Union[str, Any] = data snake_case__ :Node | None = None snake_case__ :Node | None ...
57
0
'''simple docstring''' from typing import List, Optional, Union from ...image_utils import ImageInput from ...processing_utils import ProcessorMixin from ...tokenization_utils_base import BatchEncoding, PaddingStrategy, PreTokenizedInput, TextInput, TruncationStrategy from ...utils import...
714
import os try: from .build_directory_md import good_file_paths except ImportError: from build_directory_md import good_file_paths # type: ignore __UpperCAmelCase : List[Any] = list(good_file_paths()) assert filepaths, "good_file_paths() failed!" __UpperCAmelCase : in...
57
0
import os import string import sys __UpperCAmelCase : List[str] = 1 << 8 __UpperCAmelCase : List[Any] = { "tab": ord("\t"), "newline": ord("\r"), "esc": 2_7, "up": 6_5 + ARROW_KEY_FLAG, "down": 6_6 + ARROW_KEY_FLAG, "right": 6_7 + ARROW_KEY_FLAG, "left...
715
def lowercase_ ( __snake_case : Tuple , __snake_case : Optional[int] ) -> List[Any]: '''simple docstring''' snake_case__ :Dict = "" for i in table: res += inp[i - 1] return res def lowercase_ ( ...
57
0
import importlib.util import os import platform from argparse import ArgumentParser import huggingface_hub from .. import __version__ as version from ..utils import ( is_accelerate_available, is_flax_available, is_safetensors_available, is_tf_available, is_torch_availabl...
716
import torch import torch.nn as nn from transformers.modeling_utils import ModuleUtilsMixin from transformers.models.ta.modeling_ta import TaBlock, TaConfig, TaLayerNorm from ...configuration_utils import ConfigMixin, register_to_config from ...models import ModelMixin class _snake_case ...
57
0
import unittest import numpy as np from transformers import DistilBertConfig, is_flax_available from transformers.testing_utils import require_flax, slow from ...test_modeling_flax_common import FlaxModelTesterMixin, ids_tensor, random_attention_mask if is_flax_available(): import jax.num...
717
__UpperCAmelCase : int = {"a": ["c", "b"], "b": ["d", "e"], "c": [], "d": [], "e": []} __UpperCAmelCase : List[str] = ["a", "b", "c", "d", "e"] def lowercase_ ( __snake_case : Optional[Any] , __snake_case : List[Any] , __snake_case ...
57
0
import pytest import requests from datasets.utils.file_utils import http_head from .utils import OfflineSimulationMode, RequestWouldHangIndefinitelyError, offline @pytest.mark.integration def lowercase_ ( ) -> Tuple: '''simple docstring''' with offlin...
718
import gc import unittest from diffusers import FlaxControlNetModel, FlaxStableDiffusionControlNetPipeline from diffusers.utils import is_flax_available, load_image, slow from diffusers.utils.testing_utils import require_flax if is_flax_available(): import jax import jax.numpy as jnp from...
57
0
import argparse import json import numpy import torch from transformers.models.xlm.tokenization_xlm import VOCAB_FILES_NAMES from transformers.utils import CONFIG_NAME, WEIGHTS_NAME, logging logging.set_verbosity_info() def lowercase_ ( __snake_case : str , __sna...
719
def lowercase_ ( __snake_case : list ) -> list: '''simple docstring''' if any(not isinstance(__snake_case , __snake_case ) or x < 0 for x in sequence ): raise TypeError("Sequence must be list of non-negative integers" ) for _ ...
57
0
from .configuration_bert_masked import MaskedBertConfig from .modeling_bert_masked import ( MaskedBertForMultipleChoice, MaskedBertForQuestionAnswering, MaskedBertForSequenceClassification, MaskedBertForTokenClassification, MaskedBertModel, ) from .modules import *
720
from __future__ import annotations def lowercase_ ( __snake_case : list ) -> float: '''simple docstring''' if not nums: raise ValueError("List is empty" ) return sum(__snake_case ) / len(__snake_case ) if __nam...
57
0
from ....configuration_utils import PretrainedConfig from ....utils import logging __UpperCAmelCase : Optional[int] = logging.get_logger(__name__) __UpperCAmelCase : Tuple = { "CarlCochet/trajectory-transformer-halfcheetah-medium-v2": ( "https://hugging...
721
from __future__ import annotations import math def lowercase_ ( __snake_case : int , __snake_case : int , __snake_case : bool , __snake_case : list[int] , __snake_case : float ) -> int: '''simple docstring''' ...
57
0
import argparse import torch from transformers import MobileBertConfig, MobileBertForPreTraining, load_tf_weights_in_mobilebert from transformers.utils import logging logging.set_verbosity_info() def lowercase_ ( __snake_case : Tuple , __snake_case : Dict...
700
from typing import Dict, List, Optional, Union import numpy as np from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict from ...image_transforms import rescale, resize, to_channel_dimension_format from ...image_utils import ( ChannelDimension, ImageInput, ...
57
0
import os from shutil import copyfile from typing import Any, Dict, List, Optional, Tuple import sentencepiece as spm from ...tokenization_utils import AddedToken, PreTrainedTokenizer from ...utils import logging __UpperCAmelCase : int = logging.get_logger(__name__) __Upper...
701
import pytest __UpperCAmelCase : int = "__dummy_dataset1__" __UpperCAmelCase : int = "\nimport json\nimport os\n\nimport datasets\n\n\nREPO_URL = \"https://huggingface.co/datasets/albertvillanova/tests-raw-jsonl/resolve/main/\"\nURLS = {\"train\": REPO_URL + \"wikiann...
57
0
import numpy # List of input, output pairs __UpperCAmelCase : int = ( ((5, 2, 3), 1_5), ((6, 5, 9), 2_5), ((1_1, 1_2, 1_3), 4_1), ((1, 1, 1), 8), ((1_1, 1_2, 1_3), 4_1), ) __UpperCAmelCase : int = (((5_1_5, 2_2, 1_3), 5_5_5), ((6_1, 3_5, 4_9), 1_5_0)) __...
702
from ...utils import ( OptionalDependencyNotAvailable, is_flax_available, is_torch_available, is_transformers_available, ) try: if not (is_transformers_available() and is_torch_available()): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable: fro...
57
0
'''simple docstring''' import argparse import collections import json import os import re import string import sys import numpy as np __UpperCAmelCase : Any = re.compile(R"\b(a|an|the)\b", re.UNICODE) __UpperCAmelCase : Optional[Any] = None ...
703
import json import os import shutil import warnings from argparse import ArgumentParser, Namespace from pathlib import Path from typing import List from ..utils import logging from . import BaseTransformersCLICommand try: from cookiecutter.main import cookiecutter __UpperCAmelCase ...
57
0
import tensorflow as tf from ...tf_utils import shape_list class _snake_case ( tf.keras.layers.Layer ): def __init__( self ,UpperCamelCase ,UpperCamelCase ,UpperCamelCase ,UpperCamelCase ,UpperCamelCase=1 ,UpperCamelCase=False ,**UpperCamelCas...
704
from typing import List, Optional, Tuple from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import logging from .tokenization_herbert import HerbertTokenizer __UpperCAmelCase : str = logging.get_logger(__name__) __UpperCAmelCase : List[Any] ...
57
0
from __future__ import annotations def lowercase_ ( __snake_case : dict , __snake_case : str ) -> set[str]: '''simple docstring''' snake_case__ :Tuple = set(__snake_case ), [start] while stack: snake_case__ :Dict ...
705
def lowercase_ ( __snake_case : int ) -> bool: '''simple docstring''' if p < 2: raise ValueError("p should not be less than 2!" ) elif p == 2: return True snake_case__ :List[str] = 4 snake_case__ ...
57
0
'''simple docstring''' import numpy as np # Importing the Keras libraries and packages import tensorflow as tf from tensorflow.keras import layers, models if __name__ == "__main__": # Initialising the CNN # (Sequential- Building the model layer by layer) __UpperCAmelCase : ...
706
from typing import Any def lowercase_ ( __snake_case : list , __snake_case : list , __snake_case : dict , __snake_case : dict , __snake_case : dict , ) -> list: '''simple docstring''' _validation( __s...
57
0
from collections import OrderedDict from typing import Mapping from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging __UpperCAmelCase : Union[str, Any] = logging.get_logger(__name__) __UpperCAmelCase : Any ...
707
def lowercase_ ( __snake_case : str ) -> list: '''simple docstring''' return [ txt[:a] + txt[a].upper() + txt[a + 1 :] for a in range(len(__snake_case ) ) if txt[a].isalpha() ] if __name__ == "__main__": __...
57
0
from collections import OrderedDict from typing import Mapping from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging __UpperCAmelCase : Optional[Any] = logging.get_logger(__name__) __UpperCAmelCase : int =...
708
def lowercase_ ( __snake_case : int = 10_00 ) -> int: '''simple docstring''' snake_case__ :int = 3 snake_case__ :int = 0 while a < n: if a % 3 == 0 or a % 5 == 0: result += a elif a % ...
57
0
import argparse import json import os import evaluate import torch from datasets import load_dataset from torch.optim import AdamW from torch.utils.data import DataLoader from transformers import AutoModelForSequenceClassification, AutoTokenizer, get_linear_schedule_with_warmup, set_seed from acc...
709
import os import sys import unittest __UpperCAmelCase : str = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) sys.path.append(os.path.join(git_repo_path, "utils")) import check_dummies # noqa: E402 from check_dummies import create_dummy_files, creat...
57
0
class _snake_case : def __init__( self ,UpperCamelCase ,UpperCamelCase ,UpperCamelCase ) -> Dict: snake_case__ :List[str] = name snake_case__ :Any = value snake_case__ :Optional[int] = weight def __repr...
710
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_sentencepiece_available __UpperCAmelCase : Tuple = {} try: if not is_sentencepiece_available(): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable...
57
0
import argparse import json import os from collections import OrderedDict import numpy as np import tensorflow as tf import torch def lowercase_ ( __snake_case : str ) -> List[Any]: '''simple docstring''' snake_case__ :Union[str, Any] = ...
711
import os import sys import tempfile import unittest import unittest.mock as mock from pathlib import Path from huggingface_hub import HfFolder, delete_repo from huggingface_hub.file_download import http_get from requests.exceptions import HTTPError from transformers import ( AlbertToken...
57
0
import os import tempfile import unittest from transformers import is_torch_available from transformers.testing_utils import require_torch if is_torch_available(): import torch from torch import nn from transformers import ( Adafactor, AdamW, get_constant_schedule, ...
712
import argparse import json import os import evaluate import torch from datasets import load_dataset from torch.optim import AdamW from torch.utils.data import DataLoader from transformers import AutoModelForSequenceClassification, AutoTokenizer, get_linear_schedule_with_warmup, set_seed from...
57
0
from statistics import mean import numpy as np def lowercase_ ( __snake_case : list , __snake_case : list , __snake_case : list , __snake_case : int ) -> list: '''simple docstring''' snake_case__ :str ...
713
from __future__ import annotations class _snake_case : def __init__( self ,UpperCamelCase ) -> None: snake_case__ :Union[str, Any] = data snake_case__ :Node | None = None snake_case__ :Node | None ...
57
0
'''simple docstring''' import argparse import json from pathlib import Path import requests import timm import torch from huggingface_hub import hf_hub_download from PIL import Image from transformers import DeiTConfig, DeiTForImageClassificationWithTeacher, DeiTImageProcessor from...
714
import os try: from .build_directory_md import good_file_paths except ImportError: from build_directory_md import good_file_paths # type: ignore __UpperCAmelCase : List[Any] = list(good_file_paths()) assert filepaths, "good_file_paths() failed!" __UpperCAmelCase : in...
57
0
import unittest from transformers import JukeboxTokenizer from transformers.testing_utils import require_torch class _snake_case ( unittest.TestCase ): _A = JukeboxTokenizer _A = { 'artist': 'Zac Brown Band', 'genres': 'Country', 'lyrics': 'I met a traveller ...
715
def lowercase_ ( __snake_case : Tuple , __snake_case : Optional[int] ) -> List[Any]: '''simple docstring''' snake_case__ :Dict = "" for i in table: res += inp[i - 1] return res def lowercase_ ( ...
57
0
def lowercase_ ( ) -> Dict: '''simple docstring''' for n in range(1 , 1_00_00_00 ): yield n * (n + 1) // 2 def lowercase_ ( __snake_case : List[Any] ) -> List[str]: '''simple docstring''' snake_...
716
import torch import torch.nn as nn from transformers.modeling_utils import ModuleUtilsMixin from transformers.models.ta.modeling_ta import TaBlock, TaConfig, TaLayerNorm from ...configuration_utils import ConfigMixin, register_to_config from ...models import ModelMixin class _snake_case ...
57
0
from __future__ import annotations class _snake_case : def __init__( self ,UpperCamelCase ) -> None: snake_case__ :Union[str, Any] = data snake_case__ :Node | None = None snake_case__ :Node | None ...
717
__UpperCAmelCase : int = {"a": ["c", "b"], "b": ["d", "e"], "c": [], "d": [], "e": []} __UpperCAmelCase : List[str] = ["a", "b", "c", "d", "e"] def lowercase_ ( __snake_case : Optional[Any] , __snake_case : List[Any] , __snake_case ...
57
0
def lowercase_ ( __snake_case : int ) -> bool: '''simple docstring''' if p < 2: raise ValueError("p should not be less than 2!" ) elif p == 2: return True snake_case__ :List[str] = 4 snake_case__ ...
718
import gc import unittest from diffusers import FlaxControlNetModel, FlaxStableDiffusionControlNetPipeline from diffusers.utils import is_flax_available, load_image, slow from diffusers.utils.testing_utils import require_flax if is_flax_available(): import jax import jax.numpy as jnp from...
57
0
from __future__ import annotations def lowercase_ ( __snake_case : list[int] ) -> int: '''simple docstring''' snake_case__ :Union[str, Any] = len(__snake_case ) // 2 # choose the middle 3 elements snake_case__ ...
719
def lowercase_ ( __snake_case : list ) -> list: '''simple docstring''' if any(not isinstance(__snake_case , __snake_case ) or x < 0 for x in sequence ): raise TypeError("Sequence must be list of non-negative integers" ) for _ ...
57
0
from abc import ABC, abstractmethod from typing import List, Optional class _snake_case ( _A ): def __init__( self ) -> str: # test for the above condition self.test() def lowerCAmelCase_ ( self ) -> List[str]: ...
720
from __future__ import annotations def lowercase_ ( __snake_case : list ) -> float: '''simple docstring''' if not nums: raise ValueError("List is empty" ) return sum(__snake_case ) / len(__snake_case ) if __nam...
57
0
def lowercase_ ( __snake_case : int , __snake_case : int ) -> int: '''simple docstring''' return number | (1 << position) def lowercase_ ( __snake_case : int , __snake_case : int ) -> int: ...
721
from __future__ import annotations import math def lowercase_ ( __snake_case : int , __snake_case : int , __snake_case : bool , __snake_case : list[int] , __snake_case : float ) -> int: '''simple docstring''' ...
57
0
import importlib import os from dataclasses import dataclass from enum import Enum from typing import Any, Dict, Optional, Union import torch from ..utils import BaseOutput __UpperCAmelCase : Union[str, Any] = "scheduler_config.json" class _snake_case ( _A ):...
700
from typing import Dict, List, Optional, Union import numpy as np from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict from ...image_transforms import rescale, resize, to_channel_dimension_format from ...image_utils import ( ChannelDimension, ImageInput, ...
57
0
import argparse import os import pickle import sys import torch from transformers import TransfoXLConfig, TransfoXLLMHeadModel, load_tf_weights_in_transfo_xl from transformers.models.transfo_xl import tokenization_transfo_xl as data_utils from transformers.models.transfo_xl.tokenization_transfo...
701
import pytest __UpperCAmelCase : int = "__dummy_dataset1__" __UpperCAmelCase : int = "\nimport json\nimport os\n\nimport datasets\n\n\nREPO_URL = \"https://huggingface.co/datasets/albertvillanova/tests-raw-jsonl/resolve/main/\"\nURLS = {\"train\": REPO_URL + \"wikiann...
57
0
def lowercase_ ( __snake_case : int ) -> str: '''simple docstring''' if isinstance(__snake_case , __snake_case ): raise TypeError("'float' object cannot be interpreted as an integer" ) if isinstance(__snake_case , __snake_case ): ...
702
from ...utils import ( OptionalDependencyNotAvailable, is_flax_available, is_torch_available, is_transformers_available, ) try: if not (is_transformers_available() and is_torch_available()): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable: fro...
57
0
'''simple docstring''' import argparse import os import re import packaging.version __UpperCAmelCase : Dict = "examples/" __UpperCAmelCase : int = { "examples": (re.compile(R"^check_min_version\(\"[^\"]+\"\)\s*$", re.MULTILINE), "check_min_version(\...
703
import json import os import shutil import warnings from argparse import ArgumentParser, Namespace from pathlib import Path from typing import List from ..utils import logging from . import BaseTransformersCLICommand try: from cookiecutter.main import cookiecutter __UpperCAmelCase ...
57
0
import itertools from dataclasses import dataclass from typing import Optional import pandas as pd import pyarrow as pa import datasets from datasets.table import table_cast @dataclass class _snake_case ( datasets.BuilderConfig ): _A = None class _sna...
704
from typing import List, Optional, Tuple from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import logging from .tokenization_herbert import HerbertTokenizer __UpperCAmelCase : str = logging.get_logger(__name__) __UpperCAmelCase : List[Any] ...
57
0
from collections import defaultdict from pathlib import Path import pandas as pd from rouge_cli import calculate_rouge_path from utils import calculate_rouge __UpperCAmelCase : Union[str, Any] = [ "Prosecutor: \"No videos were used in the crash investigation\" German papers say they saw a ...
705
def lowercase_ ( __snake_case : int ) -> bool: '''simple docstring''' if p < 2: raise ValueError("p should not be less than 2!" ) elif p == 2: return True snake_case__ :List[str] = 4 snake_case__ ...
57
0
'''simple docstring''' from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_torch_available __UpperCAmelCase : List[str] = { "configuration_xlm_roberta_xl": [ "XLM_ROBERTA_XL_PRETRAINED_CONFIG_ARCHIVE_MAP", ...
706
from typing import Any def lowercase_ ( __snake_case : list , __snake_case : list , __snake_case : dict , __snake_case : dict , __snake_case : dict , ) -> list: '''simple docstring''' _validation( __s...
57
0
from collections.abc import Sequence from queue import Queue class _snake_case : def __init__( self ,UpperCamelCase ,UpperCamelCase ,UpperCamelCase ,UpperCamelCase=None ,UpperCamelCase=None ) -> Tuple: snake_case__ :Any = ...
707
def lowercase_ ( __snake_case : str ) -> list: '''simple docstring''' return [ txt[:a] + txt[a].upper() + txt[a + 1 :] for a in range(len(__snake_case ) ) if txt[a].isalpha() ] if __name__ == "__main__": __...
57
0
# # 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 torch...
708
def lowercase_ ( __snake_case : int = 10_00 ) -> int: '''simple docstring''' snake_case__ :int = 3 snake_case__ :int = 0 while a < n: if a % 3 == 0 or a % 5 == 0: result += a elif a % ...
57
0
import doctest import glob import importlib import inspect import os import re from contextlib import contextmanager from functools import wraps from unittest.mock import patch import numpy as np import pytest from absl.testing import parameterized import datasets from datasets import load_me...
709
import os import sys import unittest __UpperCAmelCase : str = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) sys.path.append(os.path.join(git_repo_path, "utils")) import check_dummies # noqa: E402 from check_dummies import create_dummy_files, creat...
57
0
def lowercase_ ( __snake_case : Tuple , __snake_case : Optional[int] ) -> List[Any]: '''simple docstring''' snake_case__ :Dict = "" for i in table: res += inp[i - 1] return res def lowercase_ ( __snake_case : ...
710
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_sentencepiece_available __UpperCAmelCase : Tuple = {} try: if not is_sentencepiece_available(): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable...
57
0
def lowercase_ ( ) -> List[str]: '''simple docstring''' snake_case__ :Optional[int] = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] snake_case__ :Dict = 6 snake_case__ :Tuple = 1 snake_case__ :Optional[int] ...
711
import os import sys import tempfile import unittest import unittest.mock as mock from pathlib import Path from huggingface_hub import HfFolder, delete_repo from huggingface_hub.file_download import http_get from requests.exceptions import HTTPError from transformers import ( AlbertToken...
57
0
import os from glob import glob import imageio import torch import torchvision import wandb from img_processing import custom_to_pil, loop_post_process, preprocess, preprocess_vqgan from loaders import load_vqgan from PIL import Image from torch import nn from transformers import CLIPModel, CL...
712
import argparse import json import os import evaluate import torch from datasets import load_dataset from torch.optim import AdamW from torch.utils.data import DataLoader from transformers import AutoModelForSequenceClassification, AutoTokenizer, get_linear_schedule_with_warmup, set_seed from...
57
0
import copy import inspect import unittest from transformers import AutoBackbone from transformers.configuration_utils import PretrainedConfig from transformers.testing_utils import require_timm, require_torch, torch_device from transformers.utils.import_utils import is_torch_available from ......
713
from __future__ import annotations class _snake_case : def __init__( self ,UpperCamelCase ) -> None: snake_case__ :Union[str, Any] = data snake_case__ :Node | None = None snake_case__ :Node | None ...
57
0
'''simple docstring''' import unittest from typing import Dict, List, Optional, Union import numpy as np from transformers.testing_utils import require_torch, require_vision from transformers.utils import is_torch_available, is_vision_available from ...test_image_processing_common im...
714
import os try: from .build_directory_md import good_file_paths except ImportError: from build_directory_md import good_file_paths # type: ignore __UpperCAmelCase : List[Any] = list(good_file_paths()) assert filepaths, "good_file_paths() failed!" __UpperCAmelCase : in...
57
0
from __future__ import annotations import math from collections import Counter from string import ascii_lowercase def lowercase_ ( __snake_case : str ) -> None: '''simple docstring''' snake_case__ :List[Any] = analyze_text(__snake_case ) sna...
715
def lowercase_ ( __snake_case : Tuple , __snake_case : Optional[int] ) -> List[Any]: '''simple docstring''' snake_case__ :Dict = "" for i in table: res += inp[i - 1] return res def lowercase_ ( ...
57
0
import os from shutil import copyfile from typing import List, Optional, Tuple from ...tokenization_utils import AddedToken from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import is_sentencepiece_available, logging if is_sentencepiece_available(): from .tokenizat...
716
import torch import torch.nn as nn from transformers.modeling_utils import ModuleUtilsMixin from transformers.models.ta.modeling_ta import TaBlock, TaConfig, TaLayerNorm from ...configuration_utils import ConfigMixin, register_to_config from ...models import ModelMixin class _snake_case ...
57
0
import os import sys import unittest __UpperCAmelCase : str = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) sys.path.append(os.path.join(git_repo_path, "utils")) import check_dummies # noqa: E402 from check_dummies import create_dummy_files, creat...
717
__UpperCAmelCase : int = {"a": ["c", "b"], "b": ["d", "e"], "c": [], "d": [], "e": []} __UpperCAmelCase : List[str] = ["a", "b", "c", "d", "e"] def lowercase_ ( __snake_case : Optional[Any] , __snake_case : List[Any] , __snake_case ...
57
0
import argparse import json import logging import os import sys from unittest.mock import patch from transformers.testing_utils import TestCasePlus, get_gpu_count, slow __UpperCAmelCase : List[Any] = [ os.path.join(os.path.dirname(__file__), dirname) for dirname in [ ...
718
import gc import unittest from diffusers import FlaxControlNetModel, FlaxStableDiffusionControlNetPipeline from diffusers.utils import is_flax_available, load_image, slow from diffusers.utils.testing_utils import require_flax if is_flax_available(): import jax import jax.numpy as jnp from...
57
0
import gc import random import unittest import numpy as np import torch from PIL import Image from diffusers import ( DDIMScheduler, KandinskyVaaControlnetImgaImgPipeline, KandinskyVaaPriorEmbaEmbPipeline, UNetaDConditionModel, VQModel, ) from diffusers.utils import fl...
719
def lowercase_ ( __snake_case : list ) -> list: '''simple docstring''' if any(not isinstance(__snake_case , __snake_case ) or x < 0 for x in sequence ): raise TypeError("Sequence must be list of non-negative integers" ) for _ ...
57
0
from math import pi, sqrt def lowercase_ ( __snake_case : float ) -> float: '''simple docstring''' if num <= 0: raise ValueError("math domain error" ) if num > 1_71.5: raise OverflowError("math range error" ) ...
720
from __future__ import annotations def lowercase_ ( __snake_case : list ) -> float: '''simple docstring''' if not nums: raise ValueError("List is empty" ) return sum(__snake_case ) / len(__snake_case ) if __nam...
57
0
import os from typing import Any, Callable, Dict, List, Optional, Tuple, Union import torch from torch import nn from ...models.controlnet import ControlNetModel, ControlNetOutput from ...models.modeling_utils import ModelMixin from ...utils import logging __UpperCAmelCase : Union[s...
721
from __future__ import annotations import math def lowercase_ ( __snake_case : int , __snake_case : int , __snake_case : bool , __snake_case : list[int] , __snake_case : float ) -> int: '''simple docstring''' ...
57
0
from __future__ import annotations import unittest from transformers import AutoTokenizer, PegasusConfig, is_tf_available from transformers.testing_utils import require_sentencepiece, require_tf, require_tokenizers, slow from transformers.utils import cached_property from ...test_configuration_...
700
from typing import Dict, List, Optional, Union import numpy as np from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict from ...image_transforms import rescale, resize, to_channel_dimension_format from ...image_utils import ( ChannelDimension, ImageInput, ...
57
0
def lowercase_ ( __snake_case : int ) -> int: '''simple docstring''' if n == 1 or not isinstance(__snake_case , __snake_case ): return 0 elif n == 2: return 1 else: snake_case__ :Any = [0, 1] ...
701
import pytest __UpperCAmelCase : int = "__dummy_dataset1__" __UpperCAmelCase : int = "\nimport json\nimport os\n\nimport datasets\n\n\nREPO_URL = \"https://huggingface.co/datasets/albertvillanova/tests-raw-jsonl/resolve/main/\"\nURLS = {\"train\": REPO_URL + \"wikiann...
57
0
from PIL import Image def lowercase_ ( __snake_case : Image , __snake_case : int ) -> Image: '''simple docstring''' snake_case__ :int = (2_59 * (level + 2_55)) / (2_55 * (2_59 - level)) def contrast(__snake_case : ...
702
from ...utils import ( OptionalDependencyNotAvailable, is_flax_available, is_torch_available, is_transformers_available, ) try: if not (is_transformers_available() and is_torch_available()): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable: fro...
57
0
'''simple docstring''' from __future__ import annotations import unittest from transformers import XGLMConfig, XGLMTokenizer, is_tf_available from transformers.testing_utils import require_tf, slow from ...test_configuration_common import ConfigTester from ...test_modeling_tf_common ...
703
import json import os import shutil import warnings from argparse import ArgumentParser, Namespace from pathlib import Path from typing import List from ..utils import logging from . import BaseTransformersCLICommand try: from cookiecutter.main import cookiecutter __UpperCAmelCase ...
57
0
import math def lowercase_ ( __snake_case : int ) -> bool: '''simple docstring''' return math.sqrt(__snake_case ) * math.sqrt(__snake_case ) == num def lowercase_ ( __snake_case : int ) -> bool: ...
704
from typing import List, Optional, Tuple from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import logging from .tokenization_herbert import HerbertTokenizer __UpperCAmelCase : str = logging.get_logger(__name__) __UpperCAmelCase : List[Any] ...
57
0
from __future__ import annotations from random import random class _snake_case : def __init__( self ,UpperCamelCase = None ) -> Union[str, Any]: snake_case__ :Optional[Any] = value snake_case__ :Optional[int] = random() snake_cas...
705
def lowercase_ ( __snake_case : int ) -> bool: '''simple docstring''' if p < 2: raise ValueError("p should not be less than 2!" ) elif p == 2: return True snake_case__ :List[str] = 4 snake_case__ ...
57
0
'''simple docstring''' from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_flax_available, is_tf_available, is_tokenizers_available, is_torch_available, ) __UpperCAmelCase : List[Any] = { ...
706
from typing import Any def lowercase_ ( __snake_case : list , __snake_case : list , __snake_case : dict , __snake_case : dict , __snake_case : dict , ) -> list: '''simple docstring''' _validation( __s...
57
0
import gc import unittest from diffusers import FlaxControlNetModel, FlaxStableDiffusionControlNetPipeline from diffusers.utils import is_flax_available, load_image, slow from diffusers.utils.testing_utils import require_flax if is_flax_available(): import jax import jax.numpy as jnp from...
707
def lowercase_ ( __snake_case : str ) -> list: '''simple docstring''' return [ txt[:a] + txt[a].upper() + txt[a + 1 :] for a in range(len(__snake_case ) ) if txt[a].isalpha() ] if __name__ == "__main__": __...
57
0
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_tokenizers_available, is_torch_available __UpperCAmelCase : List[Any] = { "configuration_roc_bert": ["ROC_BERT_PRETRAINED_CONFIG_ARCHIVE_MAP", "RoCBertConfig"], "tokenizat...
708
def lowercase_ ( __snake_case : int = 10_00 ) -> int: '''simple docstring''' snake_case__ :int = 3 snake_case__ :int = 0 while a < n: if a % 3 == 0 or a % 5 == 0: result += a elif a % ...
57
0
import pytest __UpperCAmelCase : int = "__dummy_dataset1__" __UpperCAmelCase : int = "\nimport json\nimport os\n\nimport datasets\n\n\nREPO_URL = \"https://huggingface.co/datasets/albertvillanova/tests-raw-jsonl/resolve/main/\"\nURLS = {\"train\": REPO_URL + \"wikiann-bn-...
709
import os import sys import unittest __UpperCAmelCase : str = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) sys.path.append(os.path.join(git_repo_path, "utils")) import check_dummies # noqa: E402 from check_dummies import create_dummy_files, creat...
57
0
from ...configuration_utils import PretrainedConfig from ...utils import logging __UpperCAmelCase : Any = logging.get_logger(__name__) __UpperCAmelCase : Dict = { "google/vivit-b-16x2-kinetics400": ( "https://huggingface.co/google/vivit-b-16x2-kinetics400/resolve/main...
710
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_sentencepiece_available __UpperCAmelCase : Tuple = {} try: if not is_sentencepiece_available(): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable...
57
0
import functools import gc import inspect import torch from .imports import is_npu_available, is_xpu_available def lowercase_ ( *__snake_case : int ) -> Union[str, Any]: '''simple docstring''' if not isinstance(__snake_case , __snake_case ): ...
711
import os import sys import tempfile import unittest import unittest.mock as mock from pathlib import Path from huggingface_hub import HfFolder, delete_repo from huggingface_hub.file_download import http_get from requests.exceptions import HTTPError from transformers import ( AlbertToken...
57
0
from __future__ import annotations __UpperCAmelCase : Any = [] def lowercase_ ( __snake_case : list[list[int]] , __snake_case : int , __snake_case : int ) -> bool: '''simple docstring''' for i in range(len(__...
712
import argparse import json import os import evaluate import torch from datasets import load_dataset from torch.optim import AdamW from torch.utils.data import DataLoader from transformers import AutoModelForSequenceClassification, AutoTokenizer, get_linear_schedule_with_warmup, set_seed from...
57
0
import logging from transformers import PretrainedConfig __UpperCAmelCase : Union[str, Any] = logging.getLogger(__name__) __UpperCAmelCase : List[str] = { "bertabs-finetuned-cnndm": "https://huggingface.co/remi/bertabs-finetuned-cnndm-extractive-abstractive-...
713
from __future__ import annotations class _snake_case : def __init__( self ,UpperCamelCase ) -> None: snake_case__ :Union[str, Any] = data snake_case__ :Node | None = None snake_case__ :Node | None ...
57
0
'''simple docstring''' import argparse import os from transformers.utils import direct_transformers_import # All paths are set with the intent you should run this script from the root of the repo with the command # python utils/check_task_guides.py __UpperCAmelCase : Optional...
714
import os try: from .build_directory_md import good_file_paths except ImportError: from build_directory_md import good_file_paths # type: ignore __UpperCAmelCase : List[Any] = list(good_file_paths()) assert filepaths, "good_file_paths() failed!" __UpperCAmelCase : in...
57
0
from __future__ import annotations from collections.abc import Callable from typing import Any, Generic, TypeVar __UpperCAmelCase : List[str] = TypeVar("T") class _snake_case ( Generic[T] ): def __init__( self ,UpperCamelCase ,UpperCamelCase ) -> None:...
715
def lowercase_ ( __snake_case : Tuple , __snake_case : Optional[int] ) -> List[Any]: '''simple docstring''' snake_case__ :Dict = "" for i in table: res += inp[i - 1] return res def lowercase_ ( ...
57
0
import unittest import numpy as np from transformers.testing_utils import require_pytesseract, require_torch from transformers.utils import is_pytesseract_available, is_torch_available from ...test_image_processing_common import ImageProcessingSavingTestMixin, prepare_image_inputs if is_tor...
716
import torch import torch.nn as nn from transformers.modeling_utils import ModuleUtilsMixin from transformers.models.ta.modeling_ta import TaBlock, TaConfig, TaLayerNorm from ...configuration_utils import ConfigMixin, register_to_config from ...models import ModelMixin class _snake_case ...
57
0
def lowercase_ ( __snake_case : str ) -> list: '''simple docstring''' return [ txt[:a] + txt[a].upper() + txt[a + 1 :] for a in range(len(__snake_case ) ) if txt[a].isalpha() ] if __name__ == "__main__": __...
717
__UpperCAmelCase : int = {"a": ["c", "b"], "b": ["d", "e"], "c": [], "d": [], "e": []} __UpperCAmelCase : List[str] = ["a", "b", "c", "d", "e"] def lowercase_ ( __snake_case : Optional[Any] , __snake_case : List[Any] , __snake_case ...
57
0
import numpy as np def lowercase_ ( __snake_case : np.array ) -> np.array: '''simple docstring''' return (2 / (1 + np.exp(-2 * vector ))) - 1 if __name__ == "__main__": import doctest doctest.testmod()
718
import gc import unittest from diffusers import FlaxControlNetModel, FlaxStableDiffusionControlNetPipeline from diffusers.utils import is_flax_available, load_image, slow from diffusers.utils.testing_utils import require_flax if is_flax_available(): import jax import jax.numpy as jnp from...
57
0
from datetime import datetime import requests def lowercase_ ( __snake_case : str ) -> bytes: '''simple docstring''' snake_case__ :int = "https://downloadgram.net/wp-json/wppress/video-downloader/video?url=" snake_case__ ...
719
def lowercase_ ( __snake_case : list ) -> list: '''simple docstring''' if any(not isinstance(__snake_case , __snake_case ) or x < 0 for x in sequence ): raise TypeError("Sequence must be list of non-negative integers" ) for _ ...
57
0
import os import socket from contextlib import contextmanager import torch from ..commands.config.default import write_basic_config # noqa: F401 from ..state import PartialState from .dataclasses import DistributedType from .imports import is_deepspeed_available, is_tpu_available from .transf...
720
from __future__ import annotations def lowercase_ ( __snake_case : list ) -> float: '''simple docstring''' if not nums: raise ValueError("List is empty" ) return sum(__snake_case ) / len(__snake_case ) if __nam...
57
0
import warnings from ...utils import logging from .image_processing_clip import CLIPImageProcessor __UpperCAmelCase : Union[str, Any] = logging.get_logger(__name__) class _snake_case ( _A ): def __init__( self ,*UpperCamelCase ,**UpperCamelCa...
721
from __future__ import annotations import math def lowercase_ ( __snake_case : int , __snake_case : int , __snake_case : bool , __snake_case : list[int] , __snake_case : float ) -> int: '''simple docstring''' ...
57
0
import unittest import numpy as np def lowercase_ ( __snake_case : np.ndarray , __snake_case : np.ndarray , __snake_case : np.ndarray , __snake_case : np.ndarray | None = None , ) -> np.ndarray: '''simple docstring''' ...
700
from typing import Dict, List, Optional, Union import numpy as np from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict from ...image_transforms import rescale, resize, to_channel_dimension_format from ...image_utils import ( ChannelDimension, ImageInput, ...
57
0
import inspect import os import unittest import torch import accelerate from accelerate import debug_launcher from accelerate.test_utils import ( execute_subprocess_async, require_cpu, require_huggingface_suite, require_multi_gpu, require_single_gpu, ) from accelerate....
701
import pytest __UpperCAmelCase : int = "__dummy_dataset1__" __UpperCAmelCase : int = "\nimport json\nimport os\n\nimport datasets\n\n\nREPO_URL = \"https://huggingface.co/datasets/albertvillanova/tests-raw-jsonl/resolve/main/\"\nURLS = {\"train\": REPO_URL + \"wikiann...
57
0
def lowercase_ ( __snake_case : int ) -> list[int]: '''simple docstring''' if num <= 0: raise ValueError("Input must be a positive integer" ) snake_case__ :int = [True] * (num + 1) snake_case__ :Dict = 2 ...
702
from ...utils import ( OptionalDependencyNotAvailable, is_flax_available, is_torch_available, is_transformers_available, ) try: if not (is_transformers_available() and is_torch_available()): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable: fro...
57
0
'''simple docstring''' import pytest from datasets.splits import SplitDict, SplitInfo from datasets.utils.py_utils import asdict @pytest.mark.parametrize( "split_dict" , [ SplitDict(), SplitDict({"train": SplitInfo(name="train" , num_bytes=13_37 , num_examp...
703
import json import os import shutil import warnings from argparse import ArgumentParser, Namespace from pathlib import Path from typing import List from ..utils import logging from . import BaseTransformersCLICommand try: from cookiecutter.main import cookiecutter __UpperCAmelCase ...
57
0
from typing import Dict, List, Optional, Union import numpy as np from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict from ...image_transforms import convert_to_rgb, normalize, rescale, resize, to_channel_dimension_format from ...image_utils import ( OPENAI_C...
704
from typing import List, Optional, Tuple from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import logging from .tokenization_herbert import HerbertTokenizer __UpperCAmelCase : str = logging.get_logger(__name__) __UpperCAmelCase : List[Any] ...
57
0
import gc import unittest import numpy as np import torch from torch.backends.cuda import sdp_kernel from diffusers import ( CMStochasticIterativeScheduler, ConsistencyModelPipeline, UNetaDModel, ) from diffusers.utils import randn_tensor, slow, torch_device from diffusers.utils.testing_utils impor...
705
def lowercase_ ( __snake_case : int ) -> bool: '''simple docstring''' if p < 2: raise ValueError("p should not be less than 2!" ) elif p == 2: return True snake_case__ :List[str] = 4 snake_case__ ...
57
0
'''simple docstring''' from __future__ import annotations __UpperCAmelCase : str = "Muhammad Umer Farooq" __UpperCAmelCase : Tuple = "MIT" __UpperCAmelCase : Union[str, Any] = "1.0.0" __UpperCAmelCase : Dict = "Muhammad Umer Faro...
706
from typing import Any def lowercase_ ( __snake_case : list , __snake_case : list , __snake_case : dict , __snake_case : dict , __snake_case : dict , ) -> list: '''simple docstring''' _validation( __s...
57
0
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_sentencepiece_available __UpperCAmelCase : Tuple = {} try: if not is_sentencepiece_available(): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable...
707
def lowercase_ ( __snake_case : str ) -> list: '''simple docstring''' return [ txt[:a] + txt[a].upper() + txt[a + 1 :] for a in range(len(__snake_case ) ) if txt[a].isalpha() ] if __name__ == "__main__": __...
57
0
import os import shutil import tempfile import unittest import numpy as np from transformers import AutoTokenizer, BarkProcessor from transformers.testing_utils import require_torch, slow @require_torch class _snake_case ( unittest.TestCase ): def lowerCAmelCas...
708
def lowercase_ ( __snake_case : int = 10_00 ) -> int: '''simple docstring''' snake_case__ :int = 3 snake_case__ :int = 0 while a < n: if a % 3 == 0 or a % 5 == 0: result += a elif a % ...
57
0
from __future__ import annotations def lowercase_ ( __snake_case : Dict , __snake_case : Dict , __snake_case : Union[str, Any] , __snake_case : Union[str, Any] ) -> int: # noqa: E741 '''simple docstring''' while r - l...
709
import os import sys import unittest __UpperCAmelCase : str = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) sys.path.append(os.path.join(git_repo_path, "utils")) import check_dummies # noqa: E402 from check_dummies import create_dummy_files, creat...
57
0
# 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 ap...
710
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_sentencepiece_available __UpperCAmelCase : Tuple = {} try: if not is_sentencepiece_available(): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable...
57
0
from __future__ import annotations def lowercase_ ( __snake_case : int = 4 ) -> list[list[int]]: '''simple docstring''' snake_case__ :Union[str, Any] = abs(__snake_case ) or 4 return [[1 + x + y * row_size for x in range(__snake_case...
711
import os import sys import tempfile import unittest import unittest.mock as mock from pathlib import Path from huggingface_hub import HfFolder, delete_repo from huggingface_hub.file_download import http_get from requests.exceptions import HTTPError from transformers import ( AlbertToken...
57
0
import logging import random import ray from transformers import RagConfig, RagRetriever, RagTokenizer from transformers.models.rag.retrieval_rag import CustomHFIndex __UpperCAmelCase : Dict = logging.getLogger(__name__) class _snake_case : def __init...
712
import argparse import json import os import evaluate import torch from datasets import load_dataset from torch.optim import AdamW from torch.utils.data import DataLoader from transformers import AutoModelForSequenceClassification, AutoTokenizer, get_linear_schedule_with_warmup, set_seed from...
57
0
import importlib import inspect import os import re # All paths are set with the intent you should run this script from the root of the repo with the command # python utils/check_config_docstrings.py __UpperCAmelCase : Union[str, Any] = "src/transformers" # This is to make su...
713
from __future__ import annotations class _snake_case : def __init__( self ,UpperCamelCase ) -> None: snake_case__ :Union[str, Any] = data snake_case__ :Node | None = None snake_case__ :Node | None ...
57
0
'''simple docstring''' from itertools import permutations def lowercase_ ( __snake_case : tuple ) -> bool: '''simple docstring''' if num[3] % 2 != 0: return False if (num[2] + num[3] + num[4]) % 3 != 0: retur...
714
import os try: from .build_directory_md import good_file_paths except ImportError: from build_directory_md import good_file_paths # type: ignore __UpperCAmelCase : List[Any] = list(good_file_paths()) assert filepaths, "good_file_paths() failed!" __UpperCAmelCase : in...
57
0
import gc import unittest import torch from parameterized import parameterized from diffusers import AutoencoderKL from diffusers.utils import floats_tensor, load_hf_numpy, require_torch_gpu, slow, torch_all_close, torch_device from diffusers.utils.import_utils import is_xformers_available from diffusers.utils...
715
def lowercase_ ( __snake_case : Tuple , __snake_case : Optional[int] ) -> List[Any]: '''simple docstring''' snake_case__ :Dict = "" for i in table: res += inp[i - 1] return res def lowercase_ ( ...
57
0
import unittest import numpy as np from transformers.testing_utils import require_torch, require_vision from transformers.utils import is_torch_available, is_vision_available from ...test_image_processing_common import ImageProcessingSavingTestMixin, prepare_image_inputs if is_torch_availab...
716
import torch import torch.nn as nn from transformers.modeling_utils import ModuleUtilsMixin from transformers.models.ta.modeling_ta import TaBlock, TaConfig, TaLayerNorm from ...configuration_utils import ConfigMixin, register_to_config from ...models import ModelMixin class _snake_case ...
57
0
import collections import tempfile import unittest import numpy as np from transformers.testing_utils import ( is_pt_flax_cross_test, require_flax, require_torch, require_vision, slow, torch_device, ) from transformers.utils import is_flax_available, is_torch_availa...
717
__UpperCAmelCase : int = {"a": ["c", "b"], "b": ["d", "e"], "c": [], "d": [], "e": []} __UpperCAmelCase : List[str] = ["a", "b", "c", "d", "e"] def lowercase_ ( __snake_case : Optional[Any] , __snake_case : List[Any] , __snake_case ...
57
0
from random import randint, random def lowercase_ ( __snake_case : int , __snake_case : int , __snake_case : int , __snake_case : bool = False , __snake_case : bool = False , __snake_case : int = 5 , ) -> list: ...
718
import gc import unittest from diffusers import FlaxControlNetModel, FlaxStableDiffusionControlNetPipeline from diffusers.utils import is_flax_available, load_image, slow from diffusers.utils.testing_utils import require_flax if is_flax_available(): import jax import jax.numpy as jnp from...
57
0
import argparse import json from typing import List from ltp import LTP from transformers import BertTokenizer def lowercase_ ( __snake_case : Optional[int] ) -> Optional[int]: '''simple docstring''' if ( (cp >= 0X4_e00 and cp ...
719
def lowercase_ ( __snake_case : list ) -> list: '''simple docstring''' if any(not isinstance(__snake_case , __snake_case ) or x < 0 for x in sequence ): raise TypeError("Sequence must be list of non-negative integers" ) for _ ...
57
0
__UpperCAmelCase : Any = "0.18.2" from .configuration_utils import ConfigMixin from .utils import ( OptionalDependencyNotAvailable, is_flax_available, is_inflect_available, is_invisible_watermark_available, is_k_diffusion_available, is_k_diffusion_version, ...
720
from __future__ import annotations def lowercase_ ( __snake_case : list ) -> float: '''simple docstring''' if not nums: raise ValueError("List is empty" ) return sum(__snake_case ) / len(__snake_case ) if __nam...
57
0
from __future__ import annotations from collections import deque from collections.abc import Sequence from dataclasses import dataclass from typing import Any @dataclass class _snake_case : _A = 42 _A = None _A = None def lowercase...
721
from __future__ import annotations import math def lowercase_ ( __snake_case : int , __snake_case : int , __snake_case : bool , __snake_case : list[int] , __snake_case : float ) -> int: '''simple docstring''' ...
57
0
from ...utils import ( OptionalDependencyNotAvailable, is_flax_available, is_torch_available, is_transformers_available, ) try: if not (is_transformers_available() and is_torch_available()): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable: fro...
700
from typing import Dict, List, Optional, Union import numpy as np from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict from ...image_transforms import rescale, resize, to_channel_dimension_format from ...image_utils import ( ChannelDimension, ImageInput, ...
57
0
from typing import TYPE_CHECKING # rely on isort to merge the imports from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_torch_available __UpperCAmelCase : Optional[Any] = { "configuration_autoformer": [ "AUTOFORMER_PRETRAINED_CONFIG_ARCHIVE_MAP", ...
701
import pytest __UpperCAmelCase : int = "__dummy_dataset1__" __UpperCAmelCase : int = "\nimport json\nimport os\n\nimport datasets\n\n\nREPO_URL = \"https://huggingface.co/datasets/albertvillanova/tests-raw-jsonl/resolve/main/\"\nURLS = {\"train\": REPO_URL + \"wikiann...
57
0
import collections import inspect import unittest from transformers import FocalNetConfig from transformers.testing_utils import require_torch, require_vision, slow, torch_device from transformers.utils import cached_property, is_torch_available, is_vision_available from ...test_backbone_common import Bac...
702
from ...utils import ( OptionalDependencyNotAvailable, is_flax_available, is_torch_available, is_transformers_available, ) try: if not (is_transformers_available() and is_torch_available()): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAvailable: fro...
57
0