File size: 1,711 Bytes
07dfd25
97539ed
 
 
 
 
 
 
 
 
 
 
 
 
07dfd25
97539ed
 
 
 
 
07dfd25
527dfc7
 
 
e2d293e
 
527dfc7
 
 
 
 
 
 
 
 
 
 
97539ed
 
 
 
 
 
 
 
8a5163f
97539ed
0668613
 
 
 
 
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
---
base_model: Unbabel/TowerInstruct-7B-v0.2
inference: false
language:
- en
- de
- fr
- zh
- pt
- nl
- ru
- ko
- it
- es
license: cc-by-nc-4.0
model_creator: Unbabel
model_name: TowerInstruct 7B v0.2
model_type: llama
pipeline_tag: translation
quantized_by: arzeth
---
# Model Info

- Model creator: [Unbabel](https://huggingface.co/Unbabel)
- Original card (has more info): https://huggingface.co/Unbabel/TowerInstruct-7B-v0.2
- Languages: English, Portuguese, Spanish, French, German, Dutch, Italian, Korean, Chinese, Russian.
- Context size: 4096, but according to the model's card it was trained with `max_seq_length: 2048`, so make sure your input is ≤2048 tokens (is that ~1500 words?).
- Template: The model was trained using the ChatML prompt templates **WITHOUT ANY SYSTEM PROMPTS !!!**, i.e. there's no `<|im_start|>system`, it's just
```
<|im_start|>user
{USER PROMPT}<|im_end|>
<|im_start|>assistant
{MODEL RESPONSE}<|im_end|>
<|im_start|>user
[...]
```

# Quantization info

I didn't use imatrix because I have no idea if they are okay for non-general-purpose LLMs.

Quantized with llama.cpp @ 4c4cb30736582cacb1a164a9d4bc8e17b1014be7 (2024-02-24).

IQ3_M requires minimum 4c4cb30736582cacb1a164a9d4bc8e17b1014be7

# Licensing

These .gguf files themselves are under CC-0 (i.e. public domain).

TowerInstruct-7B-v0.2 itself is under CC-BY-NC-4.0 ("NC" in "CC-BY-NC-4.0" means "**n**on-**c**ommercial" which is legally ambiguous),

but it is based on Llama 2 model which is licensed under the [LLAMA 2 Community License](https://ai.meta.com/llama/license/) (Copyright © Meta Platforms, Inc. All Rights Reserved.) whose TL;DR is you may not use it for bullying, military, and criminal activity.