Update README.md
Browse files
README.md
CHANGED
@@ -56,6 +56,16 @@ To get started with the model locally, you can use one of the following tools:
|
|
56 |
|
57 |
These tools allow you to run the model on your local machine. Choose the one that best fits your system requirements and preferences.
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
## Training Details
|
60 |
|
61 |
### Training Data
|
|
|
56 |
|
57 |
These tools allow you to run the model on your local machine. Choose the one that best fits your system requirements and preferences.
|
58 |
|
59 |
+
### Settings
|
60 |
+
|
61 |
+
Best outputs were observed with the following settings:
|
62 |
+
|
63 |
+
- **Temperature:** 0.5
|
64 |
+
- **Top K Sampling:** 40
|
65 |
+
- **Repeat penalty:** 1.1
|
66 |
+
- **Min P Sampling:** 0.05
|
67 |
+
- **Top P Sampling:** 0.95
|
68 |
+
|
69 |
## Training Details
|
70 |
|
71 |
### Training Data
|