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
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 UpperCAmelCase_ : Union[str, Any] = { "tiny.en": "https://openaipublic.azu...
21
import unittest from accelerate import debug_launcher from accelerate.test_utils import require_cpu, test_ops, test_script @require_cpu class __A ( unittest.TestCase ): def A__ ( self :Tuple ): '''simple docstring''' debug_launcher(test_s...
21
1
# Copyright 2023 The HuggingFace Inc. team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unles...
21
UpperCAmelCase_ : Tuple = 0 # The first color of the flag. UpperCAmelCase_ : Any = 1 # The second color of the flag. UpperCAmelCase_ : str = 2 # The third color of the flag. UpperCAmelCase_ : Tuple = (red, white, blue) def lowerCAmel...
21
1
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_ : List[Any] ...
21
# DISCLAIMER: This file is strongly influenced by https://github.com/yang-song/score_sde_pytorch import math from typing import Union import torch from ..configuration_utils import ConfigMixin, register_to_config from ..utils import randn_tensor from .scheduling_utils import SchedulerMixin ...
21
1
from collections.abc import Sequence def lowerCAmelCase_ ( lowerCamelCase = None ): if nums is None or not nums: raise ValueError("""Input sequence should not be empty""" ) __magic_name__ : str =nums[0] for i in range(1 , len(lowerCamelCase ) ...
21
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 UpperCAmelCase_ : Dict = logging.get_logger(_...
21
1
import coval # From: git+https://github.com/ns-moosavi/coval.git # noqa: F401 from coval.conll import reader, util from coval.eval import evaluator import datasets UpperCAmelCase_ : Dict = datasets.logging.get_logger(__name__) UpperCAmelCase_ : Optional[int] = "\\...
21
import inspect import unittest import torch import torch.nn as nn from accelerate.hooks import ( AlignDevicesHook, ModelHook, SequentialHook, add_hook_to_module, attach_align_device_hook, remove_hook_from_module, remove_hook_from_submodules, ) from accelerate.test_...
21
1
import unittest from transformers import SPIECE_UNDERLINE from transformers.models.speechta import SpeechTaTokenizer from transformers.testing_utils import get_tests_dir, require_sentencepiece, require_tokenizers, slow from transformers.tokenization_utils import AddedToken from ...test_tokenization_c...
21
import gc import random import unittest import numpy as np import torch from PIL import Image from transformers import XLMRobertaTokenizerFast from diffusers import DDIMScheduler, KandinskyInpaintPipeline, KandinskyPriorPipeline, UNetaDConditionModel, VQModel from diffusers.pipelines.kandinsky.tex...
21
1
from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_tf_available, is_torch_available, is_vision_available, ) UpperCAmelCase_ : List[str] = { "configuration_mobilevit": ["MOBILEVIT_PRETRAINED_CONFIG_ARCHIV...
21
import inspect import unittest import numpy as np from tests.test_modeling_common import floats_tensor from transformers import MaskaFormerConfig, is_torch_available, is_vision_available from transformers.testing_utils import require_torch, require_torch_multi_gpu, require_vision, slow, torch_device ...
21
1
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 jn...
21
import warnings 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 UpperCAmelCase_ : Any = logging.get_logger(__name__) Upp...
21
1
import argparse import collections import json from pathlib import Path import requests import torch import yaml from huggingface_hub import hf_hub_download from PIL import Image from transformers import ( MobileViTImageProcessor, MobileViTVaConfig, MobileViTVaForImageClassificatio...
21
import heapq def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : list[list] =[] # for each node and his adjacency list add them and the rank of the node to queue # using heapq module the queue will be filled like a Priority Queue # heapq works with...
21
1
import argparse 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 accelerate impor...
21
UpperCAmelCase_ : int = range(2, 20 + 1) UpperCAmelCase_ : Tuple = [10**k for k in range(ks[-1] + 1)] UpperCAmelCase_ : dict[int, dict[int, list[list[int]]]] = {} def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase , lowerCamelCase ...
21
1
UpperCAmelCase_ : Tuple = 0 # The first color of the flag. UpperCAmelCase_ : Any = 1 # The second color of the flag. UpperCAmelCase_ : str = 2 # The third color of the flag. UpperCAmelCase_ : Tuple = (red, white, blue) def lowerCAmel...
21
from typing import List from .keymap import KEYMAP, get_character def lowerCAmelCase_ ( lowerCamelCase ): def decorator(lowerCamelCase ): __magic_name__ : str =getattr(lowerCamelCase , """handle_key""" , [] ) handle += [key] s...
21
1
import argparse import json from pathlib import Path import requests import torch from huggingface_hub import hf_hub_download from PIL import Image from transformers import ( MobileViTConfig, MobileViTForImageClassification, MobileViTForSemanticSegmentation, MobileViTImageProces...
21
import os import jsonlines import numpy as np from tqdm import tqdm UpperCAmelCase_ : Dict = 2048 UpperCAmelCase_ : int = 4096 UpperCAmelCase_ : Any = 42 UpperCAmelCase_ : Optional[int] = os.environ.pop("PROCESS_TRAIN", "false") UpperCA...
21
1
def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase , lowerCamelCase , lowerCamelCase ): global f # a global dp table for knapsack if f[i][j] < 0: if j < wt[i - 1]: __magic_name__ : Union[str, Any] =mf_knapsack(i - 1 , lowerC...
21
from collections import OrderedDict from typing import Mapping from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging UpperCAmelCase_ : Tuple = logging.get_logger(__name__) UpperCAmelCase_ : List[str] = { ...
21
1
import operator def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase = False , lowerCamelCase = None ): __magic_name__ : Any =operator.lt if reverse else operator.gt __magic_name__ : Union[str, Any] =solution or [] if not arr:...
21
from pathlib import Path import fire from tqdm import tqdm def lowerCAmelCase_ ( lowerCamelCase="ro" , lowerCamelCase="en" , lowerCamelCase="wmt16" , lowerCamelCase=None ): try: import datasets except (ModuleNotFoundError, ImportError): raise I...
21
1
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 class __A ( UpperCamelCase__ ): Upp...
21
from __future__ import annotations from fractions import Fraction def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase ): return ( num != den and num % 10 == den // 10 and (num // 10) / (den % 10) == num / den ) def lowerCAmelCase_ ( lowerCamelCase ...
21
1
def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase ): return numa ^ numa < 0 if __name__ == "__main__": import doctest doctest.testmod()
21
from collections.abc import Callable from math import pi, sqrt from random import uniform from statistics import mean def lowerCAmelCase_ ( lowerCamelCase ): # A local function to see if a dot lands in the circle. def is_in_circle(lowerCamelCase , lowerCamelCase ) -> bool:...
21
1
import logging from dataclasses import dataclass, field from pathlib import Path from typing import Optional, Union from .generation.configuration_utils import GenerationConfig from .training_args import TrainingArguments from .utils import add_start_docstrings UpperCAmelCase_ : Tuple ...
21
import os from typing import Dict, List, Union import tensorflow as tf from keras_nlp.tokenizers import BytePairTokenizer from tensorflow_text import pad_model_inputs from .tokenization_gpta import GPTaTokenizer class __A ( tf.keras.layers.Layer ): def __init__( self ...
21
1
class __A : def __init__( self :Optional[int] , __snake_case :int ): '''simple docstring''' __magic_name__ : Optional[Any] =size __magic_name__ : Union[str, Any] =[0] * size __magic_name__ : Opt...
21
import math import tensorflow as tf from packaging import version def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : str =tf.convert_to_tensor(lowerCamelCase ) __magic_name__ : List[str] =0.5 * (1.0 + tf.math.erf(x / tf.cast(tf.sqrt(2.0...
21
1
from __future__ import annotations def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase , lowerCamelCase , lowerCamelCase ): __magic_name__ : str =[] __magic_name__ , __magic_name__ : str =input_list[low:mid], input_list[...
21
from collections.abc import Sequence def lowerCAmelCase_ ( lowerCamelCase = None ): if nums is None or not nums: raise ValueError("""Input sequence should not be empty""" ) __magic_name__ : str =nums[0] for i in range(1 , len(lowerCamelCase ) ...
21
1
import math from typing import Optional import numpy as np from ...configuration_utils import PretrainedConfig from ...utils import logging UpperCAmelCase_ : Any = logging.get_logger(__name__) UpperCAmelCase_ : List[Any] = { "facebook/encodec_24khz": "https:/...
21
from dataclasses import dataclass, field from typing import TYPE_CHECKING, Any, ClassVar, Dict, List, Optional, Union import pyarrow as pa if TYPE_CHECKING: from .features import FeatureType @dataclass class __A : UpperCamelCase = 42 UpperCamelCase ...
21
1
import heapq def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : list[list] =[] # for each node and his adjacency list add them and the rank of the node to queue # using heapq module the queue will be filled like a Priority Queue # heapq works with...
21
from sklearn.metrics import matthews_corrcoef import datasets UpperCAmelCase_ : Dict = "\nCompute the Matthews correlation coefficient (MCC)\n\nThe Matthews correlation coefficient is used in machine learning as a\nmeasure of the quality of binary and multiclass classifications. It take...
21
1
from abc import ABC, abstractmethod from argparse import ArgumentParser class __A ( UpperCamelCase__ ): @staticmethod @abstractmethod def A__ ( __snake_case :ArgumentParser ): '''simple docstring''' raise NotImplementedError() ...
21
import importlib import torch import yaml from omegaconf import OmegaConf from taming.models.vqgan import VQModel def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase=False ): __magic_name__ : Optional[int] =OmegaConf.load(lowerCamelCase ) if display: ...
21
1
import sys import webbrowser import requests from bsa import BeautifulSoup from fake_useragent import UserAgent if __name__ == "__main__": print("Googling.....") UpperCAmelCase_ : str = "https://www.google.com/search?q=" + " ".join(sys.argv[1:]) UpperCAmelCase_ ...
21
import unittest from accelerate import debug_launcher from accelerate.test_utils import require_cpu, test_ops, test_script @require_cpu class __A ( unittest.TestCase ): def A__ ( self :Tuple ): '''simple docstring''' debug_launcher(test_s...
21
1
from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_flax_available, is_tf_available, is_tokenizers_available, is_torch_available, ) UpperCAmelCase_ : Tuple = {"configuration_opt": ["OPT_PRETRAINED_CONFIG_...
21
UpperCAmelCase_ : Tuple = 0 # The first color of the flag. UpperCAmelCase_ : Any = 1 # The second color of the flag. UpperCAmelCase_ : str = 2 # The third color of the flag. UpperCAmelCase_ : Tuple = (red, white, blue) def lowerCAmel...
21
1
def lowerCAmelCase_ ( lowerCamelCase = 200 ): __magic_name__ : Tuple =[1, 2, 5, 10, 20, 50, 100, 200] __magic_name__ : Optional[int] =[0] * (pence + 1) __magic_name__ : int =1 # base case: 1 way to make 0 pence for coin in ...
21
# DISCLAIMER: This file is strongly influenced by https://github.com/yang-song/score_sde_pytorch import math from typing import Union import torch from ..configuration_utils import ConfigMixin, register_to_config from ..utils import randn_tensor from .scheduling_utils import SchedulerMixin ...
21
1
import os from shutil import copyfile from typing import List, Optional, Tuple from tokenizers import processors from ...tokenization_utils import AddedToken, BatchEncoding from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import is_sentencepiece_available, logging if...
21
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 UpperCAmelCase_ : Dict = logging.get_logger(_...
21
1
import gc import unittest from transformers import CTRLConfig, is_torch_available from transformers.testing_utils import require_torch, slow, torch_device from ...generation.test_utils import GenerationTesterMixin from ...test_configuration_common import ConfigTester from ...test_modeling_common imp...
21
import inspect import unittest import torch import torch.nn as nn from accelerate.hooks import ( AlignDevicesHook, ModelHook, SequentialHook, add_hook_to_module, attach_align_device_hook, remove_hook_from_module, remove_hook_from_submodules, ) from accelerate.test_...
21
1
from collections import OrderedDict from typing import TYPE_CHECKING, Any, Mapping, Optional, Union from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig, OnnxSeqaSeqConfigWithPast from ...utils import logging if TYPE_CHECKING: from ...feature_extraction_utils i...
21
import gc import random import unittest import numpy as np import torch from PIL import Image from transformers import XLMRobertaTokenizerFast from diffusers import DDIMScheduler, KandinskyInpaintPipeline, KandinskyPriorPipeline, UNetaDConditionModel, VQModel from diffusers.pipelines.kandinsky.tex...
21
1
class __A : def __init__( self :List[str] , __snake_case :str , __snake_case :Optional[Any] ): '''simple docstring''' __magic_name__ : int =name __magic_name__ : Optional[int] =val def __str__( self ...
21
import inspect import unittest import numpy as np from tests.test_modeling_common import floats_tensor from transformers import MaskaFormerConfig, is_torch_available, is_vision_available from transformers.testing_utils import require_torch, require_torch_multi_gpu, require_vision, slow, torch_device ...
21
1
import torch import torch.nn as nn from transformers import CLIPConfig, CLIPVisionModel, PreTrainedModel from ...utils import logging UpperCAmelCase_ : List[str] = logging.get_logger(__name__) def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase ): __magic_...
21
import warnings 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 UpperCAmelCase_ : Any = logging.get_logger(__name__) Upp...
21
1
from __future__ import annotations import unittest from transformers import DebertaVaConfig, is_tf_available from transformers.testing_utils import require_tf, slow from ...test_configuration_common import ConfigTester from ...test_modeling_tf_common import TFModelTesterMixin, ids_tensor, random_at...
21
import heapq def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : list[list] =[] # for each node and his adjacency list add them and the rank of the node to queue # using heapq module the queue will be filled like a Priority Queue # heapq works with...
21
1
def lowerCAmelCase_ ( lowerCamelCase = 1000 ): __magic_name__ : Optional[int] =2**power __magic_name__ : int =0 while n: __magic_name__ , __magic_name__ : List[str] =r + n % 10, n // 10 return r if __name__...
21
UpperCAmelCase_ : int = range(2, 20 + 1) UpperCAmelCase_ : Tuple = [10**k for k in range(ks[-1] + 1)] UpperCAmelCase_ : dict[int, dict[int, list[list[int]]]] = {} def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase , lowerCamelCase ...
21
1
from typing import Optional from .. import Features, NamedSplit from ..packaged_modules.text.text import Text from ..utils.typing import NestedDataStructureLike, PathLike from .abc import AbstractDatasetReader class __A ( UpperCamelCase__ ): def __init__( self :Dict ...
21
from typing import List from .keymap import KEYMAP, get_character def lowerCAmelCase_ ( lowerCamelCase ): def decorator(lowerCamelCase ): __magic_name__ : str =getattr(lowerCamelCase , """handle_key""" , [] ) handle += [key] s...
21
1
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 ( center_crop, get_resize_output_image_size, normalize, rescale, resize, to_channel_dimen...
21
import os import jsonlines import numpy as np from tqdm import tqdm UpperCAmelCase_ : Dict = 2048 UpperCAmelCase_ : int = 4096 UpperCAmelCase_ : Any = 42 UpperCAmelCase_ : Optional[int] = os.environ.pop("PROCESS_TRAIN", "false") UpperCA...
21
1
import math UpperCAmelCase_ : List[Any] = 10 UpperCAmelCase_ : Tuple = 7 UpperCAmelCase_ : Any = BALLS_PER_COLOUR * NUM_COLOURS def lowerCAmelCase_ ( lowerCamelCase = 20 ): __magic_name__ : Union[str, Any] =math.comb(low...
21
from collections import OrderedDict from typing import Mapping from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging UpperCAmelCase_ : Tuple = logging.get_logger(__name__) UpperCAmelCase_ : List[str] = { ...
21
1
def lowerCAmelCase_ ( lowerCamelCase ): if not numbers: return 0 if not isinstance(lowerCamelCase , (list, tuple) ) or not all( isinstance(lowerCamelCase , lowerCamelCase ) for number in numbers ): raise ValueError("""numbers must be an iterable of int...
21
from pathlib import Path import fire from tqdm import tqdm def lowerCAmelCase_ ( lowerCamelCase="ro" , lowerCamelCase="en" , lowerCamelCase="wmt16" , lowerCamelCase=None ): try: import datasets except (ModuleNotFoundError, ImportError): raise I...
21
1
from typing import List, Optional, TypeVar from .arrow_dataset import Dataset, _concatenate_map_style_datasets, _interleave_map_style_datasets from .dataset_dict import DatasetDict, IterableDatasetDict from .info import DatasetInfo from .iterable_dataset import IterableDataset, _concatenate_iterable_dat...
21
from __future__ import annotations from fractions import Fraction def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase ): return ( num != den and num % 10 == den // 10 and (num // 10) / (den % 10) == num / den ) def lowerCAmelCase_ ( lowerCamelCase ...
21
1
from collections.abc import Callable from math import pi, sqrt from random import uniform from statistics import mean def lowerCAmelCase_ ( lowerCamelCase ): # A local function to see if a dot lands in the circle. def is_in_circle(lowerCamelCase , lowerCamelCase ) -> bool:...
21
from collections.abc import Callable from math import pi, sqrt from random import uniform from statistics import mean def lowerCAmelCase_ ( lowerCamelCase ): # A local function to see if a dot lands in the circle. def is_in_circle(lowerCamelCase , lowerCamelCase ) -> bool:...
21
1
from dataclasses import dataclass, field from typing import ClassVar, Dict from ..features import Features, Sequence, Value from .base import TaskTemplate @dataclass(frozen=UpperCamelCase__ ) class __A ( UpperCamelCase__ ): # `task` is not a ClassVar since we want it t...
21
import os from typing import Dict, List, Union import tensorflow as tf from keras_nlp.tokenizers import BytePairTokenizer from tensorflow_text import pad_model_inputs from .tokenization_gpta import GPTaTokenizer class __A ( tf.keras.layers.Layer ): def __init__( self ...
21
1
import gc import unittest import numpy as np import torch from transformers import CLIPTextConfig, CLIPTextModelWithProjection, CLIPTokenizer from diffusers import HeunDiscreteScheduler, PriorTransformer, ShapEPipeline from diffusers.pipelines.shap_e import ShapERenderer from diffusers.utils import...
21
import math import tensorflow as tf from packaging import version def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : str =tf.convert_to_tensor(lowerCamelCase ) __magic_name__ : List[str] =0.5 * (1.0 + tf.math.erf(x / tf.cast(tf.sqrt(2.0...
21
1
import warnings from ...utils import logging from .image_processing_segformer import SegformerImageProcessor UpperCAmelCase_ : Tuple = logging.get_logger(__name__) class __A ( UpperCamelCase__ ): def __init__( self :int , *__snake_case :int , ...
21
from collections.abc import Sequence def lowerCAmelCase_ ( lowerCamelCase = None ): if nums is None or not nums: raise ValueError("""Input sequence should not be empty""" ) __magic_name__ : str =nums[0] for i in range(1 , len(lowerCamelCase ) ...
21
1
# DISCLAIMER: This file is strongly influenced by https://github.com/yang-song/score_sde_pytorch import math from typing import Union import torch from ..configuration_utils import ConfigMixin, register_to_config from ..utils import randn_tensor from .scheduling_utils import SchedulerMixin ...
21
from dataclasses import dataclass, field from typing import TYPE_CHECKING, Any, ClassVar, Dict, List, Optional, Union import pyarrow as pa if TYPE_CHECKING: from .features import FeatureType @dataclass class __A : UpperCamelCase = 42 UpperCamelCase ...
21
1
from __future__ import annotations def lowerCAmelCase_ ( lowerCamelCase ): # preprocessing the first row for i in range(1 , len(matrix[0] ) ): matrix[0][i] += matrix[0][i - 1] # preprocessing the first column for i in range(1 , len(lowerCamelCase ) ...
21
from sklearn.metrics import matthews_corrcoef import datasets UpperCAmelCase_ : Dict = "\nCompute the Matthews correlation coefficient (MCC)\n\nThe Matthews correlation coefficient is used in machine learning as a\nmeasure of the quality of binary and multiclass classifications. It take...
21
1
def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase ): if number < 0 or shift_amount < 0: raise ValueError("""both inputs must be positive integers""" ) __magic_name__ : Tuple =str(bin(lowerCamelCase ) ) binary_number += "0" * shift_amount retur...
21
import importlib import torch import yaml from omegaconf import OmegaConf from taming.models.vqgan import VQModel def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase=False ): __magic_name__ : Optional[int] =OmegaConf.load(lowerCamelCase ) if display: ...
21
1
from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_flax_available, is_tf_available, is_torch_available, is_vision_available, ) UpperCAmelCase_ : Union[str, Any] = {"configuration_vit": ["VIT_PRETRAINED_C...
21
import unittest from accelerate import debug_launcher from accelerate.test_utils import require_cpu, test_ops, test_script @require_cpu class __A ( unittest.TestCase ): def A__ ( self :Tuple ): '''simple docstring''' debug_launcher(test_s...
21
1
UpperCAmelCase_ : dict[str, float] = { "joule": 1.0, "kilojoule": 1000, "megajoule": 1000000, "gigajoule": 1000000000, "wattsecond": 1.0, "watthour": 3600, "kilowatthour": 3600000, "newtonmeter": 1.0, "calorie_nutr": 4186.8, "kilocalorie_nutr": ...
21
UpperCAmelCase_ : Tuple = 0 # The first color of the flag. UpperCAmelCase_ : Any = 1 # The second color of the flag. UpperCAmelCase_ : str = 2 # The third color of the flag. UpperCAmelCase_ : Tuple = (red, white, blue) def lowerCAmel...
21
1
import argparse import os import re UpperCAmelCase_ : Union[str, Any] = "src/transformers" # Pattern that looks at the indentation in a line. UpperCAmelCase_ : str = re.compile(R"^(\s*)\S") # Pattern that matches `"key":" and puts `key` in group 0. UpperCAmelCase_ :...
21
# DISCLAIMER: This file is strongly influenced by https://github.com/yang-song/score_sde_pytorch import math from typing import Union import torch from ..configuration_utils import ConfigMixin, register_to_config from ..utils import randn_tensor from .scheduling_utils import SchedulerMixin ...
21
1
# Copyright (c) 2021-, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unles...
21
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 UpperCAmelCase_ : Dict = logging.get_logger(_...
21
1
from random import shuffle import tensorflow as tf from numpy import array def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase ): __magic_name__ : List[str] =int(lowerCamelCase ) assert noofclusters < len(lowerCamelCase ) # Find out the dimension...
21
import inspect import unittest import torch import torch.nn as nn from accelerate.hooks import ( AlignDevicesHook, ModelHook, SequentialHook, add_hook_to_module, attach_align_device_hook, remove_hook_from_module, remove_hook_from_submodules, ) from accelerate.test_...
21
1
from __future__ import annotations def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : int =0.0_0 __magic_name__ : Tuple =0 for resistor in resistors: if resistor <= 0: __magic_name__ : Optional[int] ...
21
import gc import random import unittest import numpy as np import torch from PIL import Image from transformers import XLMRobertaTokenizerFast from diffusers import DDIMScheduler, KandinskyInpaintPipeline, KandinskyPriorPipeline, UNetaDConditionModel, VQModel from diffusers.pipelines.kandinsky.tex...
21
1
def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : str =(1 + 24 * n) ** 0.5 return ((1 + root) / 6) % 1 == 0 def lowerCAmelCase_ ( lowerCamelCase = 5000 ): __magic_name__ : List[str] =[(i * (3 * i - 1)) // 2 for i in range(1 ...
21
import inspect import unittest import numpy as np from tests.test_modeling_common import floats_tensor from transformers import MaskaFormerConfig, is_torch_available, is_vision_available from transformers.testing_utils import require_torch, require_torch_multi_gpu, require_vision, slow, torch_device ...
21
1
import unittest from accelerate import debug_launcher from accelerate.test_utils import require_cpu, test_ops, test_script @require_cpu class __A ( unittest.TestCase ): def A__ ( self :Tuple ): '''simple docstring''' debug_launcher(test_s...
21
import warnings 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 UpperCAmelCase_ : Any = logging.get_logger(__name__) Upp...
21
1
import fire from transformers import AutoConfig, AutoModelForSeqaSeqLM, AutoTokenizer def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase , **lowerCamelCase ): __magic_name__ : int =AutoConfig.from_pretrained(lowerCamelCase , **lowerCamelCase ) ...
21
import heapq def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : list[list] =[] # for each node and his adjacency list add them and the rank of the node to queue # using heapq module the queue will be filled like a Priority Queue # heapq works with...
21
1
def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase ): if a < 0 or b < 0: raise ValueError("""the value of both inputs must be positive""" ) __magic_name__ : str =str(bin(lowerCamelCase ) )[2:] # remove the leading "0b" __magic_name__ : st...
21
UpperCAmelCase_ : int = range(2, 20 + 1) UpperCAmelCase_ : Tuple = [10**k for k in range(ks[-1] + 1)] UpperCAmelCase_ : dict[int, dict[int, list[list[int]]]] = {} def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase , lowerCamelCase ...
21
1
import argparse import intel_extension_for_pytorch as ipex import torch from diffusers import DPMSolverMultistepScheduler, StableDiffusionPipeline UpperCAmelCase_ : Tuple = argparse.ArgumentParser("Stable Diffusion script with intel optimization", add_help=False) parser.add_argumen...
21
from typing import List from .keymap import KEYMAP, get_character def lowerCAmelCase_ ( lowerCamelCase ): def decorator(lowerCamelCase ): __magic_name__ : str =getattr(lowerCamelCase , """handle_key""" , [] ) handle += [key] s...
21
1
import importlib import torch import yaml from omegaconf import OmegaConf from taming.models.vqgan import VQModel def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase=False ): __magic_name__ : Optional[int] =OmegaConf.load(lowerCamelCase ) if display: ...
21
import os import jsonlines import numpy as np from tqdm import tqdm UpperCAmelCase_ : Dict = 2048 UpperCAmelCase_ : int = 4096 UpperCAmelCase_ : Any = 42 UpperCAmelCase_ : Optional[int] = os.environ.pop("PROCESS_TRAIN", "false") UpperCA...
21
1
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_torch_available UpperCAmelCase_ : Optional[Any] = { "configuration_table_transformer": [ "TABLE_TRANSFORMER_PRETRAINED_CONFIG_ARCHIVE_MAP", "TableTransformerConfi...
21
from collections import OrderedDict from typing import Mapping from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging UpperCAmelCase_ : Tuple = logging.get_logger(__name__) UpperCAmelCase_ : List[str] = { ...
21
1
import torch from diffusers import DDPMParallelScheduler from .test_schedulers import SchedulerCommonTest class __A ( UpperCamelCase__ ): UpperCamelCase = (DDPMParallelScheduler,) def A__ ( self :Any , **__snake_case :Tuple ): ...
21
from pathlib import Path import fire from tqdm import tqdm def lowerCAmelCase_ ( lowerCamelCase="ro" , lowerCamelCase="en" , lowerCamelCase="wmt16" , lowerCamelCase=None ): try: import datasets except (ModuleNotFoundError, ImportError): raise I...
21
1
import gc import random import unittest import numpy as np import torch from PIL import Image from transformers import XLMRobertaTokenizerFast from diffusers import DDIMScheduler, KandinskyInpaintPipeline, KandinskyPriorPipeline, UNetaDConditionModel, VQModel from diffusers.pipelines.kandinsky.tex...
21
from __future__ import annotations from fractions import Fraction def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase ): return ( num != den and num % 10 == den // 10 and (num // 10) / (den % 10) == num / den ) def lowerCAmelCase_ ( lowerCamelCase ...
21
1
def lowerCAmelCase_ ( lowerCamelCase = 1000 ): __magic_name__ : Optional[int] =-1 __magic_name__ : Tuple =0 for a in range(1 , n // 3 ): # Solving the two equations a**2+b**2=c**2 and a+b+c=N eliminating c __magic_name__ ...
21
from collections.abc import Callable from math import pi, sqrt from random import uniform from statistics import mean def lowerCAmelCase_ ( lowerCamelCase ): # A local function to see if a dot lands in the circle. def is_in_circle(lowerCamelCase , lowerCamelCase ) -> bool:...
21
1
from __future__ import annotations import numpy as np def __lowercase ( snake_case ): """simple docstring""" __magic_name__ , __magic_name__ :Optional[int] = np.shape(snake_case ) if rows != columns: __magic_name__ :Dict = ( '''\'table\'...
0
import os from typing import Dict, List, Union import tensorflow as tf from keras_nlp.tokenizers import BytePairTokenizer from tensorflow_text import pad_model_inputs from .tokenization_gpta import GPTaTokenizer class __A ( tf.keras.layers.Layer ): def __init__( self ...
21
0
def _A ( ) -> list[list[int]]: """simple docstring""" return [list(range(10_00 - i , -10_00 - i , -1 ) ) for i in range(10_00 )] __snake_case = generate_large_matrix() __snake_case = ( [[4, 3, 2, -1], [3, 2, 1, -1], [1, 1, -1, -2], [-1, ...
1
import math import tensorflow as tf from packaging import version def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : str =tf.convert_to_tensor(lowerCamelCase ) __magic_name__ : List[str] =0.5 * (1.0 + tf.math.erf(x / tf.cast(tf.sqrt(2.0...
21
0
import logging from pathlib import Path import numpy as np import pytorch_lightning as pl import torch from pytorch_lightning.callbacks import EarlyStopping, ModelCheckpoint from pytorch_lightning.utilities import rank_zero_only from utils_rag import save_json def SCREAMING_SNAKE_CASE_ ( _sna...
2
from collections.abc import Sequence def lowerCAmelCase_ ( lowerCamelCase = None ): if nums is None or not nums: raise ValueError("""Input sequence should not be empty""" ) __magic_name__ : str =nums[0] for i in range(1 , len(lowerCamelCase ) ...
21
0
'''simple docstring''' import argparse from tax import checkpoints from transformers import AutoConfig, FlaxAutoModelForSeqaSeqLM def A_( A : str , A : List[Any] , A : Optional[Any]): UpperCamelCase = AutoConfig.from_pretrained(A) UpperC...
3
from dataclasses import dataclass, field from typing import TYPE_CHECKING, Any, ClassVar, Dict, List, Optional, Union import pyarrow as pa if TYPE_CHECKING: from .features import FeatureType @dataclass class __A : UpperCamelCase = 42 UpperCamelCase ...
21
0
"""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_dynamic_module, resolve_trust_...
4
from sklearn.metrics import matthews_corrcoef import datasets UpperCAmelCase_ : Dict = "\nCompute the Matthews correlation coefficient (MCC)\n\nThe Matthews correlation coefficient is used in machine learning as a\nmeasure of the quality of binary and multiclass classifications. It take...
21
0
'''simple docstring''' import unittest from transformers import load_tool from transformers.utils import is_torch_available if is_torch_available(): import torch from transformers.testing_utils import require_torch from .test_tools_common import ToolTesterMixin @require_torch class UpperCAmelCase...
5
import importlib import torch import yaml from omegaconf import OmegaConf from taming.models.vqgan import VQModel def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase=False ): __magic_name__ : Optional[int] =OmegaConf.load(lowerCamelCase ) if display: ...
21
0
from __future__ import annotations def SCREAMING_SNAKE_CASE__ ( UpperCamelCase__: tuple[int, int] , UpperCamelCase__: int ): SCREAMING_SNAKE_CASE__ , SCREAMING_SNAKE_CASE__ = position SCREAMING_SNAKE_CASE__ = [ (y + 1, x + 2), (y - 1, x...
6
import unittest from accelerate import debug_launcher from accelerate.test_utils import require_cpu, test_ops, test_script @require_cpu class __A ( unittest.TestCase ): def A__ ( self :Tuple ): '''simple docstring''' debug_launcher(test_s...
21
0
"""simple docstring""" from __future__ import annotations def _snake_case ( _snake_case : list[float] , _snake_case : list[float] ) -> float: '''simple docstring''' _A = sorted(numsa + numsa ) _A , _A = divmod(len(_snake_case ...
7
UpperCAmelCase_ : Tuple = 0 # The first color of the flag. UpperCAmelCase_ : Any = 1 # The second color of the flag. UpperCAmelCase_ : str = 2 # The third color of the flag. UpperCAmelCase_ : Tuple = (red, white, blue) def lowerCAmel...
21
0
'''simple docstring''' import warnings from ...processing_utils import ProcessorMixin from ...tokenization_utils_base import BatchEncoding class SCREAMING_SNAKE_CASE (a__ ): lowerCAmelCase = ['''image_processor''', '''tokenizer'''] lowerCAmelCase ...
8
# DISCLAIMER: This file is strongly influenced by https://github.com/yang-song/score_sde_pytorch import math from typing import Union import torch from ..configuration_utils import ConfigMixin, register_to_config from ..utils import randn_tensor from .scheduling_utils import SchedulerMixin ...
21
0
from typing import TYPE_CHECKING # rely on isort to merge the imports from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_torch_available SCREAMING_SNAKE_CASE__ = { '''configuration_informer''': [ '''INFORMER_PRETRAINED_CONFIG_ARCHIVE_MAP''', '''InformerConfig''', ...
9
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 UpperCAmelCase_ : Dict = logging.get_logger(_...
21
0
from __future__ import annotations import math def _snake_case ( __snake_case ): if 1 < number < 4: # 2 and 3 are primes return True elif number < 2 or number % 2 == 0 or number % 3 == 0: # Negatives, 0, 1, all even numbers, all multiples of 3 are not primes ...
10
import inspect import unittest import torch import torch.nn as nn from accelerate.hooks import ( AlignDevicesHook, ModelHook, SequentialHook, add_hook_to_module, attach_align_device_hook, remove_hook_from_module, remove_hook_from_submodules, ) from accelerate.test_...
21
0
'''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, ids_tensor, random_atten...
11
import gc import random import unittest import numpy as np import torch from PIL import Image from transformers import XLMRobertaTokenizerFast from diffusers import DDIMScheduler, KandinskyInpaintPipeline, KandinskyPriorPipeline, UNetaDConditionModel, VQModel from diffusers.pipelines.kandinsky.tex...
21
0
def UpperCamelCase ( lowercase_ ) -> bool: '''simple docstring''' if not all(x.isalpha() for x in string ): raise ValueError("""String must only contain alphabetic characters.""" ) lowercase__ : str = sorted(string.lower() ) return len(lowercase_ ) == len(set(...
12
import inspect import unittest import numpy as np from tests.test_modeling_common import floats_tensor from transformers import MaskaFormerConfig, is_torch_available, is_vision_available from transformers.testing_utils import require_torch, require_torch_multi_gpu, require_vision, slow, torch_device ...
21
0
'''simple docstring''' def UpperCAmelCase__ ( UpperCAmelCase_ : int , UpperCAmelCase_ : int ) -> str: return "\n".join( F'{number} * {i} = {number * i}' for i in range(1 , number_of_terms + 1 ) ) if __name__ == "__main__": print(m...
13
import warnings 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 UpperCAmelCase_ : Any = logging.get_logger(__name__) Upp...
21
0
import argparse import torch from transformers import FunnelBaseModel, FunnelConfig, FunnelModel, load_tf_weights_in_funnel from transformers.utils import logging logging.set_verbosity_info() def __UpperCAmelCase ( __a : Union[str, Any] ,__a : List[Any] ,__a : Lis...
14
import heapq def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : list[list] =[] # for each node and his adjacency list add them and the rank of the node to queue # using heapq module the queue will be filled like a Priority Queue # heapq works with...
21
0
from typing import Optional, Tuple import jax import jax.numpy as jnp from flax import linen as nn from flax.core.frozen_dict import FrozenDict from transformers import CLIPConfig, FlaxPreTrainedModel from transformers.models.clip.modeling_flax_clip import FlaxCLIPVisionModule def UpperC...
15
UpperCAmelCase_ : int = range(2, 20 + 1) UpperCAmelCase_ : Tuple = [10**k for k in range(ks[-1] + 1)] UpperCAmelCase_ : dict[int, dict[int, list[list[int]]]] = {} def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase , lowerCamelCase ...
21
0
from __future__ import annotations import math def __a ( A__ : int ): if num <= 0: SCREAMING_SNAKE_CASE = F"{num}: Invalid input, please enter a positive integer." raise ValueError(A__ ) SCREAMING_SNAKE_CASE = [True] * (num...
16
from typing import List from .keymap import KEYMAP, get_character def lowerCAmelCase_ ( lowerCamelCase ): def decorator(lowerCamelCase ): __magic_name__ : str =getattr(lowerCamelCase , """handle_key""" , [] ) handle += [key] s...
21
0
from __future__ import annotations from math import pi # Define the Reduced Planck Constant ℏ (H bar), speed of light C, value of # Pi and the function UpperCAmelCase_ : Optional[Any] = 1.0_5457_1817e-34 # unit of ℏ : J * s UpperCAmelCase_ : Union[str, Any] = 3e8 # unit of c : m * s^-...
17
import os import jsonlines import numpy as np from tqdm import tqdm UpperCAmelCase_ : Dict = 2048 UpperCAmelCase_ : int = 4096 UpperCAmelCase_ : Any = 42 UpperCAmelCase_ : Optional[int] = os.environ.pop("PROCESS_TRAIN", "false") UpperCA...
21
0
'''simple docstring''' from typing import TYPE_CHECKING from ....utils import OptionalDependencyNotAvailable, _LazyModule, is_torch_available _SCREAMING_SNAKE_CASE = { "configuration_mctct": ["MCTCT_PRETRAINED_CONFIG_ARCHIVE_MAP", "MCTCTConfig"], "feature_extraction_mctct": ["MCTCTFeatureE...
18
from collections import OrderedDict from typing import Mapping from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging UpperCAmelCase_ : Tuple = logging.get_logger(__name__) UpperCAmelCase_ : List[str] = { ...
21
0
"""simple docstring""" from collections import defaultdict from math import gcd def lowerCamelCase__ ( __snake_case = 1_50_00_00 ) -> int: """simple docstring""" _UpperCamelCase = defaultdict(__snake_case ) _UpperCamelCase ...
19
from pathlib import Path import fire from tqdm import tqdm def lowerCAmelCase_ ( lowerCamelCase="ro" , lowerCamelCase="en" , lowerCamelCase="wmt16" , lowerCamelCase=None ): try: import datasets except (ModuleNotFoundError, ImportError): raise I...
21
0
def _lowercase( __a : Optional[Any] , __a : Optional[int] ): # "extended trapezoidal rule" # int(f) = dx/2 * (f1 + 2f2 + ... + fn) a__ =(boundary[1] - boundary[0]) / steps a__ =boundary[0] a__ =boundary[1] a__ =make_points...
20
from __future__ import annotations from fractions import Fraction def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase ): return ( num != den and num % 10 == den // 10 and (num // 10) / (den % 10) == num / den ) def lowerCAmelCase_ ( lowerCamelCase ...
21
0
'''simple docstring''' from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_tf_available, is_tokenizers_available, is_torch_available, ) _snake_case : Optional[int] = { 'configuration_mobilebert': [ ...
22
from collections.abc import Callable from math import pi, sqrt from random import uniform from statistics import mean def lowerCAmelCase_ ( lowerCamelCase ): # A local function to see if a dot lands in the circle. def is_in_circle(lowerCamelCase , lowerCamelCase ) -> bool:...
21
0
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 snake_case__ : Tuple = logging.get_logger(__name__) snake_case_...
23
import os from typing import Dict, List, Union import tensorflow as tf from keras_nlp.tokenizers import BytePairTokenizer from tensorflow_text import pad_model_inputs from .tokenization_gpta import GPTaTokenizer class __A ( tf.keras.layers.Layer ): def __init__( self ...
21
0
'''simple docstring''' def _UpperCamelCase (_lowerCamelCase : int , _lowerCamelCase : int )-> int: '''simple docstring''' return number | (1 << position) def _UpperCamelCase (_lowerCamelCase : int , _lowerCamelCase : int )-> int: ...
24
import math import tensorflow as tf from packaging import version def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : str =tf.convert_to_tensor(lowerCamelCase ) __magic_name__ : List[str] =0.5 * (1.0 + tf.math.erf(x / tf.cast(tf.sqrt(2.0...
21
0
from __future__ import annotations import math class _UpperCamelCase : '''simple docstring''' def __init__( self : Dict , a : int ) -> None: """simple docstring""" SCREAMING_SNAKE_CASE : Dict = size # approximate the overall size of s...
25
from collections.abc import Sequence def lowerCAmelCase_ ( lowerCamelCase = None ): if nums is None or not nums: raise ValueError("""Input sequence should not be empty""" ) __magic_name__ : str =nums[0] for i in range(1 , len(lowerCamelCase ) ...
21
0
'''simple docstring''' import numpy as np import qiskit def _a ( _lowerCamelCase = 8 , _lowerCamelCase = None ) -> str: """simple docstring""" __snake_case : Any = np.random.default_rng(seed=_lowerCamelCase ) ...
26
from dataclasses import dataclass, field from typing import TYPE_CHECKING, Any, ClassVar, Dict, List, Optional, Union import pyarrow as pa if TYPE_CHECKING: from .features import FeatureType @dataclass class __A : UpperCamelCase = 42 UpperCamelCase ...
21
0
import math def __lowerCAmelCase( _SCREAMING_SNAKE_CASE ) -> str: """simple docstring""" _A = 0 _A = 0 while num > 0: _A = num % 8 _A = octal + (remainder * math.floor(math.pow(10 ...
27
from sklearn.metrics import matthews_corrcoef import datasets UpperCAmelCase_ : Dict = "\nCompute the Matthews correlation coefficient (MCC)\n\nThe Matthews correlation coefficient is used in machine learning as a\nmeasure of the quality of binary and multiclass classifications. It take...
21
0
'''simple docstring''' UpperCamelCase_ = [ [0, 1_6, 1_3, 0, 0, 0], [0, 0, 1_0, 1_2, 0, 0], [0, 4, 0, 0, 1_4, 0], [0, 0, 9, 0, 0, 2_0], [0, 0, 0, 7, 0, 4], [0, 0, 0, 0, 0, 0], ] def lowercase__( __UpperCamelCase: int ,__UpperCamelCase: Dict...
28
import importlib import torch import yaml from omegaconf import OmegaConf from taming.models.vqgan import VQModel def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase=False ): __magic_name__ : Optional[int] =OmegaConf.load(lowerCamelCase ) if display: ...
21
0
"""simple docstring""" import warnings from ...utils import logging from .image_processing_segformer import SegformerImageProcessor A_ = logging.get_logger(__name__) class __lowerCamelCase ( lowerCAmelCase ): def __init__( self , *UpperCAmelCase , **UpperCAme...
29
import unittest from accelerate import debug_launcher from accelerate.test_utils import require_cpu, test_ops, test_script @require_cpu class __A ( unittest.TestCase ): def A__ ( self :Tuple ): '''simple docstring''' debug_launcher(test_s...
21
0
__a = 8.314462 # Unit - J mol-1 K-1 def lowerCamelCase__ ( _lowercase , _lowercase , _lowercase ): '''simple docstring''' if moles < 0 or kelvin < 0 or volume < 0: raise ValueError('''Invalid inputs. Enter positive value.''' ) return moles * kelvin ...
30
UpperCAmelCase_ : Tuple = 0 # The first color of the flag. UpperCAmelCase_ : Any = 1 # The second color of the flag. UpperCAmelCase_ : str = 2 # The third color of the flag. UpperCAmelCase_ : Tuple = (red, white, blue) def lowerCAmel...
21
0
import operator as op def UpperCAmelCase_ ( __UpperCAmelCase : str ) -> Any: SCREAMING_SNAKE_CASE_ = [] SCREAMING_SNAKE_CASE_ = lambda __UpperCAmelCase , __UpperCAmelCase : int(x / y ) # noqa: E731 integer division operation SCREAMING_SNA...
31
# DISCLAIMER: This file is strongly influenced by https://github.com/yang-song/score_sde_pytorch import math from typing import Union import torch from ..configuration_utils import ConfigMixin, register_to_config from ..utils import randn_tensor from .scheduling_utils import SchedulerMixin ...
21
0
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 UpperCAmelCase_ = logging.get_logger(__name__) UpperCAmelCase_ = { "facebook/lev...
32
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 UpperCAmelCase_ : Dict = logging.get_logger(_...
21
0
import argparse import json from dataclasses import dataclass, field from functools import partial from pathlib import Path from typing import List import timm import torch import torch.nn as nn from huggingface_hub import hf_hub_download from torch import Tensor from transformers import AutoImageP...
33
import inspect import unittest import torch import torch.nn as nn from accelerate.hooks import ( AlignDevicesHook, ModelHook, SequentialHook, add_hook_to_module, attach_align_device_hook, remove_hook_from_module, remove_hook_from_submodules, ) from accelerate.test_...
21
0
"""simple docstring""" import json import os from collections import Counter import torch import torchvision import torchvision.transforms as transforms from PIL import Image from torch import nn from torch.utils.data import Dataset SCREAMING_SNAKE_CASE_ = {1: (1, 1), 2: (2, 1), 3: (3, 1), 4: ...
34
import gc import random import unittest import numpy as np import torch from PIL import Image from transformers import XLMRobertaTokenizerFast from diffusers import DDIMScheduler, KandinskyInpaintPipeline, KandinskyPriorPipeline, UNetaDConditionModel, VQModel from diffusers.pipelines.kandinsky.tex...
21
0
import json import os import unittest from transformers import MgpstrTokenizer from transformers.models.mgp_str.tokenization_mgp_str import VOCAB_FILES_NAMES from transformers.testing_utils import require_tokenizers from ...test_tokenization_common import TokenizerTesterMixin @require_tokenizers class lowe...
35
import inspect import unittest import numpy as np from tests.test_modeling_common import floats_tensor from transformers import MaskaFormerConfig, is_torch_available, is_vision_available from transformers.testing_utils import require_torch, require_torch_multi_gpu, require_vision, slow, torch_device ...
21
0
import os import sys __lowercase : Union[str, Any] = os.path.join(os.path.dirname(__file__), '''src''') sys.path.append(SRC_DIR) from transformers import ( AutoConfig, AutoModel, AutoModelForCausalLM, AutoModelForMaskedLM, AutoModelForQuestionAnswering, AutoModelForSequenceCl...
36
import warnings 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 UpperCAmelCase_ : Any = logging.get_logger(__name__) Upp...
21
0
class A__ : """simple docstring""" def __init__( self : List[Any] , lowerCamelCase__ : str , lowerCamelCase__ : Union[str, Any] , lowerCamelCase__ : List[str] ): a__ : str = name a__ : Optional[int] = value a__ : Dict = we...
37
import heapq def lowerCAmelCase_ ( lowerCamelCase ): __magic_name__ : list[list] =[] # for each node and his adjacency list add them and the rank of the node to queue # using heapq module the queue will be filled like a Priority Queue # heapq works with...
21
0
'''simple docstring''' import argparse import os import re A_ : Optional[int] = "src/diffusers" # Pattern that looks at the indentation in a line. A_ : Optional[int] = re.compile(R"^(\s*)\S") # Pattern that matches `"key":" and puts `key` in group 0. A_ : str = re.compile(R"^\s...
38
UpperCAmelCase_ : int = range(2, 20 + 1) UpperCAmelCase_ : Tuple = [10**k for k in range(ks[-1] + 1)] UpperCAmelCase_ : dict[int, dict[int, list[list[int]]]] = {} def lowerCAmelCase_ ( lowerCamelCase , lowerCamelCase , lowerCamelCase ...
21
0
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_tokenizers_available, is_torch_available lowerCAmelCase_ = { '''configuration_squeezebert''': [ '''SQUEEZEBERT_PRETRAINED_CONFIG_ARCHIVE_MAP''', '''SqueezeBertConfig''', ...
39
from typing import List from .keymap import KEYMAP, get_character def lowerCAmelCase_ ( lowerCamelCase ): def decorator(lowerCamelCase ): __magic_name__ : str =getattr(lowerCamelCase , """handle_key""" , [] ) handle += [key] s...
21
0
import functools import operator from ...configuration_utils import PretrainedConfig from ...utils import logging __UpperCAmelCase = logging.get_logger(__name__) __UpperCAmelCase = { '''microsoft/unispeech-large-1500h-cv''': ( '''https://huggingface.co/microsoft/unispeech-large-1500h-cv/...
40
import os import jsonlines import numpy as np from tqdm import tqdm UpperCAmelCase_ : Dict = 2048 UpperCAmelCase_ : int = 4096 UpperCAmelCase_ : Any = 42 UpperCAmelCase_ : Optional[int] = os.environ.pop("PROCESS_TRAIN", "false") UpperCA...
21
0