Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
**Testing**
|
2 |
+
=====================
|
3 |
+
|
4 |
+
**Hyperparameters**
|
5 |
+
---------------
|
6 |
+
|
7 |
+
* **Temperature**: 0.9
|
8 |
+
* **Penalize repeat sequence**: 1.05
|
9 |
+
* **Consider N tokens for penalize**: 256
|
10 |
+
* **Penalize repetition of newlines**
|
11 |
+
* **Top-K sampling**: 40
|
12 |
+
* **Top-P sampling**: 0.95
|
13 |
+
* **Min-P sampling**: 0.05
|
14 |
+
|
15 |
+
**LLaMAcpp Version**
|
16 |
+
------------------
|
17 |
+
|
18 |
+
* b3527-2-g2d5dd7bb
|
19 |
+
|
20 |
+
**File**
|
21 |
+
------------------
|
22 |
+
|
23 |
+
* Cathallama-70B.Q4_0.gguf
|
24 |
+
|
25 |
+
**Test Cases**
|
26 |
+
--------------
|
27 |
+
|
28 |
+
| Test Case | Result |
|
29 |
+
| --- | --- |
|
30 |
+
| Ball on cup | OK |
|
31 |
+
| Door window combination | OK |
|
32 |
+
| Big duck small horse | OK |
|
33 |
+
| JSON | OK |
|
34 |
+
| Killers | OK |
|
35 |
+
| Dragon | OK |
|
36 |
+
| Poem | OK |
|
37 |
+
| Jane faster | OK |
|
38 |
+
| Shirts | OK |
|
39 |
+
| Sisters | OK |
|
40 |
+
| Python snake game | OK* |
|
41 |
+
| Story | OK |
|
42 |
+
|
43 |
+
*best I ever saw on local LLMs including Qwen2 72b at 8bpw, Llama 3 70b 8bpw
|
44 |
+
|
45 |
+
Note: See sample generations on the main folder of the repo.
|