Text2Text Generation
Transformers
GGUF
101 languages
t5
text-generation-inference
kcoopermiller commited on
Commit
90c93fb
1 Parent(s): 4ec1d92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -120,7 +120,7 @@ This repo contains GGUF format model files for Cohere's [Aya-101](https://huggin
120
 
121
  Quantized using Huggingface's [candle](https://github.com/huggingface/candle) framework
122
 
123
- ## How to use with Candle quantized T5 example
124
  Visit the [candle T5 example](https://github.com/huggingface/candle/tree/main/candle-examples/examples/quantized-t5) for more detailed instruction
125
 
126
  1. Clone candle repo:
 
120
 
121
  Quantized using Huggingface's [candle](https://github.com/huggingface/candle) framework
122
 
123
+ ## How to use with Candle's quantized T5 example
124
  Visit the [candle T5 example](https://github.com/huggingface/candle/tree/main/candle-examples/examples/quantized-t5) for more detailed instruction
125
 
126
  1. Clone candle repo: