Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
./gpt-2 -m ggml-model.bin -p "prompt" -n 1000 --top_p 1
|
| 6 |
+
|
| 7 |
+
GGML model - more information about framework - https://github.com/ggerganov/ggml/tree/master/examples/gpt-2
|