File size: 1,109 Bytes
df835df
 
 
 
 
 
 
 
 
5dd2de3
 
 
9280fe1
5dd2de3
 
 
 
9280fe1
5dd2de3
 
 
 
9280fe1
5dd2de3
 
df835df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
license: apache-2.0
datasets:
- iamtarun/python_code_instructions_18k_alpaca
language:
- en
pipeline_tag: text-generation
tags:
- code
widget:
  - text: |-
      ### Instruction:
      Write a function to find square of a number.
      
      ### Response:
  - text: |-
      ### Instruction:
      Write a function to calculate factorial.
      
      ### Response:
  - text: |-
      ### Instruction:
      Write a function to check whether a number is prime.
      
      ### Response:
---

# rahuldshetty/tinyllama-python-gguf

- Base model: [unsloth/tinyllama-bnb-4bit](https://huggingface.co/unsloth/tinyllama-bnb-4bit)
- Dataset: [iamtarun/python_code_instructions_18k_alpaca](https://huggingface.co/datasets/iamtarun/python_code_instructions_18k_alpaca)
- Training Script: [unslothai: Alpaca + TinyLlama + RoPE Scaling full example.ipynb](https://colab.research.google.com/drive/1AZghoNBQaMDgWJpi4RbffGM1h6raLUj9?usp=sharing)


## Prompt Format

```
### Instruction:
{instruction}

### Response:
```

## Example

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

### Response:
```