code
stringlengths
82
54.1k
code_codestyle
int64
0
699
style_context
stringlengths
111
35.6k
style_context_codestyle
int64
0
699
label
int64
0
1
"""simple docstring""" class __A : # Public class to implement a graph def __init__( self : int , __snake_case : int , __snake_case : int , __snake_case : list[list[bool]] ) -> None: __magic_name__: Tuple = ...
96
"""simple docstring""" def a ( __UpperCAmelCase : List[Any] ) -> str: __magic_name__: Optional[int] = [0] * len(__UpperCAmelCase ) __magic_name__: str = [] __magic_name__: Any = [] __magic_name__: Union[...
96
1
"""simple docstring""" import argparse import re import requests import torch # git clone https://github.com/salesforce/BLIP.git from models.blip import blip_decoder from models.blip_itm import blip_itm from models.blip_vqa import blip_vqa from PIL import Image from torchvision imp...
96
"""simple docstring""" from argparse import ArgumentParser from .env import EnvironmentCommand def a ( ) -> Tuple: __magic_name__: Optional[int] = ArgumentParser("""Diffusers CLI tool""" , usage="""diffusers-cli <command> [<args>]""" ) ...
96
1
"""simple docstring""" import numpy as np from nltk.translate import meteor_score import datasets from datasets.config import importlib_metadata, version __lowerCamelCase = version.parse(importlib_metadata.version('nltk')) if NLTK_VERSION >= version.Version('3.6.4'): f...
96
"""simple docstring""" import json import os import shutil import tempfile import unittest from multiprocessing import get_context from pathlib import Path import datasets import numpy as np from datasets import load_dataset from parameterized import parameterized from transforme...
96
1
"""simple docstring""" import argparse from pathlib import Path import torch from transformers import OPTConfig, OPTModel from transformers.utils import logging logging.set_verbosity_info() __lowerCamelCase = logging.get_logger(__name__) def a ( __UpperCAmel...
96
"""simple docstring""" def a ( __UpperCAmelCase : int , __UpperCAmelCase : int ) -> int: while b: __magic_name__, __magic_name__: Optional[int] = b, a % b return a def a ( __UpperCAmelCase : ...
96
1
"""simple docstring""" import inspect import unittest from transformers import MobileViTVaConfig from transformers.testing_utils import require_torch, require_torch_multi_gpu, require_vision, slow, torch_device from transformers.utils import cached_property, is_torch_available, is_vision_...
96
"""simple docstring""" import argparse import gc import json import os import shutil import warnings import torch from transformers import LlamaConfig, LlamaForCausalLM, LlamaTokenizer try: from transformers import LlamaTokenizerFast except ImportError as e: war...
96
1
"""simple docstring""" from __future__ import annotations import math __lowerCamelCase = '2020.9.26' __lowerCamelCase = 'xcodz-dot, cclaus, dhruvmanila' def a ( __UpperCAmelCase : float , __UpperCAmelCase : float , __UpperCAmelC...
96
"""simple docstring""" from typing import List from .keymap import KEYMAP, get_character def a ( __UpperCAmelCase : str ) -> Optional[int]: def decorator(__UpperCAmelCase : List[str] ): __magic_name__: Union[str, Any] = ...
96
1
"""simple docstring""" from collections import OrderedDict from typing import Mapping from packaging import version from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging __lowerCamelCase = logging.get_logger(__name__...
96
"""simple docstring""" import unittest from transformers import EsmConfig, is_torch_available from transformers.testing_utils import TestCasePlus, require_torch, slow, torch_device from ...test_configuration_common import ConfigTester from ...test_modeling_common import ModelTesterMixin...
96
1
"""simple docstring""" from __future__ import annotations import math class __A : def __init__( self : Optional[Any] , __snake_case : int ) -> None: __magic_name__: Optional[int] = size # approximate the...
96
"""simple docstring""" from typing import Dict, List, Optional, Union import numpy as np from .feature_extraction_utils import BatchFeature, FeatureExtractionMixin from .utils import PaddingStrategy, TensorType, is_tf_tensor, is_torch_tensor, logging, to_numpy __lowerCamelCase ...
96
1
"""simple docstring""" from __future__ import annotations import unittest from transformers import is_tf_available from transformers.testing_utils import require_tf, slow from ...test_configuration_common import ConfigTester from ...test_modeling_tf_common import TFModelTesterMixin, ...
96
"""simple docstring""" def a ( __UpperCAmelCase : list[int] ) -> float: if not nums: # Makes sure that the list is not empty raise ValueError("""List is empty""" ) __magic_name__: Dict = sum(__UpperCAmelCase ) / len(__UpperC...
96
1
"""simple docstring""" import itertools import string from collections.abc import Generator, Iterable def a ( __UpperCAmelCase : Iterable[str] , __UpperCAmelCase : int ) -> Generator[tuple[str, ...], None, None]: __magic_name__: Optional...
96
"""simple docstring""" from random import randint from tempfile import TemporaryFile import numpy as np def a ( __UpperCAmelCase : Optional[Any] , __UpperCAmelCase : Optional[int] , __UpperCAmelCase : Optional[int] ) -> int: ...
96
1
"""simple docstring""" from __future__ import annotations def a ( __UpperCAmelCase : list[float] , __UpperCAmelCase : Any ) -> Optional[Any]: print(f'Vertex\tShortest Distance from vertex {src}' ) for i, d in enumerate(__UpperCAmel...
96
"""simple docstring""" def a ( __UpperCAmelCase : int = 1_0_0 ) -> int: __magic_name__: str = 0 __magic_name__: Any = 0 for i in range(1 , n + 1 ): sum_of_squares += i**2 sum_of_ints += i ...
96
1
"""simple docstring""" from __future__ import annotations def a ( __UpperCAmelCase : int | str ) -> bool: __magic_name__: List[str] = str(__UpperCAmelCase ) return n == n[::-1] def a ( __UpperCAmelCase : int = ...
96
"""simple docstring""" from __future__ import annotations def a ( __UpperCAmelCase : list ) -> list: if len(__UpperCAmelCase ) == 0: return [] __magic_name__, __magic_name__: List[str] = min(__UpperCAmelCase ), max(__U...
96
1
"""simple docstring""" import multiprocessing import os from typing import BinaryIO, Optional, Union import fsspec from .. import Dataset, Features, NamedSplit, config from ..formatting import query_table from ..packaged_modules.json.json import Json from ..utils import logging from...
96
"""simple docstring""" # Copyright 2023 The HuggingFace Inc. team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apach...
96
1
"""simple docstring""" import argparse import hashlib import os import urllib import warnings import torch from torch import nn from tqdm import tqdm from transformers import WhisperConfig, WhisperForConditionalGeneration __lowerCamelCase = { 'tiny.en': 'https://ope...
96
"""simple docstring""" import gc import random import unittest import numpy as np import torch from PIL import Image from transformers import CLIPTextConfig, CLIPTextModel, CLIPTokenizer from diffusers import ( AutoencoderKL, DDIMScheduler, EulerAncestralDiscreteSchedu...
96
1
"""simple docstring""" import copy import random from transformers import CLIPTokenizer class __A ( SCREAMING_SNAKE_CASE_ ): def __init__( self : int , *__snake_case : Dict , **__snake_case : Optional[Any] ) -> Dict: ...
96
"""simple docstring""" import json from typing import List, Optional, Tuple from tokenizers import normalizers from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import logging from .tokenization_squeezebert import SqueezeBertTokenizer __lowerCamelCase ...
96
1
"""simple docstring""" import argparse import json import os import fairseq import torch from fairseq.data import Dictionary from transformers import ( WavaVecaConformerConfig, WavaVecaConformerForCTC, WavaVecaConformerForPreTraining, WavaVecaCTCTokenizer, Wav...
96
"""simple docstring""" import json import os import unittest from transformers import OpenAIGPTTokenizer, OpenAIGPTTokenizerFast from transformers.models.openai.tokenization_openai import VOCAB_FILES_NAMES from transformers.testing_utils import require_ftfy, require_spacy, require_tokeni...
96
1
"""simple docstring""" # tests directory-specific settings - this file is run automatically # by pytest before any tests are run import sys import warnings from os.path import abspath, dirname, join # allow having multiple repository checkouts and not needing to remember to rerun # ...
96
"""simple docstring""" from collections import OrderedDict from typing import List, Mapping from packaging import version from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging __lowerCamelCase = logging.get_logger(__...
96
1
"""simple docstring""" import unittest from transformers import ( MODEL_FOR_SEQUENCE_CLASSIFICATION_MAPPING, TF_MODEL_FOR_SEQUENCE_CLASSIFICATION_MAPPING, TextClassificationPipeline, pipeline, ) from transformers.testing_utils import is_pipeline_test, nested_simplify, r...
96
"""simple docstring""" import argparse import json import os import re import torch from transformers import BloomConfig, BloomModel from transformers.file_utils import CONFIG_NAME, WEIGHTS_NAME from transformers.utils import logging logging.set_verbosity_info() __lowerCamelC...
96
1
"""simple docstring""" from collections import defaultdict from typing import Optional from ..image_utils import load_image from ..utils import ( add_end_docstrings, is_torch_available, logging, requires_backends, ) from .base import PIPELINE_INIT_ARGS, ChunkPipeline ...
96
"""simple docstring""" import datetime import platform import subprocess from typing import Optional, Tuple, Union import numpy as np def a ( __UpperCAmelCase : bytes , __UpperCAmelCase : int ) -> np.array: __magic_name__: Optional[i...
96
1
"""simple docstring""" from math import factorial, pi def a ( __UpperCAmelCase : float , __UpperCAmelCase : int = 3_0 ) -> float: if not isinstance(__UpperCAmelCase , (int, float) ): raise ValueError("""maclaurin_sin...
96
"""simple docstring""" from typing import List, Union import numpy as np from ..tokenization_utils import TruncationStrategy from ..utils import add_end_docstrings, logging from .base import PIPELINE_INIT_ARGS, ArgumentHandler, ChunkPipeline __lowerCamelCase = logging.get_lo...
96
1
"""simple docstring""" from __future__ import annotations from math import pi, sqrt def a ( __UpperCAmelCase : float , __UpperCAmelCase : float ) -> tuple: if inductance <= 0: raise ValueError("""Inductance cannot be 0 or...
96
"""simple docstring""" from typing import Optional, Tuple, Union import tensorflow as tf from ...activations_tf import ACTaFN from ...file_utils import add_code_sample_docstrings, add_start_docstrings, add_start_docstrings_to_model_forward from ...modeling_tf_outputs import ( TFBas...
96
1
"""simple docstring""" import warnings from typing import List, Optional, Union from ...processing_utils import ProcessorMixin from ...tokenization_utils_base import BatchEncoding, PaddingStrategy, PreTokenizedInput, TextInput, TruncationStrategy from ...utils import TensorType cla...
96
"""simple docstring""" from typing import Union import fire import torch from tqdm import tqdm def a ( __UpperCAmelCase : str , __UpperCAmelCase : str = "cpu" , __UpperCAmelCase : Union[str, None] = None ) -> None: __ma...
96
1
"""simple docstring""" from typing import List from .keymap import KEYMAP, get_character def a ( __UpperCAmelCase : str ) -> Optional[int]: def decorator(__UpperCAmelCase : List[str] ): __magic_name__: Union[str, Any] = ...
96
"""simple docstring""" def a ( __UpperCAmelCase : List[Any] ) -> str: __magic_name__: Optional[int] = [0] * len(__UpperCAmelCase ) __magic_name__: str = [] __magic_name__: Any = [] __magic_name__: Union[...
96
1
"""simple docstring""" from math import factorial class __A : def __init__( self : Any , __snake_case : Any , __snake_case : Optional[Any] ) -> List[Any]: __magic_name__: int = real if isinstance...
96
"""simple docstring""" from argparse import ArgumentParser from .env import EnvironmentCommand def a ( ) -> Tuple: __magic_name__: Optional[int] = ArgumentParser("""Diffusers CLI tool""" , usage="""diffusers-cli <command> [<args>]""" ) ...
96
1
"""simple docstring""" from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_tokenizers_available, is_torch_available __lowerCamelCase = { 'configuration_m2m_100': ['M2M_100_PRETRAINED_CONFIG_ARCHIVE_MAP', 'M2M100Config', 'M2M1...
96
"""simple docstring""" import json import os import shutil import tempfile import unittest from multiprocessing import get_context from pathlib import Path import datasets import numpy as np from datasets import load_dataset from parameterized import parameterized from transforme...
96
1
"""simple docstring""" from __future__ import annotations import random # Maximum size of the population. Bigger could be faster but is more memory expensive. __lowerCamelCase = 2_00 # Number of elements selected in every generation of evolution. The selection takes # place fro...
96
"""simple docstring""" def a ( __UpperCAmelCase : int , __UpperCAmelCase : int ) -> int: while b: __magic_name__, __magic_name__: Optional[int] = b, a % b return a def a ( __UpperCAmelCase : ...
96
1
"""simple docstring""" from collections.abc import Iterator, MutableMapping from dataclasses import dataclass from typing import Generic, TypeVar __lowerCamelCase = TypeVar('KEY') __lowerCamelCase = TypeVar('VAL') @dataclass(frozen=SCREAMING_SNAKE_CASE_ ,slots=SCR...
96
"""simple docstring""" import argparse import gc import json import os import shutil import warnings import torch from transformers import LlamaConfig, LlamaForCausalLM, LlamaTokenizer try: from transformers import LlamaTokenizerFast except ImportError as e: war...
96
1
"""simple docstring""" from __future__ import annotations def a ( __UpperCAmelCase : str , __UpperCAmelCase : list[str] | None = None ) -> list[list[str]]: __magic_name__: int = word_bank or [] # create a table __...
96
"""simple docstring""" from typing import List from .keymap import KEYMAP, get_character def a ( __UpperCAmelCase : str ) -> Optional[int]: def decorator(__UpperCAmelCase : List[str] ): __magic_name__: Union[str, Any] = ...
96
1
"""simple docstring""" # Copyright 2023 The HuggingFace Inc. team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apach...
96
"""simple docstring""" import unittest from transformers import EsmConfig, is_torch_available from transformers.testing_utils import TestCasePlus, require_torch, slow, torch_device from ...test_configuration_common import ConfigTester from ...test_modeling_common import ModelTesterMixin...
96
1
"""simple docstring""" import argparse from transformers import TaConfig, TaForConditionalGeneration, load_tf_weights_in_ta from transformers.utils import logging logging.set_verbosity_info() def a ( __UpperCAmelCase : Optional[int] , __UpperCAmelCase ...
96
"""simple docstring""" from typing import Dict, List, Optional, Union import numpy as np from .feature_extraction_utils import BatchFeature, FeatureExtractionMixin from .utils import PaddingStrategy, TensorType, is_tf_tensor, is_torch_tensor, logging, to_numpy __lowerCamelCase ...
96
1
"""simple docstring""" 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_sche...
96
"""simple docstring""" def a ( __UpperCAmelCase : list[int] ) -> float: if not nums: # Makes sure that the list is not empty raise ValueError("""List is empty""" ) __magic_name__: Dict = sum(__UpperCAmelCase ) / len(__UpperC...
96
1
"""simple docstring""" from ...processing_utils import ProcessorMixin from ...tokenization_utils_base import BatchEncoding class __A ( SCREAMING_SNAKE_CASE_ ): UpperCAmelCase__ = "ClapFeatureExtractor" UpperCAmelCase__ = ("RobertaTokenizer", "R...
96
"""simple docstring""" from random import randint from tempfile import TemporaryFile import numpy as np def a ( __UpperCAmelCase : Optional[Any] , __UpperCAmelCase : Optional[int] , __UpperCAmelCase : Optional[int] ) -> int: ...
96
1
"""simple docstring""" import copy import os from typing import Union from ...configuration_utils import PretrainedConfig from ...models.auto.modeling_auto import MODEL_FOR_CAUSAL_LM_MAPPING_NAMES from ...utils import logging from ..auto import CONFIG_MAPPING __lowerCamelCase ...
96
"""simple docstring""" def a ( __UpperCAmelCase : int = 1_0_0 ) -> int: __magic_name__: str = 0 __magic_name__: Any = 0 for i in range(1 , n + 1 ): sum_of_squares += i**2 sum_of_ints += i ...
96
1
"""simple docstring""" import torch import torch.nn as nn from transformers import CLIPConfig, CLIPVisionModel, PreTrainedModel from ...utils import logging __lowerCamelCase = logging.get_logger(__name__) def a ( __UpperCAmelCase : Optional[Any] , ...
96
"""simple docstring""" from __future__ import annotations def a ( __UpperCAmelCase : list ) -> list: if len(__UpperCAmelCase ) == 0: return [] __magic_name__, __magic_name__: List[str] = min(__UpperCAmelCase ), max(__U...
96
1
"""simple docstring""" import gzip import hashlib import json import multiprocessing import os import re import shutil import time from pathlib import Path import numpy as np from arguments import PreprocessingArguments from datasets import load_dataset from minhash_deduplication ...
96
"""simple docstring""" # Copyright 2023 The HuggingFace Inc. team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apach...
96
1
"""simple docstring""" from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_flax_available, is_tf_available, is_torch_available, ) __lowerCamelCase = { 'configuration_roberta_prelayernorm': [ ...
96
"""simple docstring""" import gc import random import unittest import numpy as np import torch from PIL import Image from transformers import CLIPTextConfig, CLIPTextModel, CLIPTokenizer from diffusers import ( AutoencoderKL, DDIMScheduler, EulerAncestralDiscreteSchedu...
96
1
"""simple docstring""" import copy from dataclasses import dataclass, field from typing import ClassVar, Dict from ..features import Audio, Features, Value from .base import TaskTemplate @dataclass(frozen=SCREAMING_SNAKE_CASE_ ) class __A ( SCREAMING_SNAKE_CASE_ ): ...
96
"""simple docstring""" import json from typing import List, Optional, Tuple from tokenizers import normalizers from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import logging from .tokenization_squeezebert import SqueezeBertTokenizer __lowerCamelCase ...
96
1
"""simple docstring""" __lowerCamelCase = 8.3_1_4_4_5_9_8 def a ( __UpperCAmelCase : float , __UpperCAmelCase : float ) -> float: if temperature < 0: raise Exception("""Temperature cannot be less than 0 K""" ) i...
96
"""simple docstring""" import json import os import unittest from transformers import OpenAIGPTTokenizer, OpenAIGPTTokenizerFast from transformers.models.openai.tokenization_openai import VOCAB_FILES_NAMES from transformers.testing_utils import require_ftfy, require_spacy, require_tokeni...
96
1
"""simple docstring""" from collections.abc import Sequence from queue import Queue class __A : def __init__( self : Any , __snake_case : Dict , __snake_case : List[str] , __snake_case : Dict , __snake_case : Optional[in...
96
"""simple docstring""" from collections import OrderedDict from typing import List, Mapping from packaging import version from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging __lowerCamelCase = logging.get_logger(__...
96
1
"""simple docstring""" import os # Precomputes a list of the 100 first triangular numbers __lowerCamelCase = [int(0.5 * n * (n + 1)) for n in range(1, 1_01)] def a ( ) -> Union[str, Any]: __magic_name__: List[Any] = os.path.dirname(os.path....
96
"""simple docstring""" import argparse import json import os import re import torch from transformers import BloomConfig, BloomModel from transformers.file_utils import CONFIG_NAME, WEIGHTS_NAME from transformers.utils import logging logging.set_verbosity_info() __lowerCamelC...
96
1
"""simple docstring""" def a ( ) -> list[list[int]]: return [list(range(1_0_0_0 - i , -1_0_0_0 - i , -1 ) ) for i in range(1_0_0_0 )] __lowerCamelCase = generate_large_matrix() __lowerCamelCase = ( [[4, 3, 2, -1], [3, 2, 1, -1],...
96
"""simple docstring""" import datetime import platform import subprocess from typing import Optional, Tuple, Union import numpy as np def a ( __UpperCAmelCase : bytes , __UpperCAmelCase : int ) -> np.array: __magic_name__: Optional[i...
96
1
"""simple docstring""" import datasets from .evaluate import evaluate __lowerCamelCase = '\\n@article{hendrycks2021cuad,\n title={CUAD: An Expert-Annotated NLP Dataset for Legal Contract Review},\n author={Dan Hendrycks and Collin Burns and Anya Chen and Spencer Ball},\...
96
"""simple docstring""" from typing import List, Union import numpy as np from ..tokenization_utils import TruncationStrategy from ..utils import add_end_docstrings, logging from .base import PIPELINE_INIT_ARGS, ArgumentHandler, ChunkPipeline __lowerCamelCase = logging.get_lo...
96
1
"""simple docstring""" from collections import OrderedDict from typing import Mapping from packaging import version from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging __lowerCamelCase = logging.get_logger(__name__...
96
"""simple docstring""" from typing import Optional, Tuple, Union import tensorflow as tf from ...activations_tf import ACTaFN from ...file_utils import add_code_sample_docstrings, add_start_docstrings, add_start_docstrings_to_model_forward from ...modeling_tf_outputs import ( TFBas...
96
1
"""simple docstring""" from __future__ import annotations from scipy.special import comb # type: ignore class __A : def __init__( self : str , __snake_case : list[tuple[float, float]] ) -> List[Any]: __magic_name__: int ...
96
"""simple docstring""" from typing import Union import fire import torch from tqdm import tqdm def a ( __UpperCAmelCase : str , __UpperCAmelCase : str = "cpu" , __UpperCAmelCase : Union[str, None] = None ) -> None: __ma...
96
1
"""simple docstring""" import numpy as np from transformers import BatchFeature from transformers.testing_utils import require_tf, require_torch from .test_feature_extraction_common import FeatureExtractionSavingTestMixin class __A ( SCREAMING_SNAKE_CASE_ ): # to ...
96
"""simple docstring""" def a ( __UpperCAmelCase : List[Any] ) -> str: __magic_name__: Optional[int] = [0] * len(__UpperCAmelCase ) __magic_name__: str = [] __magic_name__: Any = [] __magic_name__: Union[...
96
1
"""simple docstring""" import tempfile import torch from diffusers import ( DEISMultistepScheduler, DPMSolverMultistepScheduler, DPMSolverSinglestepScheduler, UniPCMultistepScheduler, ) from .test_schedulers import SchedulerCommonTest class __A ( SC...
96
"""simple docstring""" from argparse import ArgumentParser from .env import EnvironmentCommand def a ( ) -> Tuple: __magic_name__: Optional[int] = ArgumentParser("""Diffusers CLI tool""" , usage="""diffusers-cli <command> [<args>]""" ) ...
96
1
"""simple docstring""" from __future__ import annotations def a ( __UpperCAmelCase : list ) -> list: if len(__UpperCAmelCase ) == 0: return [] __magic_name__, __magic_name__: List[str] = min(__UpperCAmelCase ), max(__U...
96
"""simple docstring""" import json import os import shutil import tempfile import unittest from multiprocessing import get_context from pathlib import Path import datasets import numpy as np from datasets import load_dataset from parameterized import parameterized from transforme...
96
1
"""simple docstring""" # Author: OMKAR PATHAK, Nwachukwu Chidiebere # Use a Python dictionary to construct the graph. from __future__ import annotations from pprint import pformat from typing import Generic, TypeVar __lowerCamelCase = TypeVar('T') class __A ( G...
96
"""simple docstring""" def a ( __UpperCAmelCase : int , __UpperCAmelCase : int ) -> int: while b: __magic_name__, __magic_name__: Optional[int] = b, a % b return a def a ( __UpperCAmelCase : ...
96
1
"""simple docstring""" import gc import unittest import numpy as np import torch from diffusers import ( AudioDiffusionPipeline, AutoencoderKL, DDIMScheduler, DDPMScheduler, DiffusionPipeline, Mel, UNetaDConditionModel, UNetaDModel, ) from diffu...
96
"""simple docstring""" import argparse import gc import json import os import shutil import warnings import torch from transformers import LlamaConfig, LlamaForCausalLM, LlamaTokenizer try: from transformers import LlamaTokenizerFast except ImportError as e: war...
96
1
"""simple docstring""" import argparse import ast import logging import os import sys import pandas as pd import torch from tqdm import tqdm from transformers import BartForConditionalGeneration, RagRetriever, RagSequenceForGeneration, RagTokenForGeneration from transformers import...
96
"""simple docstring""" from typing import List from .keymap import KEYMAP, get_character def a ( __UpperCAmelCase : str ) -> Optional[int]: def decorator(__UpperCAmelCase : List[str] ): __magic_name__: Union[str, Any] = ...
96
1
"""simple docstring""" import datetime import platform import subprocess from typing import Optional, Tuple, Union import numpy as np def a ( __UpperCAmelCase : bytes , __UpperCAmelCase : int ) -> np.array: __magic_name__: Optional[i...
96
"""simple docstring""" import unittest from transformers import EsmConfig, is_torch_available from transformers.testing_utils import TestCasePlus, require_torch, slow, torch_device from ...test_configuration_common import ConfigTester from ...test_modeling_common import ModelTesterMixin...
96
1
"""simple docstring""" import os from bleurt import score # From: git+https://github.com/google-research/bleurt.git import datasets __lowerCamelCase = datasets.logging.get_logger(__name__) __lowerCamelCase = '\\n@inproceedings{bleurt,\n title={BLEURT: Learning Ro...
96
"""simple docstring""" from typing import Dict, List, Optional, Union import numpy as np from .feature_extraction_utils import BatchFeature, FeatureExtractionMixin from .utils import PaddingStrategy, TensorType, is_tf_tensor, is_torch_tensor, logging, to_numpy __lowerCamelCase ...
96
1
"""simple docstring""" import unittest import numpy as np import torch from diffusers import PNDMPipeline, PNDMScheduler, UNetaDModel from diffusers.utils.testing_utils import enable_full_determinism, require_torch, slow, torch_device enable_full_determinism() class __...
96
"""simple docstring""" def a ( __UpperCAmelCase : list[int] ) -> float: if not nums: # Makes sure that the list is not empty raise ValueError("""List is empty""" ) __magic_name__: Dict = sum(__UpperCAmelCase ) / len(__UpperC...
96
1
"""simple docstring""" from collections import OrderedDict from typing import List, Mapping from packaging import version from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging __lowerCamelCase = logging.get_logger(__...
96
"""simple docstring""" from random import randint from tempfile import TemporaryFile import numpy as np def a ( __UpperCAmelCase : Optional[Any] , __UpperCAmelCase : Optional[int] , __UpperCAmelCase : Optional[int] ) -> int: ...
96
1
"""simple docstring""" import re from flax.core.frozen_dict import freeze from flax.traverse_util import flatten_dict, unflatten_dict from jax.experimental import PartitionSpec as P # Sentinels __lowerCamelCase = object() # For specifying empty leaf dict `{}` __lowerCamelC...
96
"""simple docstring""" def a ( __UpperCAmelCase : int = 1_0_0 ) -> int: __magic_name__: str = 0 __magic_name__: Any = 0 for i in range(1 , n + 1 ): sum_of_squares += i**2 sum_of_ints += i ...
96
1
"""simple docstring""" import os from typing import Optional import fsspec from fsspec.archive import AbstractArchiveFileSystem from fsspec.utils import DEFAULT_BLOCK_SIZE class __A ( SCREAMING_SNAKE_CASE_ ): UpperCAmelCase__ = "" UpperCAmelCase__ ...
96
"""simple docstring""" from __future__ import annotations def a ( __UpperCAmelCase : list ) -> list: if len(__UpperCAmelCase ) == 0: return [] __magic_name__, __magic_name__: List[str] = min(__UpperCAmelCase ), max(__U...
96
1
"""simple docstring""" import argparse import json import os import fairseq import torch from fairseq.data import Dictionary from transformers import ( WavaVecaConfig, WavaVecaCTCTokenizer, WavaVecaFeatureExtractor, WavaVecaForCTC, WavaVecaForPreTraining, ...
96
"""simple docstring""" # Copyright 2023 The HuggingFace Inc. team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apach...
96
1
"""simple docstring""" import argparse import re import numpy as np import requests import torch from huggingface_hub import hf_hub_download from PIL import Image from transformers import ( SamConfig, SamImageProcessor, SamModel, SamProcessor, SamVisionConfig...
96
"""simple docstring""" import gc import random import unittest import numpy as np import torch from PIL import Image from transformers import CLIPTextConfig, CLIPTextModel, CLIPTokenizer from diffusers import ( AutoencoderKL, DDIMScheduler, EulerAncestralDiscreteSchedu...
96
1
"""simple docstring""" from collections import OrderedDict from typing import Mapping from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig __lowerCamelCase = { 'albert-base-v1': 'https://huggingface.co/albert-base-v1/resolve/main/config.json',...
96
"""simple docstring""" import json from typing import List, Optional, Tuple from tokenizers import normalizers from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import logging from .tokenization_squeezebert import SqueezeBertTokenizer __lowerCamelCase ...
96
1
"""simple docstring""" import math def a ( __UpperCAmelCase : Union[str, Any] , __UpperCAmelCase : Any ) -> int: if 0 not in (x, y): # We use the relation x^y = y*log10(x), where 10 is the base. return y * math.lo...
96
"""simple docstring""" import json import os import unittest from transformers import OpenAIGPTTokenizer, OpenAIGPTTokenizerFast from transformers.models.openai.tokenization_openai import VOCAB_FILES_NAMES from transformers.testing_utils import require_ftfy, require_spacy, require_tokeni...
96
1
"""simple docstring""" 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_vid...
96
"""simple docstring""" from collections import OrderedDict from typing import List, Mapping from packaging import version from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging __lowerCamelCase = logging.get_logger(__...
96
1
"""simple docstring""" from typing import List, Union from ..utils import ( add_end_docstrings, is_tf_available, is_torch_available, is_vision_available, logging, requires_backends, ) from .base import PIPELINE_INIT_ARGS, Pipeline if is_vision_available()...
96
"""simple docstring""" import argparse import json import os import re import torch from transformers import BloomConfig, BloomModel from transformers.file_utils import CONFIG_NAME, WEIGHTS_NAME from transformers.utils import logging logging.set_verbosity_info() __lowerCamelC...
96
1
"""simple docstring""" from .testing import ( are_the_same_tensors, execute_subprocess_async, require_bnb, require_cpu, require_cuda, require_huggingface_suite, require_mps, require_multi_gpu, require_multi_xpu, require_safetensors, require...
96
"""simple docstring""" import datetime import platform import subprocess from typing import Optional, Tuple, Union import numpy as np def a ( __UpperCAmelCase : bytes , __UpperCAmelCase : int ) -> np.array: __magic_name__: Optional[i...
96
1
"""simple docstring""" from __future__ import annotations from collections import deque class __A : def __init__( self : List[str] , __snake_case : list[str] ) -> Optional[Any]: __magic_name__: list[dict] = [] ...
96
"""simple docstring""" from typing import List, Union import numpy as np from ..tokenization_utils import TruncationStrategy from ..utils import add_end_docstrings, logging from .base import PIPELINE_INIT_ARGS, ArgumentHandler, ChunkPipeline __lowerCamelCase = logging.get_lo...
96
1
"""simple docstring""" from dataclasses import dataclass from typing import Optional, Tuple import torch from torch import nn from transformers import RobertaPreTrainedModel, XLMRobertaConfig, XLMRobertaModel from transformers.utils import ModelOutput @dataclass class __A ...
96
"""simple docstring""" from typing import Optional, Tuple, Union import tensorflow as tf from ...activations_tf import ACTaFN from ...file_utils import add_code_sample_docstrings, add_start_docstrings, add_start_docstrings_to_model_forward from ...modeling_tf_outputs import ( TFBas...
96
1
"""simple docstring""" def a ( __UpperCAmelCase : list[int] ) -> float: if not nums: # Makes sure that the list is not empty raise ValueError("""List is empty""" ) __magic_name__: Dict = sum(__UpperCAmelCase ) / len(__UpperC...
96
"""simple docstring""" from typing import Union import fire import torch from tqdm import tqdm def a ( __UpperCAmelCase : str , __UpperCAmelCase : str = "cpu" , __UpperCAmelCase : Union[str, None] = None ) -> None: __ma...
96
1
"""simple docstring""" import copy from typing import Any, Dict, List, Optional, Union import numpy as np from ...audio_utils import mel_filter_bank, spectrogram, window_function from ...feature_extraction_sequence_utils import SequenceFeatureExtractor from ...feature_extraction_utils ...
96
"""simple docstring""" def a ( __UpperCAmelCase : List[Any] ) -> str: __magic_name__: Optional[int] = [0] * len(__UpperCAmelCase ) __magic_name__: str = [] __magic_name__: Any = [] __magic_name__: Union[...
96
1
"""simple docstring""" def a ( __UpperCAmelCase : int , __UpperCAmelCase : int ) -> int: while b: __magic_name__, __magic_name__: Optional[int] = b, a % b return a def a ( __UpperCAmelCase : ...
96
"""simple docstring""" from argparse import ArgumentParser from .env import EnvironmentCommand def a ( ) -> Tuple: __magic_name__: Optional[int] = ArgumentParser("""Diffusers CLI tool""" , usage="""diffusers-cli <command> [<args>]""" ) ...
96
1
"""simple docstring""" from collections import OrderedDict from typing import Mapping from packaging import version from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging __lowerCamelCase = logging.get_logger(__name__...
96
"""simple docstring""" import json import os import shutil import tempfile import unittest from multiprocessing import get_context from pathlib import Path import datasets import numpy as np from datasets import load_dataset from parameterized import parameterized from transforme...
96
1
"""simple docstring""" import os import sys import unittest __lowerCamelCase = os.path.abspath(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) sys.path.append(os.path.join(git_repo_path, 'utils')) import get_test_info # noqa: E402 from get_test_info import ( # ...
96
"""simple docstring""" def a ( __UpperCAmelCase : int , __UpperCAmelCase : int ) -> int: while b: __magic_name__, __magic_name__: Optional[int] = b, a % b return a def a ( __UpperCAmelCase : ...
96
1
"""simple docstring""" import gc import random import unittest import numpy as np import torch from transformers import CLIPTextConfig, CLIPTextModel, CLIPTextModelWithProjection, CLIPTokenizer from diffusers import ( AutoencoderKL, DiffusionPipeline, EulerDiscreteSched...
96
"""simple docstring""" import argparse import gc import json import os import shutil import warnings import torch from transformers import LlamaConfig, LlamaForCausalLM, LlamaTokenizer try: from transformers import LlamaTokenizerFast except ImportError as e: war...
96
1
"""simple docstring""" import unittest from pathlib import Path from tempfile import NamedTemporaryFile, TemporaryDirectory from transformers import BertConfig, BertTokenizerFast, FeatureExtractionPipeline from transformers.convert_graph_to_onnx import ( convert, ensure_valid_in...
96
"""simple docstring""" from typing import List from .keymap import KEYMAP, get_character def a ( __UpperCAmelCase : str ) -> Optional[int]: def decorator(__UpperCAmelCase : List[str] ): __magic_name__: Union[str, Any] = ...
96
1
"""simple docstring""" import cva import numpy as np class __A : def __init__( self : Optional[Any] , __snake_case : float , __snake_case : int ) -> Optional[Any]: if k in (0.04, 0.06): __magic_name...
96
"""simple docstring""" import unittest from transformers import EsmConfig, is_torch_available from transformers.testing_utils import TestCasePlus, require_torch, slow, torch_device from ...test_configuration_common import ConfigTester from ...test_modeling_common import ModelTesterMixin...
96
1
"""simple docstring""" # 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...
96
"""simple docstring""" from typing import Dict, List, Optional, Union import numpy as np from .feature_extraction_utils import BatchFeature, FeatureExtractionMixin from .utils import PaddingStrategy, TensorType, is_tf_tensor, is_torch_tensor, logging, to_numpy __lowerCamelCase ...
96
1
"""simple docstring""" from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_tf_available, is_tokenizers_available, is_torch_available, ) __lowerCamelCase = { 'configuration_lxmert': ['LXMERT_PRETRAI...
96
"""simple docstring""" def a ( __UpperCAmelCase : list[int] ) -> float: if not nums: # Makes sure that the list is not empty raise ValueError("""List is empty""" ) __magic_name__: Dict = sum(__UpperCAmelCase ) / len(__UpperC...
96
1
"""simple docstring""" import dataclasses import json import sys import types from argparse import ArgumentDefaultsHelpFormatter, ArgumentParser, ArgumentTypeError from copy import copy from enum import Enum from inspect import isclass from pathlib import Path from typing import Any, C...
96
"""simple docstring""" from random import randint from tempfile import TemporaryFile import numpy as np def a ( __UpperCAmelCase : Optional[Any] , __UpperCAmelCase : Optional[int] , __UpperCAmelCase : Optional[int] ) -> int: ...
96
1
"""simple docstring""" import argparse from argparse import Namespace import torch from torch import nn from transformers import XGLMConfig, XGLMForCausalLM def a ( __UpperCAmelCase : str ) -> Dict: __magic_name__: int = [ ...
96
"""simple docstring""" def a ( __UpperCAmelCase : int = 1_0_0 ) -> int: __magic_name__: str = 0 __magic_name__: Any = 0 for i in range(1 , n + 1 ): sum_of_squares += i**2 sum_of_ints += i ...
96
1
"""simple docstring""" import importlib import json import os from collections import OrderedDict from typing import Dict, Optional, Union # Build the list of all image processors from ...configuration_utils import PretrainedConfig from ...dynamic_module_utils import get_class_from_dyn...
96
"""simple docstring""" from __future__ import annotations def a ( __UpperCAmelCase : list ) -> list: if len(__UpperCAmelCase ) == 0: return [] __magic_name__, __magic_name__: List[str] = min(__UpperCAmelCase ), max(__U...
96
1
"""simple docstring""" class __A : def __init__( self : Union[str, Any] ) -> str: __magic_name__: Any = """""" __magic_name__: Dict = """""" __magic_name__: List[Any] = [] def lo...
96
"""simple docstring""" # Copyright 2023 The HuggingFace Inc. team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apach...
96
1
"""simple docstring""" from ...configuration_utils import PretrainedConfig from ...utils import logging from ...utils.backbone_utils import BackboneConfigMixin, get_aligned_output_features_output_indices __lowerCamelCase = logging.get_logger(__name__) __lowerCamelCase = ...
96
"""simple docstring""" import gc import random import unittest import numpy as np import torch from PIL import Image from transformers import CLIPTextConfig, CLIPTextModel, CLIPTokenizer from diffusers import ( AutoencoderKL, DDIMScheduler, EulerAncestralDiscreteSchedu...
96
1
"""simple docstring""" import math def a ( __UpperCAmelCase : list , __UpperCAmelCase : int ) -> int: __magic_name__: str = len(__UpperCAmelCase ) __magic_name__: Optional[int] = int(math.floor(math.sqrt(__U...
96
"""simple docstring""" import json from typing import List, Optional, Tuple from tokenizers import normalizers from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import logging from .tokenization_squeezebert import SqueezeBertTokenizer __lowerCamelCase ...
96
1
"""simple docstring""" from collections.abc import Sequence def a ( __UpperCAmelCase : Sequence[float] , __UpperCAmelCase : float ) -> float: return sum(c * (x**i) for i, c in enumerate(__UpperCAmelCase ) ) def a ( __Uppe...
96
"""simple docstring""" import json import os import unittest from transformers import OpenAIGPTTokenizer, OpenAIGPTTokenizerFast from transformers.models.openai.tokenization_openai import VOCAB_FILES_NAMES from transformers.testing_utils import require_ftfy, require_spacy, require_tokeni...
96
1
"""simple docstring""" import json from typing import List, Optional, Tuple from tokenizers import normalizers from ...tokenization_utils_base import BatchEncoding from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import PaddingStrategy, logging from .tokeni...
96
"""simple docstring""" from collections import OrderedDict from typing import List, Mapping from packaging import version from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging __lowerCamelCase = logging.get_logger(__...
96
1
"""simple docstring""" from ... import PretrainedConfig __lowerCamelCase = { 'sijunhe/nezha-cn-base': 'https://huggingface.co/sijunhe/nezha-cn-base/resolve/main/config.json', } class __A ( SCREAMING_SNAKE_CASE_ ): UpperCAmelCase__ = NEZHA_PRET...
96
"""simple docstring""" import argparse import json import os import re import torch from transformers import BloomConfig, BloomModel from transformers.file_utils import CONFIG_NAME, WEIGHTS_NAME from transformers.utils import logging logging.set_verbosity_info() __lowerCamelC...
96
1
"""simple docstring""" import enum import shutil import sys __lowerCamelCase , __lowerCamelCase = shutil.get_terminal_size() __lowerCamelCase = {'UP': 'A', 'DOWN': 'B', 'RIGHT': 'C', 'LEFT': 'D'} class __A ( enum.Enum ): UpperCAmelCase__ ...
96
"""simple docstring""" import datetime import platform import subprocess from typing import Optional, Tuple, Union import numpy as np def a ( __UpperCAmelCase : bytes , __UpperCAmelCase : int ) -> np.array: __magic_name__: Optional[i...
96
1
"""simple docstring""" from pathlib import Path import cva import numpy as np from matplotlib import pyplot as plt def a ( __UpperCAmelCase : np.ndarray , __UpperCAmelCase : np.ndarray , __UpperCAmelCase : np.ndarray , __UpperCAm...
96
"""simple docstring""" from typing import List, Union import numpy as np from ..tokenization_utils import TruncationStrategy from ..utils import add_end_docstrings, logging from .base import PIPELINE_INIT_ARGS, ArgumentHandler, ChunkPipeline __lowerCamelCase = logging.get_lo...
96
1
"""simple docstring""" import flax.linen as nn import jax.numpy as jnp from .attention_flax import FlaxTransformeraDModel from .resnet_flax import FlaxDownsampleaD, FlaxResnetBlockaD, FlaxUpsampleaD class __A ( nn.Module ): UpperCAmelCase__ = 42 Uppe...
96
"""simple docstring""" from typing import Optional, Tuple, Union import tensorflow as tf from ...activations_tf import ACTaFN from ...file_utils import add_code_sample_docstrings, add_start_docstrings, add_start_docstrings_to_model_forward from ...modeling_tf_outputs import ( TFBas...
96
1
"""simple docstring""" def a ( __UpperCAmelCase : int ) -> bool: if p < 2: raise ValueError("""p should not be less than 2!""" ) elif p == 2: return True __magic_name__: str = 4 __magic_name__: Tup...
96
"""simple docstring""" from typing import Union import fire import torch from tqdm import tqdm def a ( __UpperCAmelCase : str , __UpperCAmelCase : str = "cpu" , __UpperCAmelCase : Union[str, None] = None ) -> None: __ma...
96
1
"""simple docstring""" def a ( __UpperCAmelCase : int = 1_0_0_0 ) -> int: __magic_name__: int = 2**power __magic_name__: Any = 0 while n: __magic_name__, __magic_name__: int = r + n % 1_0, n // 1_...
96
"""simple docstring""" def a ( __UpperCAmelCase : List[Any] ) -> str: __magic_name__: Optional[int] = [0] * len(__UpperCAmelCase ) __magic_name__: str = [] __magic_name__: Any = [] __magic_name__: Union[...
96
1
"""simple docstring""" from typing import List, Union import numpy as np from ..tokenization_utils import TruncationStrategy from ..utils import add_end_docstrings, logging from .base import PIPELINE_INIT_ARGS, ArgumentHandler, ChunkPipeline __lowerCamelCase = logging.get_lo...
96
"""simple docstring""" from argparse import ArgumentParser from .env import EnvironmentCommand def a ( ) -> Tuple: __magic_name__: Optional[int] = ArgumentParser("""Diffusers CLI tool""" , usage="""diffusers-cli <command> [<args>]""" ) ...
96
1
"""simple docstring""" import logging import os from dataclasses import dataclass from enum import Enum from typing import List, Optional, Union from filelock import FileLock from transformers import PreTrainedTokenizer, is_tf_available, is_torch_available __lowerCamelCase ...
96
"""simple docstring""" import json import os import shutil import tempfile import unittest from multiprocessing import get_context from pathlib import Path import datasets import numpy as np from datasets import load_dataset from parameterized import parameterized from transforme...
96
1
"""simple docstring""" def a ( __UpperCAmelCase : Optional[int] ) -> Any: if not head: return True # split the list to two parts __magic_name__, __magic_name__: Any = head.next, head while fast and fast.next: ...
96
"""simple docstring""" def a ( __UpperCAmelCase : int , __UpperCAmelCase : int ) -> int: while b: __magic_name__, __magic_name__: Optional[int] = b, a % b return a def a ( __UpperCAmelCase : ...
96
1
"""simple docstring""" import hashlib import unittest from transformers import MODEL_FOR_DEPTH_ESTIMATION_MAPPING, is_torch_available, is_vision_available from transformers.pipelines import DepthEstimationPipeline, pipeline from transformers.testing_utils import ( is_pipeline_test, ...
96
"""simple docstring""" import argparse import gc import json import os import shutil import warnings import torch from transformers import LlamaConfig, LlamaForCausalLM, LlamaTokenizer try: from transformers import LlamaTokenizerFast except ImportError as e: war...
96
1
"""simple docstring""" def a ( __UpperCAmelCase : int = 1_0_0 ) -> int: __magic_name__: str = 0 __magic_name__: Any = 0 for i in range(1 , n + 1 ): sum_of_squares += i**2 sum_of_ints += i ...
96
"""simple docstring""" from typing import List from .keymap import KEYMAP, get_character def a ( __UpperCAmelCase : str ) -> Optional[int]: def decorator(__UpperCAmelCase : List[str] ): __magic_name__: Union[str, Any] = ...
96
1
"""simple docstring""" from ...configuration_utils import PretrainedConfig from ...utils import logging __lowerCamelCase = logging.get_logger(__name__) __lowerCamelCase = { 'facebook/nllb-moe-54B': 'https://huggingface.co/facebook/nllb-moe-54b/resolve/main/config.jso...
96
"""simple docstring""" import unittest from transformers import EsmConfig, is_torch_available from transformers.testing_utils import TestCasePlus, require_torch, slow, torch_device from ...test_configuration_common import ConfigTester from ...test_modeling_common import ModelTesterMixin...
96
1
"""simple docstring""" import json import os import re import sys import urllib.request import requests from bsa import BeautifulSoup __lowerCamelCase = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36' ' (KHTML, like Gecko) Chrome/70.0.3...
96
"""simple docstring""" from typing import Dict, List, Optional, Union import numpy as np from .feature_extraction_utils import BatchFeature, FeatureExtractionMixin from .utils import PaddingStrategy, TensorType, is_tf_tensor, is_torch_tensor, logging, to_numpy __lowerCamelCase ...
96
1
"""simple docstring""" def a ( __UpperCAmelCase : list[int] , __UpperCAmelCase : int ) -> bool: __magic_name__: Optional[int] = len(__UpperCAmelCase ) __magic_name__: str = [[False] * (required_sum + 1) for _ in ra...
96
"""simple docstring""" def a ( __UpperCAmelCase : list[int] ) -> float: if not nums: # Makes sure that the list is not empty raise ValueError("""List is empty""" ) __magic_name__: Dict = sum(__UpperCAmelCase ) / len(__UpperC...
96
1
"""simple docstring""" 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 ...
96
"""simple docstring""" from random import randint from tempfile import TemporaryFile import numpy as np def a ( __UpperCAmelCase : Optional[Any] , __UpperCAmelCase : Optional[int] , __UpperCAmelCase : Optional[int] ) -> int: ...
96
1
"""simple docstring""" from ...configuration_utils import PretrainedConfig from ...utils import logging __lowerCamelCase = logging.get_logger(__name__) __lowerCamelCase = { 'google/vivit-b-16x2-kinetics400': ( 'https://huggingface.co/google/vivit-b-16x2-kine...
96
"""simple docstring""" def a ( __UpperCAmelCase : int = 1_0_0 ) -> int: __magic_name__: str = 0 __magic_name__: Any = 0 for i in range(1 , n + 1 ): sum_of_squares += i**2 sum_of_ints += i ...
96
1
"""simple docstring""" import argparse import gc import json import os 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_w...
96
"""simple docstring""" from __future__ import annotations def a ( __UpperCAmelCase : list ) -> list: if len(__UpperCAmelCase ) == 0: return [] __magic_name__, __magic_name__: List[str] = min(__UpperCAmelCase ), max(__U...
96
1