File size: 860 Bytes
b61dde2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
**Testing**
=====================

**Hyperparameters**
---------------

* **Temperature**: 0.9
* **Penalize repeat sequence**: 1.05
* **Consider N tokens for penalize**: 256
* **Penalize repetition of newlines**
* **Top-K sampling**: 40
* **Top-P sampling**: 0.95
* **Min-P sampling**: 0.05

**LLaMAcpp Version**
------------------

* b3527-2-g2d5dd7bb

**File**
------------------

* Cathallama-70B.Q4_0.gguf

**Test Cases**
--------------

| Test Case | Result |
| --- | --- |
| Ball on cup | OK |
| Door window combination | OK |
| Big duck small horse | OK |
| JSON | OK |
| Killers | OK |
| Dragon | OK |
| Poem | OK |
| Jane faster | OK |
| Shirts | OK |
| Sisters | OK |
| Python snake game | OK* |
| Story | OK |

*best I ever saw on local LLMs including Qwen2 72b at 8bpw, Llama 3 70b 8bpw

Note: See sample generations on the main folder of the repo.