Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
datasets:
|
| 4 |
- GrainWare/tuxsentience
|
| 5 |
language:
|
|
@@ -24,4 +24,4 @@ this is a continuation of the "tuxsentience" series made by [@GrainWare](https:/
|
|
| 24 |
- `min_p = 0.00` (llama.cpp's default is 0.1)
|
| 25 |
- **`top_p = 0.95`**
|
| 26 |
- `presence_penalty = 0.0 to 2.0` (llama.cpp default turns it off, but to reduce repetitions, you can use this) Try 1.0 for example.
|
| 27 |
-
- Supports up to `262,144` context natively but you can set it to `32,768` tokens for less RAM use
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- GrainWare/tuxsentience
|
| 5 |
language:
|
|
|
|
| 24 |
- `min_p = 0.00` (llama.cpp's default is 0.1)
|
| 25 |
- **`top_p = 0.95`**
|
| 26 |
- `presence_penalty = 0.0 to 2.0` (llama.cpp default turns it off, but to reduce repetitions, you can use this) Try 1.0 for example.
|
| 27 |
+
- Supports up to `262,144` context natively but you can set it to `32,768` tokens for less RAM use
|