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

  • Log In
  • Sign Up

blankenshipdanielj
/
gitgraph-model

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

Instructions to use blankenshipdanielj/gitgraph-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use blankenshipdanielj/gitgraph-model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5p-220m")
    model = PeftModel.from_pretrained(base_model, "blankenshipdanielj/gitgraph-model")
  • Transformers

    How to use blankenshipdanielj/gitgraph-model with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("blankenshipdanielj/gitgraph-model", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
gitgraph-model
1.48 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits

This model has 1 file scanned as suspicious.

blankenshipdanielj's picture
blankenshipdanielj
Upload checkpoints/best.ckpt with huggingface_hub
91034ad verified 3 months ago
  • checkpoints
    Upload checkpoints/best.ckpt with huggingface_hub 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    5.17 kB
    Upload seq2seq GitGraph model with LoRA 3 months ago
  • adapter_config.json
    1.01 kB
    Upload seq2seq GitGraph model with LoRA 3 months ago
  • adapter_model.safetensors
    26 MB
    xet
    Upload seq2seq GitGraph model with LoRA 3 months ago
  • config.json
    678 Bytes
    Upload trained GitGraph model 3 months ago
  • merges.txt
    294 kB
    Upload seq2seq GitGraph model with LoRA 3 months ago
  • model.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    482 MB
    xet
    Upload trained GitGraph model 3 months ago
  • special_tokens_map.json
    15.5 kB
    Upload seq2seq GitGraph model with LoRA 3 months ago
  • tokenizer_config.json
    21 kB
    Upload seq2seq GitGraph model with LoRA 3 months ago
  • vocab.json
    639 kB
    Upload seq2seq GitGraph model with LoRA 3 months ago