Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@
|
|
11 |
| Prefill Chunk Size | `8192` |
|
12 |
| Temperature | `0.6` |
|
13 |
| Repetition Penalty | `1.0` |
|
14 |
-
|
|
15 |
-
|
|
16 |
-
|
|
17 |
-
|
|
18 |
|
19 |
See [`jetson-ai-lab.com/models.html`](https://jetson-ai-lab.com/models.html) for benchmarks, examples, and containers to deploy local serving and inference for these quantized models.
|
|
|
11 |
| Prefill Chunk Size | `8192` |
|
12 |
| Temperature | `0.6` |
|
13 |
| Repetition Penalty | `1.0` |
|
14 |
+
| top_p | `0.95` |
|
15 |
+
| pad_token_id | `0` |
|
16 |
+
| bos_token_id | `128000` |
|
17 |
+
| eos_token_id | `128001` |
|
18 |
|
19 |
See [`jetson-ai-lab.com/models.html`](https://jetson-ai-lab.com/models.html) for benchmarks, examples, and containers to deploy local serving and inference for these quantized models.
|