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

  • Log In
  • Sign Up

amztheory
/
code-python

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use amztheory/code-python with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b")
    model = PeftModel.from_pretrained(base_model, "amztheory/code-python")
  • Notebooks
  • Google Colab
  • Kaggle
code-python
40.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
amztheory's picture
amztheory
Model save
6653673 verified almost 2 years ago
  • runs
    Model save almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.79 kB
    Model save almost 2 years ago
  • adapter_config.json
    636 Bytes
    Model save almost 2 years ago
  • adapter_model.safetensors
    37.8 MB
    xet
    Model save almost 2 years ago
  • special_tokens_map.json
    427 Bytes
    Model save almost 2 years ago
  • tokenizer.json
    2.73 MB
    Model save almost 2 years ago
  • tokenizer_config.json
    2.64 kB
    Model save almost 2 years ago
  • training_args.bin
    5.11 kB
    xet
    Model save almost 2 years ago