Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
|
7 |
+
Yeah, another L3 model. Perform really well from my testing and scores pretty high on Chai leaderboard (known as slerp8bv2 there). Feedback would be really appreciated.
|
8 |
+
|
9 |
+
I'm using default Llama 3 Instruct context template and instruct mode for my testing.
|
10 |
+
```
|
11 |
+
Temp: 0.9
|
12 |
+
Min P: 0.1
|
13 |
+
Top K: 40
|
14 |
+
|
15 |
+
Others are off, ajust as you need.
|
16 |
+
```
|