pszemraj commited on
Commit
5d8b606
·
verified ·
1 Parent(s): 64644c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 "Rewrite to make this easier to understand: Note that a storm surge is what forecasters consider a hurricane's most treacherous aspect." \
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