Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ Quants of `google/flan-ul2` with [candle](https://github.com/huggingface/candle/
|
|
17 |
cargo run --example quantized-t5 --release -- \
|
18 |
--model-id pszemraj/candle-flanUL2-quantized \
|
19 |
--weight-file flan-ul2-q3k.gguf \
|
20 |
-
--prompt "
|
21 |
--temperature 0
|
22 |
```
|
23 |
|
|
|
17 |
cargo run --example quantized-t5 --release -- \
|
18 |
--model-id pszemraj/candle-flanUL2-quantized \
|
19 |
--weight-file flan-ul2-q3k.gguf \
|
20 |
+
--prompt "Answer the following question by reasoning step by step. The cafeteria had 23 apples. If they used 20 for lunch, and bought 6 more, how many apples do they have?" \
|
21 |
--temperature 0
|
22 |
```
|
23 |
|