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

  • Log In
  • Sign Up

aytugkaya
/
python-gpt2-large-issues-128

Fill-Mask
Transformers
PyTorch
bert
Generated from Trainer
Model card Files Files and versions
xet
Community
2

Instructions to use aytugkaya/python-gpt2-large-issues-128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aytugkaya/python-gpt2-large-issues-128 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="aytugkaya/python-gpt2-large-issues-128")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("aytugkaya/python-gpt2-large-issues-128")
    model = AutoModelForMaskedLM.from_pretrained("aytugkaya/python-gpt2-large-issues-128")
  • Notebooks
  • Google Colab
  • Kaggle
python-gpt2-large-issues-128
880 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
b288180 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model about 3 years ago
  • .gitignore
    13 Bytes
    Training complete! about 4 years ago
  • README.md
    2.06 kB
    update model card README.md about 4 years ago
  • config.json
    664 Bytes
    Training complete! about 4 years ago
  • merges.txt
    456 kB
    Training complete! about 4 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    438 MB
    xet
    Training complete! about 4 years ago
  • special_tokens_map.json
    90 Bytes
    Training complete! about 4 years ago
  • tokenizer.json
    2.11 MB
    Training complete! about 4 years ago
  • tokenizer_config.json
    236 Bytes
    Training complete! about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.06 kB
    xet
    Training complete! about 4 years ago
  • vocab.json
    798 kB
    Training complete! about 4 years ago