code
stringlengths
82
53.2k
code_codestyle
int64
0
721
style_context
stringlengths
91
41.9k
style_context_codestyle
int64
0
699
label
int64
0
1
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_torch_available SCREAMING_SNAKE_CASE : List[Any] = { "configuration_nllb_moe": [ "NLLB_MOE_PRETRAINED_CONFIG_ARCHIVE_MAP", "NllbMoeConfig", ] } try: if not is_torch_available...
89
"""simple docstring""" __UpperCAmelCase : List[str] = {str(digit): digit**5 for digit in range(10)} def A ( _A ): """simple docstring""" return sum(DIGITS_FIFTH_POWER[digit] for digit in str(_A ) ) def A ( ): """simple docstring""" return...
584
0
'''simple docstring''' 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 snake_case__ ( UpperCamelCase)...
704
'''simple docstring''' from itertools import product def __UpperCAmelCase ( A : int , A : int ) -> list[int]: UpperCAmelCase_ : Tuple = sides_number UpperCAmelCase_ : str = max_face_number * dice_number UpperCAmelCase_ : Union[s...
216
0
"""simple docstring""" from __future__ import annotations lowerCAmelCase__ = tuple[int, int, int] lowerCAmelCase__ = tuple[str, str, str] # used alphabet -------------------------- # from string.ascii_uppercase lowerCAmelCase__ = '''ABCDEFGHIJKLMNOPQ...
83
"""simple docstring""" import math import random from typing import Any from .hill_climbing import SearchProblem def snake_case_ ( A_ : Dict, A_ : bool = True, A_ : float = math.inf, A_ : float = -math.inf, A_ : float = math.inf, A_...
83
1
from __future__ import annotations import collections import tempfile import unittest import numpy as np from transformers.testing_utils import require_tf, require_vision, slow from transformers.utils import is_tf_available, is_vision_available from ...test_modeling_tf_common import floats_tensor, ids_tensor, rando...
703
from __future__ import annotations from typing import Generic, TypeVar snake_case = TypeVar("T") class __A ( Generic[T] ): '''simple docstring''' def __init__( self , _snake_case ): _lowerCAmelCase : List[Any] = data _lowerCAmelCase : Di...
587
0
"""simple docstring""" import unittest from transformers import MODEL_FOR_DOCUMENT_QUESTION_ANSWERING_MAPPING, AutoTokenizer, is_vision_available from transformers.pipelines import pipeline from transformers.pipelines.document_question_answering import apply_tesseract from transformers.testin...
103
"""simple docstring""" 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 lowerCAmelCase__ ( tf.keras.layers.Layer )...
512
0
"""simple docstring""" import inspect import unittest from transformers import MobileNetVaConfig from transformers.testing_utils import require_torch, require_vision, slow, torch_device from transformers.utils import cached_property, is_torch_available, is_vision_available from ...test_con...
710
"""simple docstring""" import argparse import json from collections import OrderedDict from pathlib import Path import requests import torch from huggingface_hub import hf_hub_download from PIL import Image from transformers import ( ConditionalDetrConfig, ConditionalDetrForOb...
141
0
"""simple docstring""" # coding=utf-8 # Copyright 2023 The HuggingFace Inc. team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/lic...
103
"""simple docstring""" import json from typing import List, Optional, Tuple from tokenizers import normalizers from tokenizers.pre_tokenizers import BertPreTokenizer, PreTokenizer from ...tokenization_utils_fast import PreTrainedTokenizerFast from ...utils import logging from .tokenizatio...
103
1
from ...configuration_utils import PretrainedConfig from ...utils import logging lowerCamelCase__ = logging.get_logger(__name__) lowerCamelCase__ = { 'microsoft/biogpt': 'https://huggingface.co/microsoft/biogpt/resolve/main/config.json', # See all BioGPT models at https://huggin...
702
'''simple docstring''' # Copyright 2023 The HuggingFace Team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICE...
40
0
from __future__ import annotations from decimal import Decimal from numpy import array def __a ( A__ : list[list[float]] ): SCREAMING_SNAKE_CASE = Decimal # Check if the provided matrix has 2 rows and 2 columns # since this implementation only works fo...
16
'''simple docstring''' def UpperCAmelCase_ ( lowerCamelCase_ ): """simple docstring""" lowerCAmelCase__ : str = len(lowerCamelCase_ ) lowerCAmelCase__ : Optional[Any] = len(matrix[0] ) lowerCAmelCase__ : Any = min(lowerCamelCase_ , lowerCamelCase_ ...
378
0
import json import os import shutil import tempfile import unittest import numpy as np import pytest from transformers import CLIPTokenizer, CLIPTokenizerFast from transformers.models.clip.tokenization_clip import VOCAB_FILES_NAMES from transformers.testing_utils import require_vision from trans...
720
from ...processing_utils import ProcessorMixin class __snake_case ( a ): UpperCAmelCase__ : Optional[int] = '''WhisperFeatureExtractor''' UpperCAmelCase__ : Union[str, Any] = '''WhisperTokenizer''' def __init__( self : str ...
169
0
'''simple docstring''' from __future__ import annotations from typing import Any def __snake_case (__UpperCAmelCase ): """simple docstring""" create_state_space_tree(__UpperCAmelCase , [] , 0 ) def __snake_case (__UpperCAmelCase , __UpperCAmelCas...
501
'''simple docstring''' from collections.abc import Callable def __snake_case (__UpperCAmelCase , __UpperCAmelCase , __UpperCAmelCase ): """simple docstring""" lowerCamelCase_ : float = a lowerCamelCase_ : float = b if function(__UpperCAmelCase...
501
1
from ...configuration_utils import PretrainedConfig from ...utils import logging _lowerCamelCase = logging.get_logger(__name__) _lowerCamelCase = { # See all MEGATRON_BERT models at https://huggingface.co/models?filter=bert } class __A ( lowerCamelCase__ ):...
613
import warnings from .generation import TFGenerationMixin class __A ( lowerCamelCase__ ): """simple docstring""" warnings.warn( """Importing `TFGenerationMixin` from `src/transformers/generation_tf_utils.py` is deprecated and will """ """be removed...
613
1
'''simple docstring''' from unittest.mock import Mock, patch from file_transfer.send_file import send_file @patch('''socket.socket''' ) @patch('''builtins.open''' ) def UpperCamelCase ( lowercase_ : int , lowercase_ : List[str] ) -> Dict: '''simple docstring''' lowerc...
72
from ...configuration_utils import PretrainedConfig from ...utils import logging _a : Dict = logging.get_logger(__name__) _a : Union[str, Any] = { """google/vivit-b-16x2-kinetics400""": ( """https://huggingface.co/google/vivit-b-16x2-kinetics400/resolve/main/config.json""" ...
145
0
import requests lowerCamelCase : List[Any] = "https://newsapi.org/v1/articles?source=bbc-news&sortBy=top&apiKey=" def _SCREAMING_SNAKE_CASE ( lowercase : str ): '''simple docstring''' lowerCamelCase_ = requests.get(_NEWS_API + bbc_news_api_...
651
from manim import * class A( UpperCamelCase ): '''simple docstring''' def a__ ( self : Optional[Any] ) -> List[str]: """simple docstring""" lowerCamelCase_ = Rectangle(height=0.5 , width=0.5...
651
1
'''simple docstring''' import os from argparse import ArgumentParser from typing import List import torch.utils.data from datasets import Dataset, IterableDataset from datasets.distributed import split_dataset_by_node UpperCAmelCase_ : Dict = 4 UpperCAmelCase_ : Any = 3 cla...
533
'''simple docstring''' from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_tf_available, is_tokenizers_available, is_torch_available, ) UpperCAmelCase_ : Dict = { 'configuration_mobilebert': [ 'MOBILEBERT_PRETRAI...
533
1
'''simple docstring''' import uuid from typing import Any, Dict, List, Optional, Union from ..utils import add_end_docstrings, is_tf_available, is_torch_available, logging from .base import PIPELINE_INIT_ARGS, Pipeline if is_tf_available(): import tensorflow as tf if is_torch_availab...
711
'''simple docstring''' import warnings warnings.warn( """memory_utils has been reorganized to utils.memory. Import `find_executable_batchsize` from the main `__init__`: """ """`from accelerate import find_executable_batch_size` to avoid this warning.""", FutureWarning, )
513
0
"""simple docstring""" import os from shutil import copyfile from typing import Any, Dict, List, Optional, Tuple import sentencepiece as spm from ...tokenization_utils import PreTrainedTokenizer from ...utils import logging UpperCAmelCase = logging.get_logger(__name__) UpperCAmelCase ...
88
'''simple docstring''' from __future__ import annotations from math import pi def UpperCamelCase ( a , a , a ) -> dict[str, float]: '''simple docstring''' if (inductance, frequency, reactance).count(0 ) != 1: raise ValueError('''One and only one arg...
432
0
def lowerCamelCase__ ( _A , _A ): '''simple docstring''' _validate_point(_A ) _validate_point(_A ) if len(_A ) != len(_A ): raise ValueError("Both points must be in the same n-dimensional space" ) return float(sum(abs(a - b ...
139
import baseaa def lowerCamelCase__ ( _A ): '''simple docstring''' return baseaa.baaencode(string.encode("utf-8" ) ) def lowerCamelCase__ ( _A ): '''simple docstring''' return baseaa.baadecode(_A ).decod...
139
1
"""simple docstring""" import operator as op __A = '''scaler.pt''' __A = '''pytorch_model''' __A = '''random_states''' __A = '''optimizer''' __A = '''scheduler''' __A = '''pytorch_model.bin''' __A = '''pytorch_model.bin.index.json''' __A = '''model.safetensors''' __A = '''mode...
646
"""simple docstring""" from manim import * class _snake_case ( a__ ): def lowerCamelCase__ ( self : str ): __lowerCamelCase : Tuple = Rectangle(height=0.5 , width=0.5 ) __lowerCamelCase : Dict = Rectangle(height=...
646
1
from ..utils import DummyObject, requires_backends class __magic_name__ ( metaclass=lowercase_ ): """simple docstring""" _UpperCamelCase = ["torch", "scipy"] def __init__( self , *a__ , **a__ ): requires_backends(self , ['''torch''', '''scipy'''] ) @classmethod de...
297
import math import qiskit def _lowerCamelCase ( _a = 1 , _a = 1 , _a = 1 ): """simple docstring""" if ( isinstance(_a , _a ) or isinstance(_a , _a ) or isinstance(_a , _a ) ): raise TypeError('''inputs must be integers.''' ) ...
297
1
def UpperCamelCase_( __magic_name__ : int = 4000000 ): """simple docstring""" _lowerCAmelCase :Union[str, Any] = [0, 1] _lowerCAmelCase :List[str] = 0 while fib[i] <= n: fib.append(fib[i] + fib[i + 1] ) ...
687
import unittest import numpy as np import torch from .utils_summarization import build_mask, compute_token_type_ids, process_story, truncate_or_pad class UpperCAmelCase_ (unittest.TestCase ): """simple docstring""" def SCREAMING_SNAKE_CASE__ ( self: int ): _lowerC...
687
1
'''simple docstring''' from typing import Callable, List, Optional, Union import PIL import torch from transformers import ( CLIPImageProcessor, CLIPSegForImageSegmentation, CLIPSegProcessor, CLIPTextModel, CLIPTokenizer, ) from diffusers import DiffusionPipeline...
712
'''simple docstring''' def _lowerCAmelCase( UpperCAmelCase_ : str ) -> int: assert column_title.isupper() lowerCAmelCase__ = 0 lowerCAmelCase__ = len(UpperCAmelCase_ ) - 1 lowerCAmelCase__ = 0 while index >= 0: ...
211
0
"""simple docstring""" from dataclasses import dataclass from enum import Enum from typing import List, Optional, Union import numpy as np import PIL from PIL import Image from ...utils import BaseOutput, is_torch_available, is_transformers_available @dataclass class _lowerCAmelCase ( a ): ...
93
import pytest _lowerCamelCase ="""__dummy_dataset1__""" _lowerCamelCase =""" import json import os import datasets REPO_URL = \"https://huggingface.co/datasets/albertvillanova/tests-raw-jsonl/resolve/main/\" URLS = {\"train\": REPO_URL + \"wikiann-bn-train.jsonl\", \"validation\": REPO_URL + \"wikiann-bn...
681
0
def SCREAMING_SNAKE_CASE_ ( __lowerCamelCase: List[str] = 3 , __lowerCamelCase: List[str] = 7 , __lowerCamelCase: Any = 100_0000 ): '''simple docstring''' lowercase_ = 0 lowercase_ = 1 for current_denominator in range(1 , limit + 1 ): lowercase_ = curr...
717
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_torch_available SCREAMING_SNAKE_CASE__ = { """configuration_swinv2""": ["""SWINV2_PRETRAINED_CONFIG_ARCHIVE_MAP""", """Swinv2Config"""], } try: if not is_torch_available(): r...
601
0
from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_flax_available, is_tf_available, is_tokenizers_available, is_torch_available, ) lowercase_ = { 'configuration_blenderbot': [ 'BLENDERBOT_PRETRAINED_CONFIG_ARCHIVE_MA...
562
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_tf_available, is_torch_available lowercase_ = {'configuration_swin': ['SWIN_PRETRAINED_CONFIG_ARCHIVE_MAP', 'SwinConfig', 'SwinOnnxConfig']} try: if not is_torch_available(): raise OptionalDepend...
562
1
from typing import List, Optional, Tuple, Union import torch from ...models import UNetaDModel from ...schedulers import ScoreSdeVeScheduler from ...utils import randn_tensor from ..pipeline_utils import DiffusionPipeline, ImagePipelineOutput class UpperCamelCase__ ( SCREAMING_SNAKE_CASE_ ): ''...
55
from numpy import exp, pi, sqrt def SCREAMING_SNAKE_CASE ( __UpperCamelCase : Dict , __UpperCamelCase : float = 0.0 , __UpperCamelCase : float = 1.0 ) -> int: """simple docstring""" return 1 / sqrt(2 * pi * sigma**2 ) * exp(-((x - mu)...
55
1
'''simple docstring''' from dataclasses import dataclass from typing import Optional, Tuple, Union import flax import jax.numpy as jnp from jax import random from ..configuration_utils import ConfigMixin, register_to_config from ..utils import BaseOutput from .scheduling_utils_flax import FlaxSchedulerMixi...
330
import logging import os from logging import ( CRITICAL, # NOQA DEBUG, # NOQA ERROR, # NOQA FATAL, # NOQA INFO, # NOQA NOTSET, # NOQA WARN, # NOQA WARNING, # NOQA ) from typing import Optional from tqdm import auto as tqdm_lib A_ = { "debug": logging.DEBUG, ...
393
0
"""simple docstring""" import dataclasses import json import warnings from dataclasses import dataclass, field from time import time from typing import List from ..utils import logging _A = logging.get_logger(__name__) def SCREAMING_SNAKE_CASE ( __UpperCAmelCase=N...
700
"""simple docstring""" def SCREAMING_SNAKE_CASE ( __UpperCAmelCase ) -> List[str]: if not head: return True # split the list to two parts SCREAMING_SNAKE_CASE__ , SCREAMING_SNAKE_CASE__ = head.next, head while fast and fast.next: S...
538
0
from ...utils import ( OptionalDependencyNotAvailable, is_flax_available, is_torch_available, is_transformers_available, ) try: if not (is_transformers_available() and is_torch_available()): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAv...
21
'''simple docstring''' from collections import Counter from pathlib import Path from typing import Optional, Tuple import yaml class __SCREAMING_SNAKE_CASE ( yaml.SafeLoader ): def __magic_name__ ( self : Any , __lowercase : str ...
296
0
from math import sqrt def lowerCamelCase_ ( lowerCAmelCase: int )-> List[Any]: _snake_case : Dict = 0 for i in range(1 , int(sqrt(snake_case_ ) + 1 ) ): if n % i == 0 and i != sqrt(snake_case_ ): total += i + n // i elif i == sqrt(snake_case...
710
def lowerCamelCase_ ( lowerCAmelCase: int )-> list: _snake_case : List[Any] = int(lowerCAmelCase ) if n_element < 1: _snake_case : int = ValueError('a should be a positive number' ) raise my_error _snake_case : Union[str, Any] ...
669
0
from __future__ import annotations import csv import requests from bsa import BeautifulSoup def __a ( lowerCAmelCase_ : str = "" ) -> Optional[int]: '''simple docstring''' UpperCAmelCase_= url or 'https://www.imdb.com/chart/top/?ref_=nv_mv_250' UpperCAmelCase_=...
593
import time import warnings from abc import ABC from copy import deepcopy from typing import Optional import torch from ..utils import add_start_docstrings, logging __UpperCAmelCase = logging.get_logger(__name__) __UpperCAmelCase = R'\n Args:\n input_ids (...
406
0
'''simple docstring''' import json import os from datetime import date from pathlib import Path from tabulate import DataRow, TableFormat, tabulate SCREAMING_SNAKE_CASE__ = TableFormat( lineabove=None, linebelowheader=None, linebetweenrows=None, linebelow=Non...
708
'''simple docstring''' import importlib import json import os from collections import OrderedDict from typing import Dict, Optional, Union # Build the list of all feature extractors from ...configuration_utils import PretrainedConfig from ...dynamic_module_utils import get_class_from_dynamic...
539
0
import os from collections import deque import torch from torch.utils.data import Dataset class _A ( __UpperCamelCase ): def __init__(self , SCREAMING_SNAKE_CASE_="" , SCREAMING_SNAKE_CASE_="train" ) -> Optional[int]: '''simple docstring''' ...
415
class _A ( __UpperCamelCase ): pass class _A ( __UpperCamelCase ): pass class _A : def __init__(self ) -> Optional[Any]: '''simple docstring''' UpperCamelCase__ = [ [], [], ...
415
1
from collections import deque from .hash_table import HashTable class snake_case_ ( a_ ): def __init__( self , *a_ , **a_ ): super().__init__(*a_ , **a_ ) def snake_case_ ( self , a_ , a_ ): a_ : ...
721
"""simple docstring""" import os import pickle import unittest from transformers import AutoTokenizer from transformers.models.bert.tokenization_bert import BertTokenizer from transformers.models.bert_japanese.tokenization_bert_japanese import ( VOCAB_FILES_NAMES, BertJapaneseTokenizer, CharacterTokeni...
370
0
from typing import TYPE_CHECKING from ...utils import _LazyModule __lowerCamelCase : int = {"tokenization_byt5": ["ByT5Tokenizer"]} if TYPE_CHECKING: from .tokenization_byta import ByTaTokenizer else: import sys __lowerCamelCase : List[Any] = _LazyModule(__name__, globals()["__fi...
323
from manim import * class __magic_name__ ( A__ ): def SCREAMING_SNAKE_CASE_ ( self : Any ) -> int: '''simple docstring''' UpperCAmelCase = Rectangle(height=0.5 , width=0.5 ) UpperCAmelCase = Rectangle(height=0.46 ...
323
1
import argparse import json import os from collections import OrderedDict import torch from transformers import LukeConfig, LukeForMaskedLM, MLukeTokenizer, XLMRobertaTokenizer from transformers.tokenization_utils_base import AddedToken @torch.no_grad() def lowerCamelCase__ ( _lowercase , _lowe...
300
from __future__ import annotations import unittest from transformers import is_tf_available from transformers.testing_utils import require_sentencepiece, require_tf, require_tokenizers, slow from ...test_configuration_common import ConfigTester from ...test_modeling_tf_common import TFModelTesterMixin, ids_tens...
300
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 os import unittest from transformers import MegatronBertConfig, is_torch_available from transformers.models.auto import get_values from transformers.testing_utils import require_sentencepiece, require_tokenizers, require_torch, slow, torch_device from ...test_configuration_common import ConfigTeste...
221
0
'''simple docstring''' from math import asin, atan, cos, radians, sin, sqrt, tan __snake_case: Optional[int] = 6_37_81_37.0 __snake_case: Tuple = 6_35_67_52.31_42_45 __snake_case: Tuple = 6_37_81_37 def _snake_case ( A_ : List[Any] ...
716
'''simple docstring''' from __future__ import annotations def _snake_case ( A_ : int ): """simple docstring""" a_ : Optional[Any] = 2 a_ : int = [] while i * i <= n: if n % i: i += 1 else: n //= i ...
460
0
"""simple docstring""" def __magic_name__ ( __snake_case : str ) -> list: return [ txt[:a] + txt[a].upper() + txt[a + 1 :] for a in range(len(__snake_case ) ) if txt[a].isalpha() ] if __name__ == "__main__": __im...
361
"""simple docstring""" # Lint as: python3 import os import re import urllib.parse from pathlib import Path from typing import Callable, List, Optional, Union from zipfile import ZipFile from ..utils.file_utils import cached_path, hf_github_url from ..utils.logging import get_logger from ..utils.ve...
361
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__ = { """shi-labs/...
549
"""simple docstring""" from dataclasses import dataclass from typing import List, Optional, Union import numpy as np import PIL import torch from transformers import CLIPImageProcessor, CLIPVisionModel from ...models import PriorTransformer from ...pipelines import DiffusionPipeline from ...schedulers import ...
549
1
'''simple docstring''' import unittest import numpy as np from transformers import RobertaConfig, is_flax_available from transformers.testing_utils import require_flax, slow from ...test_modeling_flax_common import FlaxModelTesterMixin, floats_tensor, ids_tensor, random_attention_mask if is_flax_available()...
314
'''simple docstring''' from __future__ import annotations import os from collections.abc import Mapping lowercase_ = tuple[int, int] class a_ : '''simple docstring''' def __init__( self , A , A ) -> None: _SCREAMING_SNAKE_CASE = ...
314
1
'''simple docstring''' import argparse import torch from transformers import RemBertConfig, RemBertModel, load_tf_weights_in_rembert from transformers.utils import logging logging.set_verbosity_info() def SCREAMING_SNAKE_CASE_ ( _UpperCAmelCase : str ,_...
714
'''simple docstring''' from __future__ import annotations import unittest import numpy as np from transformers import BlipTextConfig from transformers.testing_utils import require_tf, slow from transformers.utils import is_tf_available from ...test_configuration_common import ConfigTe...
506
0
from ...utils import logging from ..ta.modeling_tf_ta import TFTaEncoderModel, TFTaForConditionalGeneration, TFTaModel from .configuration_mta import MTaConfig lowerCAmelCase = logging.get_logger(__name__) lowerCAmelCase = 'T5Config' class _a ( UpperCamelCase__ ): _l...
43
"""simple docstring""" from collections import namedtuple A = namedtuple("""from_to""", """from_ to""") A = { """cubicmeter""": from_to(1, 1), """litre""": from_to(0.001, 1_000), """kilolitre""": from_to(1, 1), """gallon""": from_to(0.00454, 264.172), """cubicyard""": f...
77
0
import string # frequency taken from https://en.wikipedia.org/wiki/Letter_frequency __magic_name__ = { '''E''': 12.70, '''T''': 9.06, '''A''': 8.17, '''O''': 7.51, '''I''': 6.97, '''N''': 6.75, '''S''': 6.33, '''H''': 6.09, '''R''': 5.99, '''D''': 4.25, '''...
679
def UpperCAmelCase__( __UpperCAmelCase : int | float | str ): try: __snake_case : int = float(__UpperCAmelCase ) except ValueError: raise ValueError('Please enter a valid number' ) __snake_case : Any = decimal - int(__UpperCAmelCase ) if fract...
679
1
from ..utils import DummyObject, requires_backends class lowerCamelCase_ ( metaclass=lowerCamelCase ): a__ = ['''transformers''', '''torch''', '''note_seq'''] def __init__( self , *__lowerCAmelCase , **__lowerCAmelCase ): """simple docst...
0
"""simple docstring""" import re import time from typing import Optional import IPython.display as disp from ..trainer_callback import TrainerCallback from ..trainer_utils import IntervalStrategy, has_length def a__ ( __SCREAMING_SNAKE_CASE ) -> Any: __...
346
0
import doctest import glob import importlib import inspect import os import re from contextlib import contextmanager from functools import wraps from unittest.mock import patch import numpy as np import pytest from absl.testing import parameterized import datasets from datasets import load_metric from .utils import...
565
import torch from diffusers import UnCLIPScheduler from .test_schedulers import SchedulerCommonTest class A_ ( __lowerCamelCase ): '''simple docstring''' _UpperCamelCase : Optional[int] = (UnCLIPScheduler,) def SCREAMING_SNAKE_CASE__ ( self , **snake_case ): low...
565
1
import argparse import logging import sys from unittest.mock import patch import run_glue_deebert from transformers.testing_utils import TestCasePlus, get_gpu_count, require_torch_non_multi_gpu, slow logging.basicConfig(level=logging.DEBUG) lowerCamelCase__ : List[Any] = logging.getLogger...
12
import argparse import json from pathlib import Path import requests import timm import torch from huggingface_hub import hf_hub_download from PIL import Image from transformers import AutoImageProcessor, SwinvaConfig, SwinvaForImageClassification def lowerCAmelCase_ ( __A ) -> List[...
486
0
# flake8: noqa # Lint as: python3 _UpperCAmelCase = [ """VerificationMode""", """Version""", """disable_progress_bar""", """enable_progress_bar""", """is_progress_bar_enabled""", """experimental""", ] from .info_utils import VerificationMode from .logging import disable_progr...
70
def UpperCamelCase ( __lowercase : int ): '''simple docstring''' if length <= 0 or not isinstance(__lowercase ,__lowercase ): raise ValueError('Length must be a positive integer.' ) return [n * (2 * n - 1) for n in range(__lowercase )] if __name__ == "__main__": print(h...
70
1
'''simple docstring''' import math def UpperCAmelCase__ ( UpperCAmelCase__ ) -> str: A_ = 0 A_ = 0 while num > 0: A_ = num % 8 A_ = octal + (remainder * math.floor(math.pow(10, ...
288
'''simple docstring''' import numpy as np def UpperCAmelCase__ ( UpperCAmelCase__, UpperCAmelCase__, UpperCAmelCase__ = 1e-12, UpperCAmelCase__ = 1_00, ) -> tuple[float, np.ndarray]: assert np.shape(UpperCAmelCase__ )[0] == np.shape(UpperCAmelCase__ )[1...
288
1
def lowerCAmelCase_ ( __a ) -> str: """simple docstring""" lowerCamelCase__: List[str] ="" for ch in key: if ch == " " or ch not in key_no_dups and ch.isalpha(): key_no_dups += ch return key_no_dups def lowerCAmelCase_ ( __a ) -> dict[str, str]: "...
437
def lowerCAmelCase_ ( __a , __a ) -> float: """simple docstring""" if density <= 0: raise ValueError("Impossible fluid density" ) if bulk_modulus <= 0: raise ValueError("Impossible bulk modulus" ) return (bulk_modulus / density) ** 0.5 if __name__ == "__main__": imp...
437
1
'''simple docstring''' from typing import List, Optional from ...configuration_utils import PretrainedConfig from ...utils import logging a = logging.get_logger(__name__) a = { "huggingface/autoformer-tourism-monthly": "https://huggingface.co/huggingface/autoformer-tourism-monthly/resolve/mai...
109
"""simple docstring""" from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_sentencepiece_available, is_tokenizers_available, is_torch_available, ) A_ = {"configuration_plbart": ["PLBART_PRETRAINED_CONFIG_ARCHIVE_MAP", "PLB...
391
0
# Usage: # ./gen-card-facebook-wmt19.py import os from pathlib import Path def SCREAMING_SNAKE_CASE__ ( UpperCamelCase__: List[Any] , UpperCamelCase__: Optional[Any] , UpperCamelCase__: Any ): SCREAMING_SNAKE_CASE__ = { """en""": """Machine le...
59
import warnings from functools import wraps from typing import Callable def SCREAMING_SNAKE_CASE__ ( UpperCamelCase__: Callable ): @wraps(UpperCamelCase__ ) def _inner_fn(*UpperCamelCase__: Dict , **UpperCamelCase__: Any ): warnings.warn( (f'...
59
1
import inspect import re from transformers.utils import direct_transformers_import # All paths are set with the intent you should run this script from the root of the repo with the command # python utils/check_config_docstrings.py SCREAMING_SNAKE_CASE = 'src/transformers' # This i...
485
def _lowerCamelCase ( __A : list ) -> list: if any(not isinstance(__A , __A ) or x < 0 for x in sequence ): raise TypeError('''Sequence must be list of non-negative integers''' ) for _ in range(len(__A ) ): for i, (rod_upper, rod_lower) in...
485
1
from typing import Optional, Tuple, Union import torch from einops import rearrange, reduce from diffusers import DDIMScheduler, DDPMScheduler, DiffusionPipeline, ImagePipelineOutput, UNetaDConditionModel from diffusers.schedulers.scheduling_ddim import DDIMSchedulerOutput from diffusers.schedulers...
717
from __future__ import annotations def A__ ( SCREAMING_SNAKE_CASE_ ) -> bool: if len(SCREAMING_SNAKE_CASE_ ) < 2: raise ValueError('''Monogons and Digons are not polygons in the Euclidean space''' ) if any(i <= 0 for i in nums ): raise ValueError('''All values must ...
262
0
'''simple docstring''' def a_ ( __snake_case : List[Any] ) -> List[str]: """simple docstring""" stooge(__snake_case , 0 , len(__snake_case ) - 1 ) return arr def a_ ( __snake_case : Tuple , __snake_case : Optional[int] , __snake_case ...
676
'''simple docstring''' import math from ...configuration_utils import PretrainedConfig from ...utils import logging lowercase__ = logging.get_logger(__name__) lowercase__ = { '''facebook/data2vec-base-960h''': '''https://huggingface.co/facebook/data2vec-audio-base-960h/resolve/m...
508
0
from typing import Dict, List, Optional, Union import numpy as np from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict from ...image_transforms import ( center_crop, convert_to_rgb, get_resize_output_image_size, normalize, rescale, resize, to_channel...
717
from ...configuration_utils import PretrainedConfig UpperCamelCase = { "google/tapas-base-finetuned-sqa": ( "https://huggingface.co/google/tapas-base-finetuned-sqa/resolve/main/config.json" ), "google/tapas-base-finetuned-wtq": ( "https://huggingface.co/google/tapas-b...
383
0
'''simple docstring''' import contextlib import importlib import io import unittest import transformers # Try to import everything from transformers to ensure every object can be loaded. from transformers import * # noqa F406 from transformers.testing_utils import DUMMY_UNKNOWN_IDENTIFIER, require_fl...
292
'''simple docstring''' import unittest import numpy as np import requests 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_imag...
292
1
"""simple docstring""" from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_flax_available, is_tf_available, is_tokenizers_available, is_torch_available, ) _lowerCamelCase = { 'configuration_whisper': ['WHISPER_PRETRAINED_CO...
112
"""simple docstring""" from maths.is_square_free import is_square_free from maths.prime_factors import prime_factors def __lowercase ( lowerCamelCase_ : int ): SCREAMING_SNAKE_CASE__ = prime_factors(lowerCamelCase_ ) if is_square_free(lowerCamelCase_ ): return ...
112
1
import json import logging import os import socket import git import numpy as np import torch logging.basicConfig( format="%(asctime)s - %(levelname)s - %(name)s - PID: %(process)d - %(message)s", datefmt="%m/%d/%Y %H:%M:%S", level=logging.INFO, ) UpperCamelCase = logging.getLogger(__na...
45
import argparse import json from pathlib import Path import requests import timm import torch from huggingface_hub import hf_hub_download from PIL import Image from transformers import AutoImageProcessor, SwinvaConfig, SwinvaForImageClassification def _snake_case( SCREAMING_SNAKE_CASE__ ) -> ...
336
0
import json import sys import tempfile import unittest from pathlib import Path import transformers from transformers import ( CONFIG_MAPPING, FEATURE_EXTRACTOR_MAPPING, AutoConfig, AutoFeatureExtractor, WavaVecaConfig, WavaVecaFeatureExtractor, ) from transformers.testing_utils import D...
720
import math from typing import Any, Callable, List, Optional, Tuple, Union import numpy as np import torch from ...models import TaFilmDecoder from ...schedulers import DDPMScheduler from ...utils import is_onnx_available, logging, randn_tensor if is_onnx_available(): from ..onnx_utils im...
332
0
"""simple docstring""" import cva import numpy as np class _UpperCAmelCase : """simple docstring""" def __init__( self , _lowercase , _lowercase ) -> Optional[Any]: if k in (0.04, 0.06): _lowerCamelCase : List[Any] = ...
434
from __future__ import annotations UpperCamelCase = '#' class __lowerCamelCase : """simple docstring""" def __init__( self : Dict ) -> None: lowerCAmelCase__ = {} def a ( self : Any , SCREAMING_SNAKE_CASE__ : str ...
61
0
'''simple docstring''' def UpperCAmelCase ( _lowerCamelCase , _lowerCamelCase ): if a < 0 or b < 0: raise ValueError("the value of both inputs must be positive" ) A : str = str(bin(__A ) )[2:] # remove the leading "0b" A :...
715
from dataclasses import dataclass, field from typing import ClassVar, Dict from ..features import Features, Sequence, Value from .base import TaskTemplate @dataclass(frozen=_A ) class lowerCamelCase_ ( _A ): '''simple docstring''' # `task` is not a ClassVar since...
17
0
import json import os import shutil import tempfile import unittest import numpy as np import pytest from transformers import BertTokenizer, BertTokenizerFast from transformers.models.bert.tokenization_bert import VOCAB_FILES_NAMES from transformers.testing_utils import require_vision from transformers.utils import I...
670
def snake_case (__lowercase ) -> int: '''simple docstring''' if not grid or not grid[0]: raise TypeError("The grid does not contain the appropriate information" ) for cell_n in range(1 , len(grid[0] ) ): grid[0][cell_n] += grid[0][cell_n - 1] _snake...
670
1
"""simple docstring""" import logging import os import quant_trainer import torch from torch.utils.data import DataLoader from transformers import Trainer, is_torch_tpu_available from transformers.trainer_utils import PredictionOutput _A = logging.getLogger(__name__) if is_torch_tpu_availabl...
133
"""simple docstring""" from copy import deepcopy class _lowercase : def __init__( self , UpperCAmelCase_ = None , UpperCAmelCase_ = None ) -> None: if arr is None and size is not None: lowerCamelCase : Any = size lowerCamelCase : Op...
133
1
def snake_case ( lowerCamelCase = 1_000 ): '''simple docstring''' __lowercase = -1 __lowercase = 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 __lowercase = (n * n - 2 * a * n) // (2 * n - 2 ...
80
from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_flax_available, is_tf_available, is_tokenizers_available, is_torch_available, ) _UpperCAmelCase : List[Any] = { "configuration_distilbert": [ "DISTILBERT_P...
668
0
'''simple docstring''' import darl # noqa import gym import tqdm from diffusers.experimental import ValueGuidedRLPipeline a__ : str = { "n_samples": 64, "horizon": 32, "num_inference_steps": 20, "n_guide_steps": 2, # can set to 0 for faster sampling, does not use value network "s...
705
'''simple docstring''' from typing import List, Optional, Union import torch from ...models import UNetaDConditionModel, VQModel from ...pipelines import DiffusionPipeline from ...pipelines.pipeline_utils import ImagePipelineOutput from ...schedulers import DDPMScheduler from ...utils import ( is_accelera...
570
0
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_torch_available _a: int = { """configuration_time_series_transformer""": [ """TIME_SERIES_TRANSFORMER_PRETRAINED_CONFIG_ARCHIVE_MAP""", """TimeSeriesTransformerConfig""", ], ...
162
from __future__ import annotations def __lowerCAmelCase ( A , A ): UpperCAmelCase_ = [] UpperCAmelCase_ = [] UpperCAmelCase_ = 0 UpperCAmelCase_ = sum(A ) create_state_space_tree(A , A , A , A , ...
162
1
import importlib import os import sys # This is required to make the module import works (when the python process is running from the root of the repo) sys.path.append(""".""") def _a ( SCREAMING_SNAKE_CASE_ : Tuple ): __lowerCAmelCase = test_file.split(os.path.sep ) ...
720
from typing import TYPE_CHECKING from ....utils import _LazyModule UpperCamelCase__ = {"""tokenization_tapex""": ["""TapexTokenizer"""]} if TYPE_CHECKING: from .tokenization_tapex import TapexTokenizer else: import sys UpperCamelCase__ = _LazyModule(__name__, globals()[...
552
0
'''simple docstring''' from dataclasses import dataclass from typing import Optional, Tuple, Union import torch import torch.nn as nn from ..configuration_utils import ConfigMixin, register_to_config from ..utils import BaseOutput, apply_forward_hook from .modeling_utils import ModelMixin from .vae ...
675
'''simple docstring''' from typing import Optional import pyspark from .. import Features, NamedSplit from ..download import DownloadMode from ..packaged_modules.spark.spark import Spark from .abc import AbstractDatasetReader class snake_case ( lowercase ): """...
675
1
import argparse from transformers import CLIPImageProcessor, CLIPVisionModelWithProjection from diffusers import UnCLIPImageVariationPipeline, UnCLIPPipeline if __name__ == "__main__": _A = argparse.ArgumentParser() parser.add_argument("--dump_path", default=None, type=str, required...
714
import logging import os from dataclasses import dataclass, field from typing import Dict, Optional import datasets import numpy as np import tensorflow as tf from transformers import ( AutoConfig, AutoTokenizer, EvalPrediction, HfArgumentParser, PreTrainedTokenizer, TFAutoMod...
294
0
import importlib import math import os from dataclasses import dataclass from enum import Enum from typing import Any, Dict, Optional, Tuple, Union import flax import jax.numpy as jnp from ..utils import BaseOutput __a = 'scheduler_config.json' class lowercase__( UpperCAmelCase ...
97
import argparse import requests import torch from PIL import Image from transformers import ViTMAEConfig, ViTMAEForPreTraining, ViTMAEImageProcessor def a ( snake_case__: List[Any] ): '''simple docstring''' if "cls_token" in name: lowercase_ = name.replace(...
97
1
from ...configuration_utils import PretrainedConfig from ...utils import logging lowerCamelCase__ = logging.get_logger(__name__) lowerCamelCase__ = {} class A__ ( __magic_name__ ): lowercase = 'llama' lowercase = ['past_key_values'] ...
69
import os from collections import deque import torch from torch.utils.data import Dataset class A__ ( __magic_name__ ): def __init__( self : Union[str, Any] , a : str="" , a : str="train" ): '''simple docstring''' ...
69
1
import warnings from ...utils import logging from .image_processing_mobilevit import MobileViTImageProcessor lowercase_ = logging.get_logger(__name__) class A__ ( __SCREAMING_SNAKE_CASE ): def __init__( self , *lowerCamelCase , **lowe...
154
def lowerCAmelCase ( UpperCAmelCase ) ->bool: """simple docstring""" if p < 2: raise ValueError('''p should not be less than 2!''' ) elif p == 2: return True __magic_name__ : Tuple = 4 __magic_name...
154
1
from __future__ import annotations import math from collections.abc import Callable def UpperCAmelCase_ ( _A , _A , _A , _A = 1_00 , ): '''simple docstring''' SCREAMING_SNAKE_CASE__ = x_start SCREAMING_SNAKE_CASE__ = fnc(_A ) S...
713
from dataclasses import dataclass, field from typing import Optional @dataclass class UpperCAmelCase__ : """simple docstring""" a = field( default="codeparrot/codeparrot" , metadata={"help": "Model name or path of model to be trained."} ) a = field( default="./" ,...
472
0
"""simple docstring""" def UpperCAmelCase ( a__ ): '''simple docstring''' if collection == []: return [] # get some information about the collection lowerCAmelCase :List[str] = len(a__ ) lowerCAmelCase :str = max(a__ ) ...
553
"""simple docstring""" # limitations under the License. from typing import Optional, Tuple, Union import torch from diffusers import DiffusionPipeline, ImagePipelineOutput class __UpperCamelCase ( UpperCamelCase ): def __init__( self : str , UpperCAmelCase ...
553
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 BeitConfig, BeitForImageClassification, BeitForMaskedImageModeling, BeitImageProcessor from transformers.image_utils import PILImageRes...
719
# Function to print upper half of diamond (pyramid) def __A ( _A ): """simple docstring""" for i in range(0 , _A ): for _ in range(0 , n - i - 1 ): # printing spaces print(" " , end="" ) for _ in range(0 , i + 1 ): # printing ...
525
0
from __future__ import annotations from decimal import Decimal from numpy import array def _lowercase( __a : list[list[float]] ): a__ =Decimal # Check if the provided matrix has 2 rows and 2 columns # since this implementation only works for 2x2 matrices if...
20
_lowerCAmelCase: List[str] = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' def _lowercase( ): a__ =input('Enter message: ' ) a__ =input('Enter key [alphanumeric]: ' ) a__ =input('Encrypt/Decrypt [e/d]: ' ) if mode.lower().startswith('e' ): ...
20
1
import json import os import tempfile from transformers.testing_utils import check_json_file_has_correct_format class lowerCamelCase : """simple docstring""" UpperCAmelCase_ = None def A_ ( self : Optional[int...
710
def _a ( SCREAMING_SNAKE_CASE__ : int = 4_00_00_00 ) -> int: '''simple docstring''' SCREAMING_SNAKE_CASE__ : List[str] = [0, 1] SCREAMING_SNAKE_CASE__ : Any = 0 while fib[i] <= n: fib...
157
0
import torch from torch import nn from transformers import CLIPPreTrainedModel, CLIPVisionModel from ...models.attention import BasicTransformerBlock from ...utils import logging lowerCamelCase : Optional[int] =logging.get_logger(__name__) # pylint: disable=invalid-name ...
228
from typing import Dict, Optional, Union import numpy as np from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict from ...image_transforms import flip_channel_order, resize, to_channel_dimension_format, to_pil_image from ...image_utils import ( ChannelDimension...
228
1
"""simple docstring""" from ...utils import ( OptionalDependencyNotAvailable, is_torch_available, is_transformers_available, is_transformers_version, ) try: if not (is_transformers_available() and is_torch_available()): raise OptionalDependencyNotAvailable...
701
"""simple docstring""" import random import unittest import numpy as np from diffusers import ( DPMSolverMultistepScheduler, EulerAncestralDiscreteScheduler, EulerDiscreteScheduler, LMSDiscreteScheduler, OnnxStableDiffusionImgaImgPipeline, PNDMScheduler, ) fro...
404
0
"""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_input, generate_...
341
"""simple docstring""" class lowerCamelCase__ : def __init__( self ,A ): UpperCAmelCase = n UpperCAmelCase = [None] * self.n UpperCAmelCase = 0 # index of the first element UpperCAmelCase =...
341
1
"""simple docstring""" 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 ( SwiftFormerConfig, SwiftFormerForImageClassification, ViTImageProcessor, ) from transformers.utils...
707
"""simple docstring""" from __future__ import annotations from collections.abc import Iterator class __SCREAMING_SNAKE_CASE : '''simple docstring''' def __init__( self : str, lowerCamelCase : int )-> None: lowerCamelCase__ : str =value ...
625
0
'''simple docstring''' from __future__ import annotations def _lowerCAmelCase (_lowercase , _lowercase = None ): """simple docstring""" a__ = word_bank or [] # create a table a__ = len(_lowercase ) + 1 a__ = ...
331
'''simple docstring''' import math from collections import defaultdict from typing import List, Optional, Tuple, Union import numpy as np import torch from ..configuration_utils import ConfigMixin, register_to_config from .scheduling_utils import KarrasDiffusionSchedulers, SchedulerMixin, Sch...
331
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 # # Unless required by ...
709
import gc import tempfile import unittest import numpy as np import torch from diffusers import VersatileDiffusionPipeline from diffusers.utils.testing_utils import load_image, nightly, require_torch_gpu, torch_device a_ = False class __lowerCAmelCase ( unittest.TestCase ): pass @nightly @re...
622
0
import unittest import numpy as np from transformers.file_utils import is_torch_available, is_vision_available from transformers.testing_utils import require_torch, require_vision from ...test_image_processing_common import ImageProcessingSavingTestMixin, prepare_image_inputs if is_torch_available(): im...
59
from typing import TYPE_CHECKING from ...utils import OptionalDependencyNotAvailable, _LazyModule, is_tokenizers_available, is_torch_available _lowerCamelCase : Dict = { 'configuration_bloom': ['BLOOM_PRETRAINED_CONFIG_ARCHIVE_MAP', 'BloomConfig', 'BloomOnnxConfig'], } try: ...
121
0
"""simple docstring""" # flake8: noqa # Lint as: python3 UpperCAmelCase_ : Tuple = [ '''VerificationMode''', '''Version''', '''disable_progress_bar''', '''enable_progress_bar''', '''is_progress_bar_enabled''', '''experimental''', ] from .info_utils import Verif...
165
"""simple docstring""" import random import unittest import numpy as np import transformers from transformers import is_flax_available, is_torch_available from transformers.testing_utils import is_pt_flax_cross_test, require_flax if is_flax_available(): import os import jax.numpy as jnp ...
165
1
'''simple docstring''' def _UpperCamelCase ( UpperCamelCase__ ): """simple docstring""" return number & 1 == 0 if __name__ == "__main__": import doctest doctest.testmod()
436
'''simple docstring''' import unittest from transformers import MPNetConfig, is_torch_available from transformers.testing_utils import require_torch, slow, torch_device from ...test_configuration_common import ConfigTester from ...test_modeling_common import ModelTesterMixin, ids_tensor, random_att...
69
0
from ...configuration_utils import PretrainedConfig from ...utils import logging a__ = logging.get_logger(__name__) a__ = {'''openai-gpt''': '''https://huggingface.co/openai-gpt/resolve/main/config.json'''} class UpperCAmelCase_ ( __lowercase ): """simple docstring""" ...
578
import re from filelock import FileLock try: import nltk a__ = True except (ImportError, ModuleNotFoundError): a__ = False if NLTK_AVAILABLE: with FileLock('''.lock''') as lock: nltk.download('''punkt''', quiet=True) def __UpperCAmelCase ( __a : str ) ...
578
1
"""simple docstring""" def snake_case ( A__ ): if not isinstance(A_ ,A_ ): raise ValueError("check_bouncy() accepts only integer arguments" ) UpperCAmelCase_ : Any = str(A_ ) UpperCAmelCase_ : Optional[Any] = "".join(sorted(A_ ) ) return sorted_str_n != ...
95
import unittest import numpy as np from datasets import load_dataset 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_imag...
380
0
'''simple docstring''' from typing import Optional, Union import torch from torch import nn from ...configuration_utils import ConfigMixin, register_to_config from ...models.modeling_utils import ModelMixin class lowercase ( A__ , A__ ): """simple docstring""" @register_to_config def __...
280
'''simple docstring''' from .integrations import ( is_optuna_available, is_ray_available, is_sigopt_available, is_wandb_available, run_hp_search_optuna, run_hp_search_ray, run_hp_search_sigopt, run_hp_search_wandb, ) from .trainer_utils import ( HPSearchBackend, default_hp_spa...
280
1
from collections import OrderedDict from typing import Mapping from ...configuration_utils import PretrainedConfig from ...onnx import OnnxConfig from ...utils import logging _SCREAMING_SNAKE_CASE = logging.get_logger(__name__) _SCREAMING_SNAKE_CASE = { '''camembert-base''': '''http...
401
import inspect import unittest from transformers import ConvNextConfig from transformers.testing_utils import require_torch, require_vision, slow, torch_device from transformers.utils import cached_property, is_torch_available, is_vision_available from ...test_backbone_common import BackboneTesterMixin from .....
108
0
"""simple docstring""" import importlib import os import sys # This is required to make the module import works (when the python process is running from the root of the repo) sys.path.append(".") def lowercase__ ( lowercase_ ) -> int: """simple docstring""" _UpperCamelC...
51
"""simple docstring""" from datetime import datetime import requests from bsa import BeautifulSoup if __name__ == "__main__": lowerCamelCase__ = input("Enter image url: ").strip() print(f"""Downloading image from {url} ...""") lowerCamelCase__ = BeautifulSoup(requests.get(url).content, "ht...
51
1
from __future__ import annotations a : List[Any] = '''#''' class lowerCamelCase_ : '''simple docstring''' def __init__( self ) -> None: '''simple docstring''' __lowercase = {} def A ( self , snak...
639
a : Any = [sum(int(c, 10) ** 2 for c in i.__str__()) for i in range(100000)] def lowercase_ ( _UpperCamelCase ): '''simple docstring''' __lowercase = 0 while number: # Increased Speed Slightly by checking every 5 digits together. sum_of_digits_squared +=...
639
1
"""simple docstring""" import argparse from pathlib import Path from typing import Dict, OrderedDict, Tuple import torch from audiocraft.models import MusicGen from transformers import ( AutoFeatureExtractor, AutoTokenizer, EncodecModel, MusicgenDecoderConfig, MusicgenForConditionalGene...
712
"""simple docstring""" from ...configuration_utils import PretrainedConfig class a__ ( UpperCamelCase_ ): snake_case__ = '''bert-generation''' def __init__( self : Dict ,a__ : str=5_0358 ,a__ : List[str]=1024 ,a__ : int=24 ...
439
0
'''simple docstring''' from ...configuration_utils import PretrainedConfig from ...utils import logging a__ : Union[str, Any] = logging.get_logger(__name__) a__ : List[Any] = { 'microsoft/biogpt': 'https://huggingface.co/microsoft/biogpt/resolve/main/config.j...
51
import argparse import logging import pickle from collections import Counter logging.basicConfig( format='%(asctime)s - %(levelname)s - %(name)s - %(message)s', datefmt='%m/%d/%Y %H:%M:%S', level=logging.INFO ) _lowerCamelCase : str = logging.getLogger(__name__) if __name__ ==...
121
0
from __future__ import annotations import inspect import unittest from transformers import ViTConfig from transformers.testing_utils import require_tf, require_vision, slow from transformers.utils import cached_property, is_tf_available, is_vision_available from ...test_configuration_common impo...
721
import pytest from datasets.utils.sharding import _distribute_shards, _number_of_shards_in_gen_kwargs, _split_gen_kwargs @pytest.mark.parametrize( '''kwargs, expected''' , [ ({'''num_shards''': 0, '''max_num_jobs''': 1}, []), ({'''num_shards''': 10, '''max_num_jobs''...
388
0
"""simple docstring""" import os from tempfile import TemporaryDirectory from unittest import TestCase import pytest from absl.testing import parameterized from datasets import config from datasets.arrow_reader import HF_GCP_BASE_URL from datasets.builder import DatasetBuilder from datasets.dataset...
567
import os from math import logaa def _lowerCAmelCase ( _lowerCAmelCase = "base_exp.txt" ): '''simple docstring''' A_ : float = 0 A_ : int = 0 for i, line in enumerate(open(os.path.join(os.path.dirname(_lowerCAmelCase ) ,_lowerCAmelCase ) ) ): A...
569
0
import argparse import json import os import fairseq import torch from fairseq.data import Dictionary from transformers import ( WavaVecaConformerConfig, WavaVecaConformerForCTC, WavaVecaConformerForPreTraining, WavaVecaCTCTokenizer, WavaVecaFeatureExtractor, WavaVe...
714
from typing import TYPE_CHECKING from ...utils import ( OptionalDependencyNotAvailable, _LazyModule, is_flax_available, is_sentencepiece_available, is_tf_available, is_tokenizers_available, is_torch_available, ) __UpperCamelCase : int = {"""configura...
372
0
'''simple docstring''' from ..utils import ( OptionalDependencyNotAvailable, is_flax_available, is_scipy_available, is_torch_available, is_torchsde_available, ) try: if not is_torch_available(): raise OptionalDependencyNotAvailable() except OptionalDependencyNotAva...
685
'''simple docstring''' from typing import Tuple, Union from ...modeling_outputs import BackboneOutput from ...modeling_utils import PreTrainedModel from ...utils import is_timm_available, is_torch_available, requires_backends from ...utils.backbone_utils import BackboneMixin from .configuration_timm_backbo...
685
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, convert_to_rgb, get_resize_output_image_size, normalize, rescale, resize, ...
709
import random import unittest import torch from diffusers import IFInpaintingSuperResolutionPipeline from diffusers.utils import floats_tensor from diffusers.utils.import_utils import is_xformers_available from diffusers.utils.testing_utils import skip_mps, torch_device from ..pipeline_params imp...
33
0