Text Generation
GGUF
English
code
rahuldshetty's picture
Update README.md
2cb7930 verified
|
raw
history blame
No virus
1.08 kB
metadata
license: apache-2.0
datasets:
  - iamtarun/python_code_instructions_18k_alpaca
language:
  - en
pipeline_tag: text-generation
tags:
  - code

rahuldshetty/tinyllama-python-gguf

Quantized GGUF model files for tinyllama-python.

Name Quant method Size
tinyllama-python-unsloth.Q2_K.gguf fp16 432 MB

Prompt Format

### Instruction:
{instruction}

### Response:

Example

### Instruction:
Write a function to find cube of a number.

### Response: