Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

k4black
/
t5-small-CodeXGLUE-CONCODE-faster

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

Instructions to use k4black/t5-small-CodeXGLUE-CONCODE-faster with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use k4black/t5-small-CodeXGLUE-CONCODE-faster with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("k4black/t5-small-CodeXGLUE-CONCODE-faster")
    model = AutoModelForSeq2SeqLM.from_pretrained("k4black/t5-small-CodeXGLUE-CONCODE-faster")
  • Notebooks
  • Google Colab
  • Kaggle
t5-small-CodeXGLUE-CONCODE-faster
975 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 54 commits
k4black's picture
k4black
Training in progress, step 27000
2acc2c2 about 3 years ago
  • last-checkpoint
    Training in progress, step 27000 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 about 3 years ago
  • added_tokens.json
    165 Bytes
    Training in progress, step 500 about 3 years ago
  • config.json
    1.47 kB
    Training in progress, step 500 about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    242 MB
    xet
    Training in progress, step 27000 about 3 years ago
  • special_tokens_map.json
    160 Bytes
    Training in progress, step 500 about 3 years ago
  • spiece.model
    792 kB
    xet
    Training in progress, step 500 about 3 years ago
  • tokenizer.json
    2.43 MB
    Training in progress, step 500 about 3 years ago
  • tokenizer_config.json
    2.32 kB
    Training in progress, step 500 about 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device"

    How to fix it?

    3.82 kB
    xet
    Training in progress, step 12500 about 3 years ago