PEFT
falcon
falcon-7b
code
code instruct
instruct code
code alpaca
python code
code copilot
copilot
python coding assistant
coding assistant
Instructions to use monsterapi/falcon-7b-python-code-instructions-18k-alpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/falcon-7b-python-code-instructions-18k-alpaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b") model = PeftModel.from_pretrained(base_model, "monsterapi/falcon-7b-python-code-instructions-18k-alpaca") - Notebooks
- Google Colab
- Kaggle
| { | |
| "add_prefix_space": false, | |
| "clean_up_tokenization_spaces": true, | |
| "eos_token": "<|endoftext|>", | |
| "model_max_length": 2048, | |
| "tokenizer_class": "PreTrainedTokenizerFast" | |
| } | |