Text Generation
PEFT
Safetensors
English
Turkish
code-generation
llama
turkish
n8n
workflow
automation
fine-tuned
lora
conversational
Instructions to use AlpYzc/code-llama-13b-turkish-quick-fix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AlpYzc/code-llama-13b-turkish-quick-fix with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "AlpYzc/code-llama-13b-turkish-quick-fix") - Notebooks
- Google Colab
- Kaggle
Upload essential file: tokenizer.model
Browse files- tokenizer.model +3 -0
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
| 3 |
+
size 500058
|