Commit ·
0f4c55b
1
Parent(s): be841c5
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,5 +15,7 @@ The model was trained for 15 epochs.
|
|
| 15 |
|
| 16 |
As of my tests, the best resuts were obtained with:
|
| 17 |
```
|
| 18 |
-
temperature:0.7
|
|
|
|
|
|
|
| 19 |
```
|
|
|
|
| 15 |
|
| 16 |
As of my tests, the best resuts were obtained with:
|
| 17 |
```
|
| 18 |
+
temperature:0.7
|
| 19 |
+
top_p:0.92
|
| 20 |
+
top_k: 0
|
| 21 |
```
|