pszemraj commited on
Commit
5bfca28
·
verified ·
1 Parent(s): fce445f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  license: apache-2.0
3
  tags:
4
  - flan
@@ -7,7 +8,10 @@ tags:
7
  - quant
8
  ---
9
 
10
- quants of `google/flan-ul2` with [candle](https://github.com/huggingface/candle/tree/main/candle-examples/examples/quantized-t5)
 
 
 
11
 
12
  ```sh
13
  cargo run --example quantized-t5 --release -- \
 
1
  ---
2
+ base_model: google/flan-ul2
3
  license: apache-2.0
4
  tags:
5
  - flan
 
8
  - quant
9
  ---
10
 
11
+ # flan-ul2: candle quants
12
+
13
+
14
+ Quants of `google/flan-ul2` with [candle](https://github.com/huggingface/candle/tree/main/candle-examples/examples/quantized-t5)
15
 
16
  ```sh
17
  cargo run --example quantized-t5 --release -- \