Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tlkh
/
code-byt5-large

Transformers
PyTorch
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use tlkh/code-byt5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tlkh/code-byt5-large with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("tlkh/code-byt5-large")
    model = AutoModelForSeq2SeqLM.from_pretrained("tlkh/code-byt5-large", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
code-byt5-large
9.83 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
5eda35c over 2 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model over 2 years ago
  • all_results.json
    196 Bytes
    Initial commit over 4 years ago
  • config.json
    737 Bytes
    Initial commit over 4 years ago
  • model.safetensors
    4.91 GB
    xet
    Adding `safetensors` variant of this model over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    4.91 GB
    xet
    Update weights over 4 years ago
  • special_tokens_map.json
    2.5 kB
    Initial commit over 4 years ago
  • tokenizer_config.json
    2.86 kB
    Initial commit over 4 years ago
  • train_results.json
    196 Bytes
    Initial commit over 4 years ago
  • trainer_state.json
    147 kB
    Initial commit over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "t2t.arguments.TrainerArguments"

    How to fix it?

    3.7 kB
    xet
    Initial commit over 4 years ago