File size: 1,084 Bytes
9c676fc
 
 
 
 
 
 
 
 
 
 
 
 
6832c66
 
 
 
 
 
 
8c0e769
 
 
6832c66
75ebe44
8c0e769
 
 
6832c66
 
8c0e769
 
 
6832c66
9c676fc
 
 
 
 
 
 
 
 
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
---
language:
- en
license: apache-2.0
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
---

A Fishy Model

This model was trained on a special ChatML format with 8k context.

There are 3 different response tokens that can be used.

You can use this one if you want a medium length response. ( Greater than 64 and less than 256 tokens )
```
<|im_start|>assistant\n
```

This one if you want a short length response. ( Less than 64 tokens )
```
<|im_start|>assistantshort\n
```

This one if you want a long response. ( Greater than 256 tokens )
```
<|im_start|>assistantlong\n
```

# Uploaded  model

- **Developed by:** TheTsar1209
- **License:** apache-2.0
- **Finetuned from model :** unsloth/llama-3-8b-Instruct-bnb-4bit

This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.

[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)